7d45f3c455Remove duplicate 0x
Vincent Barrilliot
2021-12-09 18:17:21 +0100
7023af787bAdd comment
Vincent Barrilliot
2021-12-09 18:16:51 +0100
df8eb21041Don't display error when mkdir actually succeeds
Vincent Barrilliot
2021-12-09 17:55:30 +0100
ffb9ff3314SID Test
Peter Weingartner
2021-12-08 19:17:03 -0500
773579d865OPN Test
Peter Weingartner
2021-12-08 18:54:44 -0500
f6808e2939Address warnings from text_screen_iii.c
Vincent Barrilliot
2021-12-08 23:28:37 +0100
cd86bbc009Address warning in codec.c : made volume unsigned char (type "byte" was undefined and defaulting to int) so it becomes unnecessary to AND it with 0xff.
Vincent Barrilliot
2021-12-08 23:15:26 +0100
4508526f77Address warning messages in cli.c and dependencies. Made internal handlers's argv const as it' safe to do for internal purposes and helps the compiler's optimizations.
Vincent Barrilliot
2021-12-08 23:09:44 +0100
4b46f4e7d8Address warnings in dis68k.c
Vincent Barrilliot
2021-12-08 22:19:55 +0100
0d2984feccAddress warnings in dos_cmds.c
Vincent Barrilliot
2021-12-08 21:57:18 +0100
75670275e5Fix warnings in mem_cmds
Vincent Barrilliot
2021-12-08 21:51:10 +0100
00ba42664eRemove warning in sound_cmds.c
Vincent Barrilliot
2021-12-08 21:45:20 +0100
54fd4fa440Address warnings in settings.c. Made sys_chan_write buffer "const".
Vincent Barrilliot
2021-12-08 21:35:20 +0100
3ebf94e25bAdded GAMEPAD test
Peter Weingartner
2021-12-08 15:13:31 -0500
709c6fba8eRemove warnings from test_cmd2.h. In the process, improve simpleio's print so it doesn't have to compute the string length.
Vincent Barrilliot
2021-12-08 20:41:40 +0100
ec4eafff31Merge remote-tracking branch 'original/main'
Vincent Barrilliot
2021-12-08 11:45:35 +0000
a487d0bf4cAdded test for A2560K joystick
Peter Weingartner
2021-12-07 21:32:28 -0500
1d7e4a1a44SDC Present and WP Switches
Peter Weingartner
2021-12-07 21:12:57 -0500
cab984136dFixed issue with changing SD cards
Peter Weingartner
2021-12-07 16:13:24 -0500
4c2082d643Current Working Directory Fix
Peter Weingartner
2021-12-06 20:58:05 -0500
98b1a37f09Fix for Current Directory Issue
Peter Weingartner
2021-12-06 20:43:17 -0500
3afee6d912Update test help printing and BUILD
Peter Weingartner
2021-12-06 20:25:59 -0500
d6fcfcaed6TEST HELP fix, BUILD auto-number
Peter Weingartner
2021-12-06 19:51:16 -0500
Merge pull request #25 from vinz6751/fix-memory-corruption-in-test
pweingar
2021-12-06 19:29:34 -0500
723240a95eUse a MOVE rather than CLR because CLR is a read-modify-write operation that is not yet supported by the bus/memory logic yet.
Vincent Barrilliot
2021-12-07 00:47:22 +0100
21f28424ebRestore the BSS clearing code as it was. It was perfectly fine, no need to change it.
Vincent Barrilliot
2021-12-07 00:33:01 +0100
a2db36913fDeclare CLI command handler as returning short rather than int, since it's what they actually do. (fixes warnings).
Vincent Barrilliot
2021-12-07 00:24:55 +0100
79b377a91aMake cli_test_features const as it's immutable, and fix initialization of last item of the array so it has the correct number of elements.
Vincent Barrilliot
2021-12-07 00:21:59 +0100
3d75f60b8fRe-enable and sightly speed up the clearing of the BSS segment upon boot.
Vincent Barrilliot
2021-12-07 00:19:41 +0100
7a6f5d27d9Fixed scrolling issue on A2560K Channel A
Peter Weingartner
2021-11-30 14:31:28 -0500
debc6ae590Foenix/MCP Booting on A2560K '040
Peter Weingartner
2021-11-30 13:52:29 -0500
28057edcd0Merge remote-tracking branch 'original/main' into main
Vincent Barrilliot
2021-11-28 21:43:03 +0100