mirror of
https://github.com/alangarf/apple-one.git
synced 2025-01-24 12:31:16 +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),
|
||||
.DO(dbo_c),
|
||||
.WE(we_c),
|
||||
.IRQ(irq_n),
|
||||
.NMI(nmi_n),
|
||||
.IRQ(~irq_n),
|
||||
.NMI(~nmi_n),
|
||||
.RDY(ready),
|
||||
.PC_MONITOR(pc_monitor)
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user