mirror of
https://github.com/TomHarte/CLK.git
synced 2025-04-06 10:38:16 +00:00
Switched startup values, following a comment on AtariAge. May or may not be correct, the thread was speculative.
This commit is contained in:
parent
7c66c36d3f
commit
c445eaec3e
@ -131,7 +131,7 @@ template <class T> class MOS6532 {
|
||||
port_{{.output_mask = 0, .output = 0}, {.output_mask = 0, .output = 0}},
|
||||
a7_interrupt_({.last_port_value = 0, .enabled = false}),
|
||||
interrupt_line_(false),
|
||||
timer_{.value = 0, .activeShift = 0, .writtenShift = 0, .interrupt_enabled = false}
|
||||
timer_{.value = 16320, .activeShift = 6, .writtenShift = 6, .interrupt_enabled = false}
|
||||
{}
|
||||
|
||||
inline void set_port_did_change(int port)
|
||||
|
Loading…
x
Reference in New Issue
Block a user