mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2025-01-11 02:29:50 +00:00
Move RDY initialisation to the CPU power-on sequence. Not strictly correct, but OK.
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
parent
87d86bcd84
commit
a90ca6ba38
@ -16,6 +16,7 @@ void EightBit::MOS6502::powerOn() {
|
|||||||
|
|
||||||
raise(NMI());
|
raise(NMI());
|
||||||
raise(SO());
|
raise(SO());
|
||||||
|
raise(RDY());
|
||||||
}
|
}
|
||||||
|
|
||||||
int EightBit::MOS6502::step() {
|
int EightBit::MOS6502::step() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user