mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-01-14 03:30:53 +00:00
d4adabda93
- Previously we would start the CPU thread and then insert, which has been a long standing race condition, but possibly better exposed since the recent disk.c rephactor to use mmap I/O - This directly manifested on a Kindle Fire 1st Gen as a crash, and, anecdotally on other devices as a "stalled" disk read requiring a reboot of the virtual machine. Yay for crappy devices helping to expose crappy code! (git blame me). =P