mirror of
https://github.com/rkujawa/rk65c02.git
synced 2025-03-04 05:29:22 +00:00
Merge branch 'master' of github.com:rkujawa/rk65c02
This commit is contained in:
commit
1da576c821
@ -19,7 +19,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…
x
Reference in New Issue
Block a user