1
0
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:
Radosław Kujawa 2017-01-26 17:27:22 +01:00
commit 1da576c821

View File

@ -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;
} }