Road to interrupts
Opened this issue · 0 comments
mormod commented
Implementing interrupts needs a set of requirements to be fulfilled.
- Limit the emulators
cpu_step
frequency to match the GameBoys native CPU frequency. - Implement numerous timers, which can be sources of interrupts.
- Implement interrupt handling and flag register.