mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-12 15:31:09 +00:00
It's likely this should be set at startup too, based on latest info.
This commit is contained in:
parent
f1af6ef8b6
commit
f9ee6803df
@ -40,7 +40,7 @@ namespace {
|
||||
|
||||
Machine::Machine() :
|
||||
_interrupt_control(0),
|
||||
_interrupt_status(Interrupt::PowerOnReset | 0x80),
|
||||
_interrupt_status(Interrupt::PowerOnReset | Interrupt::TransmitDataEmpty | 0x80),
|
||||
_frameCycles(0),
|
||||
_displayOutputPosition(0),
|
||||
_audioOutputPosition(0),
|
||||
|
Loading…
x
Reference in New Issue
Block a user