mirror of
https://github.com/rkujawa/rk65c02.git
synced 2024-12-11 18:49:16 +00:00
Initial state of the CPU has IRQ disable bit set.
This commit is contained in:
parent
13ef3e2d08
commit
285d2ee828
@ -17,7 +17,7 @@ rk65c02_init(bus_t *b)
|
|||||||
|
|
||||||
e.bus = b;
|
e.bus = b;
|
||||||
e.state = STOPPED;
|
e.state = STOPPED;
|
||||||
e.regs.P = P_UNDEFINED;
|
e.regs.P = P_UNDEFINED|P_IRQ_DISABLE;
|
||||||
|
|
||||||
return e;
|
return e;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user