mirror of
https://github.com/garrettsworkshop/Warp-SE.git
synced 2025-08-07 23:25:00 +00:00
Startup sequence rewritten for shorter LTimer period
This commit is contained in:
@@ -154,10 +154,12 @@ module CNT(
|
||||
end 2: begin
|
||||
AoutOE <= 0;
|
||||
nRESout <= 0;
|
||||
if (!nIPL2) nBR_IOB <= 1; // Disable bus request if NMI pressed
|
||||
if (LTimerTick && !nIPL2) nBR_IOB <= 1; // Disable bus request if NMI pressed
|
||||
end 3: begin
|
||||
if (LTimerTick) begin
|
||||
AoutOE <= !nBR_IOB;
|
||||
if (LTimerTick) nRESout <= 1; // Release reset after a while
|
||||
nRESout <= 1; // Release reset after a while
|
||||
end
|
||||
end
|
||||
endcase
|
||||
end
|
||||
|
Reference in New Issue
Block a user