mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-11 08:30:55 +00:00
Adds power-on bit to speed register.
This commit is contained in:
parent
2be817a6a1
commit
e4459b6256
@ -262,7 +262,7 @@ class ConcreteMachine:
|
|||||||
int fast_access_phase_ = 0;
|
int fast_access_phase_ = 0;
|
||||||
int slow_access_phase_ = 0;
|
int slow_access_phase_ = 0;
|
||||||
|
|
||||||
uint8_t speed_register_ = 0x00;
|
uint8_t speed_register_ = 0x40; // i.e. Power-on status. (TODO: only if ROM03?)
|
||||||
|
|
||||||
// MARK: - Memory storage.
|
// MARK: - Memory storage.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user