mirror of
https://github.com/alangarf/apple-one.git
synced 2024-11-07 05:05:32 +00:00
Fixed bug in pc_monitor signal
This commit is contained in:
parent
1cc1920c87
commit
c244a3bc5d
@ -32,7 +32,7 @@ output WE; // write enable
|
||||
input IRQ; // interrupt request
|
||||
input NMI; // non-maskable interrupt request
|
||||
input RDY; // Ready signal. Pauses CPU when RDY=0
|
||||
output PC_MONITOR; // signal to spy / monitor the program counter for debugging
|
||||
output [15:0] PC_MONITOR; // signal to spy / monitor the program counter for debugging
|
||||
|
||||
/*
|
||||
* internal signals
|
||||
|
Loading…
Reference in New Issue
Block a user