Commit Graph

7 Commits

Author SHA1 Message Date
mgcaret d5969104cd 5X: the Merlin fix 2017-12-10 18:01:37 -08:00
mgcaret 99d18d92c8 initial integration of accelerator code 2017-03-18 23:34:25 -07:00
mgcaret f6a662a276 Update rom5_zeros.txt 2017-03-17 09:06:30 -07:00
mgcaret 53d96913a1 Update rom5_zeros.txt 2017-02-15 09:38:59 -08:00
mgcaret 70b8d37e84 update zeros info for -dfff 2017-02-14 23:13:05 -08:00
mgcaret adeb5e6b04 ROM5X preliminary code 2017-02-12 11:53:47 -08:00
mgcaret c4b1070329 Simplify bootable ramdisk detection. Jump to AppleSoft if no boot device.
I discovered that there are more than one ProDOS boot block in the wild, so I
simplified the check for recoverable RAM disk to check card for $01 and then
anything besides $00 and $FF since most uninitialized RAM tends to have one of
those two values.  This is slightly more rigid than the boot code checks for.
I added a jump to AppleSoft if no bootable device is found.  I changed the
message a little bit, too.
I also added notes about the feasibility of using the RamFactor firmware.
2017-01-12 19:40:55 -08:00