Apple2-IO-RPi/Apple2
Oliver Schmidt e9aa6612c6 Fixed shell startup (?)
At least on the alternative hardware, this "blindly sending" a reset command causes the shell to be terminated right away:
The driver acknowldges the reset command with a zero byte - and that byte ends up being read by DumpOutput causing it to branch to endOutput.

Maybe that sending a reset command is beneficial on the original hardware. Then another .if is required. Or DumpOutput shouldn't quit on reading a zero byte - the shell handler doesn't seem to send it on purpose(?)
2024-02-04 21:45:24 -05:00
..
assemble.cmd Allow to assemble for different hardware types. 2024-02-04 21:45:24 -05:00
assemble.sh Allow to assemble for different hardware types. 2024-02-04 21:45:24 -05:00
AT28C64B.bin Add version info 2022-02-07 22:01:06 -05:00
CommandFirmware.asm Added support for an alternative hardware type. 2024-02-04 21:45:24 -05:00
CommandFirmware.lst Fix #56 shell crash on key autorepeat 2022-02-22 15:43:54 -05:00
compare.sh Fix Codacy warning 2022-03-02 21:54:28 -05:00
DriveFirmware.asm Added support for an alternative hardware type. 2024-02-04 21:45:24 -05:00
DriveFirmware.lst Fix #56 shell crash on key autorepeat 2022-02-22 15:43:54 -05:00
Exec.Command.bas Add basic source from drive image 2021-07-02 07:55:24 -04:00
FileAccessFirmware.asm Added support for an alternative hardware type. 2024-02-04 21:45:24 -05:00
FileAccessFirmware.lst Fix #56 shell crash on key autorepeat 2022-02-22 15:43:54 -05:00
Load.File.bas Fix filename 2021-08-07 07:11:54 -04:00
MenuFirmware.asm Added support for an alternative hardware type. 2024-02-04 21:45:24 -05:00
MenuFirmware.lst Fix #56 shell crash on key autorepeat 2022-02-22 15:43:54 -05:00
RPi.Command.asm Revert "Avoid unwanted i/o access." 2024-02-04 21:45:24 -05:00
RPi.Command.bin Add error handling 2022-04-27 22:36:27 -04:00
RPi.Command.lst Add error handling 2022-04-27 22:36:27 -04:00
Shell.asm Fixed shell startup (?) 2024-02-04 21:45:24 -05:00
Shell.bin Update version numbers 2022-03-01 22:46:03 -05:00
Shell.lst Update RPi.Command and driver for it 2022-03-03 22:34:45 -05:00
Update.Firmware.bas Add basic source from drive image 2021-10-11 09:02:54 -04:00