VCCE / VCC

Tandy Color Computer 3 Emulator
GNU General Public License v3.0
64 stars 21 forks source link

MAX-10 fix #133

Closed ejaquay closed 1 year ago

ejaquay commented 1 year ago

Additional delay for IRQ on VSYNC High to Low transition. MAX-10 uses the IRQ to check PIA0 for keyboard and mouse button presses but was not catching the interupts soon enough. CPUAssertInterupt(IRQ,1) changed to CPUAssertInterupt(IRQ,4). This addresses issue #132.