benzammour/yobemag

Road to interrupts

Opened this issue · 0 comments

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.