mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-01-29 21:31:05 +00:00
revert back to sync byte and state reason
This commit is contained in:
parent
964707adb4
commit
e5f08849ae
@ -484,7 +484,7 @@ static bool save_track_data(int drive) {
|
||||
|
||||
GLUE_C_READ(disk_read_write_byte)
|
||||
{
|
||||
uint8_t value = 0x00;
|
||||
uint8_t value = 0xFF; // U5 needs this set to "Journey Onward"
|
||||
do {
|
||||
if (disk6.disk[disk6.drive].fd < 0) {
|
||||
////ERRLOG_THROTTLE("OOPS, attempt to read byte from NULL image in drive (%d)", disk6.drive+1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user