From e5f08849aefca403ccbcda2dd1187beb21b9b51b Mon Sep 17 00:00:00 2001 From: Aaron Culliney Date: Sun, 25 Oct 2015 13:51:54 -0700 Subject: [PATCH] revert back to sync byte and state reason --- src/disk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/disk.c b/src/disk.c index 2f915e79..bfb21af8 100644 --- a/src/disk.c +++ b/src/disk.c @@ -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);