Closed paulb-nl closed 2 years ago
Implemented disk transfers with disk IRQ. Fixes games like Super Lode Runner which use their own disk functions instead of the FDS bios.
Some games expect to read a value like $42 instead of $02 from $4032 due to the open bus bits.
For some reason this update made it so the blank FDS disk boot to FDS bios method no longer has sound on boot.
https://user-images.githubusercontent.com/16388068/163747658-2ad39f73-a8a7-472a-8b8d-2031a8cac68b.mp4
Implemented disk transfers with disk IRQ. Fixes games like Super Lode Runner which use their own disk functions instead of the FDS bios.
Some games expect to read a value like $42 instead of $02 from $4032 due to the open bus bits.