mirror of
https://github.com/hoglet67/AtomBusMon.git
synced 2026-04-19 11:33:56 +00:00
65C02: Reset exec_held in MOS6502CpuMonCore (fixes issue with BeebFpga/Gowin)
Change-Id: I9b2a58d7dc911c81bf93090fd8711d4e1d6ae873
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user