spjewkes / jrnz

A work-in-progress ZX Spectrum emulator
MIT License
1 stars 0 forks source link

Implement interrupts properly #11

Open spjewkes opened 7 years ago

spjewkes commented 7 years ago

Currently we have a flag and a mode variable to track interrupts but nothing happens as the system is clocked. This needs to be dealt with.