mirror of
https://github.com/garrettsworkshop/Warp-SE.git
synced 2025-04-11 08:37:05 +00:00
Startup sequence rewritten for shorter LTimer period
This commit is contained in:
parent
c4d28b3dee
commit
04b7cde054
@ -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
|
||||
AoutOE <= !nBR_IOB;
|
||||
if (LTimerTick) nRESout <= 1; // Release reset after a while
|
||||
if (LTimerTick) begin
|
||||
AoutOE <= !nBR_IOB;
|
||||
nRESout <= 1; // Release reset after a while
|
||||
end
|
||||
end
|
||||
endcase
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user