65C02: Reset exec_held in MOS6502CpuMonCore (fixes issue with BeebFpga/Gowin)

Change-Id: I9b2a58d7dc911c81bf93090fd8711d4e1d6ae873
This commit is contained in:
David Banks
2025-01-29 10:29:25 +00:00
parent 0d1a15b48b
commit 7d0a837a77
+1
View File
@@ -300,6 +300,7 @@ begin
begin
if cpu_reset_n = '0' then
state <= idle;
exec_held <= '0';
elsif rising_edge(cpu_clk) then
-- Extend the control signals from BusMonitorCore which
-- only last one cycle.