mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-26 15:32:04 +00:00
Set proper initial value for number_of_cycles_.
This commit is contained in:
parent
5ff73faf48
commit
d3b74cbc91
@ -640,7 +640,8 @@ template <class T> class Processor: public MicroOpScheduler<MicroOp> {
|
||||
a_(0xff),
|
||||
interrupt_mode_(0),
|
||||
iff1_(false),
|
||||
iff2_(false) {
|
||||
iff2_(false),
|
||||
number_of_cycles_(0) {
|
||||
set_flags(0xff);
|
||||
|
||||
assemble_base_page(base_page_, hl_, false, cb_page_);
|
||||
|
Loading…
x
Reference in New Issue
Block a user