Dean Jenkins
a229db96a6
zxcc: Fix for load bios.bin failure on a RPi4
...
Fix load_bios() when used on a Raspberry Pi4.
The defect was corrupting the path of the zxcc executable.
The fix is to NUL terminate the path string from the readlink()
call.
2023-09-24 17:04:35 +01:00
Wayne Warthen
7563863be2
DOS/65 Refresh
...
- Refresh WIP files of DOS/65 from Dan Werner
- Another tweak to SURVEY
- Regen PDF docs
2023-03-27 14:44:54 -07:00
Wayne Warthen
d241db5c11
Makefile Improvements
...
The clobber target has been removed and the clean target now does what most people would expect (actually cleans the entire build tree).
2022-07-06 16:39:03 -07:00
Wayne Warthen
dd22c54f32
Minor ZXCC Updates
...
- Added a missing call to trackFile.
- Corrected close functions in track.c to properly handle WIN32 variant.
2022-03-02 16:02:37 -08:00
Wayne Warthen
33afeac10d
Fix ZXCC Build Under MacOS
...
- Adding missing include directive.
2022-02-14 13:59:41 -08:00
Wayne Warthen
2c0b818aba
ZXCC Cleanup
...
- I know I said I was done, but I found some more stuff to clean up. I think I am really done now.
2022-02-14 13:36:06 -08:00
Wayne Warthen
c5043d66f9
Final ZXCC Cleanup
...
Honestly, ZXCC still deserves a lot of refactoring, but this will need to do for now.
2022-02-10 18:21:57 -08:00
Wayne Warthen
1b8e88e1a2
Update zxcbdos.c
2022-02-10 17:41:44 -08:00
Wayne Warthen
d599a3d57b
Update config.h.darwin
2022-02-10 17:33:02 -08:00
Wayne Warthen
461d1ce512
Update config.h.darwin
2022-02-10 17:23:24 -08:00
Wayne Warthen
8c9ce2184e
ZXCC Sync
...
- Attempting to sync ZXCC with latest source in repository by Tony Nicholson. Generally a failure, but it is closer.
2022-02-10 16:51:33 -08:00