65c02: correct value shown an PC

Change-Id: I46d7accb3d02d8018389c01f215a9ef912fb09bf
This commit is contained in:
David Banks 2019-11-04 11:36:49 +00:00
parent 197642d262
commit 8e77183c17

View File

@ -1519,7 +1519,7 @@ calcAddr: process(clk)
sync_irq <= irqActive;
Regs <= std_logic_vector(PC) &
Regs <= std_logic_vector(myAddr) &
"00000001" & std_logic_vector(S)&
N & V & R & B & D & I & Z & C &
std_logic_vector(Y) &