Vincent Barrilliot
|
10faa4235d
|
Merge branch 'main' of https://github.com/vinz6751/FoenixMCP into main
|
2021-12-09 21:09:53 +01:00 |
|
Vincent Barrilliot
|
0310872d2d
|
Merge remote-tracking branch 'original/main'
|
2021-12-09 19:24:28 +01:00 |
|
pweingar
|
3a1cdc52f2
|
Merge pull request #27 from vinz6751/remove-warnings-1
Remove warnings 1
|
2021-12-09 13:00:22 -05:00 |
|
Vincent Barrilliot
|
5fb741936c
|
Merge branch 'main' of https://github.com/vinz6751/FoenixMCP into main
|
2021-12-09 18:39:44 +01:00 |
|
Vincent Barrilliot
|
7d45f3c455
|
Remove duplicate 0x
|
2021-12-09 18:17:21 +01:00 |
|
Vincent Barrilliot
|
7023af787b
|
Add comment
|
2021-12-09 18:16:51 +01:00 |
|
Vincent Barrilliot
|
df8eb21041
|
Don't display error when mkdir actually succeeds
|
2021-12-09 17:55:30 +01:00 |
|
Vincent Barrilliot
|
f6808e2939
|
Address warnings from text_screen_iii.c
|
2021-12-08 23:28:37 +01:00 |
|
Vincent Barrilliot
|
cd86bbc009
|
Address 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.
|
2021-12-08 23:15:26 +01:00 |
|
Vincent Barrilliot
|
4508526f77
|
Address 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.
|
2021-12-08 23:09:44 +01:00 |
|
Vincent Barrilliot
|
4b46f4e7d8
|
Address warnings in dis68k.c
|
2021-12-08 22:19:55 +01:00 |
|
Vincent Barrilliot
|
0d2984fecc
|
Address warnings in dos_cmds.c
|
2021-12-08 21:57:18 +01:00 |
|
Vincent Barrilliot
|
75670275e5
|
Fix warnings in mem_cmds
|
2021-12-08 21:51:10 +01:00 |
|
Vincent Barrilliot
|
00ba42664e
|
Remove warning in sound_cmds.c
|
2021-12-08 21:45:20 +01:00 |
|
Vincent Barrilliot
|
54fd4fa440
|
Address warnings in settings.c. Made sys_chan_write buffer "const".
|
2021-12-08 21:35:20 +01:00 |
|
Vincent Barrilliot
|
709c6fba8e
|
Remove warnings from test_cmd2.h. In the process, improve simpleio's print so it doesn't have to compute the string length.
|
2021-12-08 20:41:40 +01:00 |
|
Vincent Barrilliot
|
ec4eafff31
|
Merge remote-tracking branch 'original/main'
|
2021-12-08 11:45:35 +00:00 |
|
Peter Weingartner
|
4c2082d643
|
Current Working Directory Fix
Changed how current working directory is tracked, to fix an issue with the command line when no SD card is present.
|
2021-12-06 20:58:05 -05:00 |
|
Peter Weingartner
|
d6fcfcaed6
|
TEST HELP fix, BUILD auto-number
Added a work-around for the TEST help printing error, and added a script to generate new build numbers.
|
2021-12-06 19:51:16 -05:00 |
|
pweingar
|
fe6d2e2424
|
Merge pull request #25 from vinz6751/fix-memory-corruption-in-test
Fix memory corruption in test
|
2021-12-06 19:29:34 -05:00 |
|
Vincent Barrilliot
|
723240a95e
|
Use a MOVE rather than CLR because CLR is a read-modify-write operation that is not yet supported by the bus/memory logic yet.
|
2021-12-07 00:47:22 +01:00 |
|
Vincent Barrilliot
|
21f28424eb
|
Restore the BSS clearing code as it was. It was perfectly fine, no need to change it.
|
2021-12-07 00:33:01 +01:00 |
|
Vincent Barrilliot
|
a2db36913f
|
Declare CLI command handler as returning short rather than int, since it's what they actually do. (fixes warnings).
|
2021-12-07 00:24:55 +01:00 |
|
Vincent Barrilliot
|
79b377a91a
|
Make 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.
|
2021-12-07 00:21:59 +01:00 |
|
Vincent Barrilliot
|
3d75f60b8f
|
Re-enable and sightly speed up the clearing of the BSS segment upon boot.
|
2021-12-07 00:19:41 +01:00 |
|
Vincent Barrilliot
|
28057edcd0
|
Merge remote-tracking branch 'original/main' into main
|
2021-11-28 21:43:03 +01:00 |
|
pweingar
|
b4853f4160
|
Merge pull request #24 from daschewie/RunExecutablesWithoutExtension
Added Support for running executables without providing an extension
|
2021-11-28 11:07:28 -05:00 |
|
Jesus Garcia
|
06b816c5f0
|
Added Support for running executables without providing an extension
|
2021-11-28 10:32:20 -05:00 |
|
Vincent Barrilliot
|
4883084e0b
|
Merge remote-tracking branch 'original/main' into main
|
2021-11-24 20:48:23 +01:00 |
|
Peter Weingartner
|
22849685d2
|
Documentation LEA.L fix
Changed the erroneous examples of "lea.l ...,d0" to "move.l #...,d0"
|
2021-11-22 18:40:04 -05:00 |
|
pweingar
|
f15fa02d71
|
Merge pull request #18 from daschewie/CopyCommand
Added Copy Command and bug fix
|
2021-11-22 18:22:06 -05:00 |
|
pweingar
|
f6581e5a65
|
Merge pull request #20 from vinz6751/add-missing-codec_wait-in-codec_set_volume
Add missing codec wait
|
2021-11-22 18:21:39 -05:00 |
|
Vincent Barrilliot
|
7d1d11dff2
|
Add missing codec wait
|
2021-11-22 23:42:06 +01:00 |
|
Jesus Garcia
|
2a61ebdfdf
|
Updated FEATURES list
|
2021-11-22 11:28:12 -05:00 |
|
Jesus Garcia
|
2fefa213c4
|
Added Copy Command
|
2021-11-22 11:12:27 -05:00 |
|
pweingar
|
c3f5617bff
|
Merge pull request #17 from daschewie/AddCwdPrompt
Added CWD to Prompt
|
2021-11-21 14:05:58 -05:00 |
|
Jesus Garcia
|
a82fb736e2
|
Added CWD tp Prompt
|
2021-11-21 12:36:00 -05:00 |
|
Vincent Barrilliot
|
8f88b3d21c
|
Merge remote-tracking branch 'original/main' into main
|
2021-11-21 17:55:51 +01:00 |
|
Vincent Barrilliot
|
11ea848821
|
Merge remote-tracking branch 'original/main' into main
|
2021-11-21 17:51:09 +01:00 |
|
pweingar
|
357e977d3e
|
Merge pull request #12 from vinz6751/ignore-python-cache
Ignore python precompiled bytecode cache
|
2021-11-21 11:13:52 -05:00 |
|
pweingar
|
c8b9d9d404
|
Merge pull request #11 from vinz6751/add-table-of-contents-to-manual
Add table of contents (no other change).
|
2021-11-21 11:13:39 -05:00 |
|
Vincent Barrilliot
|
0405b5ea84
|
Ignore python precompiled bytecode cache.
|
2021-11-21 16:06:39 +01:00 |
|
Vincent Barrilliot
|
78a4bd52d6
|
Add table of contents (no other change).
|
2021-11-21 15:30:34 +01:00 |
|
pweingar
|
92d3a71aad
|
Merge pull request #10 from pweingar/issue_8
Issue #8
|
2021-11-18 12:19:10 -05:00 |
|
pweingar
|
cac86bf352
|
Merge pull request #7 from daschewie/DASM
Added DASM command to disassemble memory
|
2021-11-18 12:17:42 -05:00 |
|
Peter Weingartner
|
f33e0640b3
|
Issue #8
Possible change for Issue #8
|
2021-11-17 21:27:57 -05:00 |
|
pweingar
|
9ce43bcb4c
|
Merge pull request #9 from daschewie/UserModeLoaderWorkaround
Workaround to fix call_user() on A2560U
|
2021-11-17 21:11:36 -05:00 |
|
Jesus Garcia
|
552186f469
|
Workaround to fix call_user() on A2560U
|
2021-11-17 18:44:35 -05:00 |
|
Jesus Garcia
|
fe239a1e94
|
Increased the default count of disassembly to 100
|
2021-11-17 13:18:06 -05:00 |
|
Jesus Garcia
|
3e8379d4a5
|
Added DASM command to disassemble memory
|
2021-11-17 10:43:04 -05:00 |
|