mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-16 05:27:43 +00:00
Ensured the always-on bit of the interrupt status register is indeed on.
This commit is contained in:
@@ -40,7 +40,7 @@ namespace {
|
|||||||
|
|
||||||
Machine::Machine() :
|
Machine::Machine() :
|
||||||
_interrupt_control(0),
|
_interrupt_control(0),
|
||||||
_interrupt_status(Interrupt::PowerOnReset),
|
_interrupt_status(Interrupt::PowerOnReset | 0x80),
|
||||||
_frameCycles(0),
|
_frameCycles(0),
|
||||||
_displayOutputPosition(0),
|
_displayOutputPosition(0),
|
||||||
_audioOutputPosition(0),
|
_audioOutputPosition(0),
|
||||||
|
Reference in New Issue
Block a user