mirror of
https://github.com/rkujawa/rk65c02.git
synced 2024-12-12 10:30:23 +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.state = STOPPED;
|
||||
e.regs.P = P_UNDEFINED;
|
||||
e.regs.P = P_UNDEFINED|P_IRQ_DISABLE;
|
||||
|
||||
return e;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user