mirror of
https://github.com/alangarf/apple-one.git
synced 2025-01-25 19:33:10 +00:00
Fixed irq_n and nmi_n active low/high bug
This commit is contained in:
parent
ac2d460f92
commit
15f476b9eb
@ -23,8 +23,8 @@ module arlet_6502(
|
|||||||
.DI(dbi),
|
.DI(dbi),
|
||||||
.DO(dbo_c),
|
.DO(dbo_c),
|
||||||
.WE(we_c),
|
.WE(we_c),
|
||||||
.IRQ(irq_n),
|
.IRQ(~irq_n),
|
||||||
.NMI(nmi_n),
|
.NMI(~nmi_n),
|
||||||
.RDY(ready),
|
.RDY(ready),
|
||||||
.PC_MONITOR(pc_monitor)
|
.PC_MONITOR(pc_monitor)
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user