1
0
mirror of https://github.com/Gehstock/Mist_FPGA.git synced 2026-01-26 20:02:10 +00:00

Galivan: disable debug code

This commit is contained in:
Gyorgy Szombathelyi
2022-10-14 15:51:59 +02:00
parent 2d44141d02
commit a45deb28ba

View File

@@ -286,12 +286,14 @@ always @(posedge clk_sys) begin
endcase
end
// for scroll layer debug
/*
if (real_pause) begin
if (~j1[0] & old_j1[0]) scrollx <= scrollx - 5'd16;
if (~j1[1] & old_j1[1]) scrollx <= scrollx + 5'd16;
if (~j1[2] & old_j1[2]) scrollx <= scrollx - 1'd1;
if (~j1[3] & old_j1[3]) scrollx <= scrollx + 1'd1;
end
*/
end
/******** MCPU DATA BUS ********/