captainys / TOWNSEMU

FM Towns Emulator "Tsugaru"
BSD 3-Clause "New" or "Revised" License
238 stars 17 forks source link

Fix SCSI Access Thread #75

Closed captainys closed 1 year ago

captainys commented 1 year ago

Damn it, I was doing it wrong. Realized this issue while working on Windows 3.1 support. I need to fix synchronization. Also if machine state was saved while SCSI access thread is still reading/writing, probably the state-file was broken. Probably it explains very infrequent crash or freeze of Tsugaru. For the meantime please save machine state while Tsugaru is not accessing the HDD.

captainys commented 1 year ago

Done.