1
0
mirror of https://github.com/Gehstock/Mist_FPGA.git synced 2026-01-19 17:27:59 +00:00

Update NumberCrash_MiST.sv

This commit is contained in:
Marcel 2021-05-25 14:37:47 +02:00
parent a47c7e21db
commit 04b01a47f3

View File

@ -97,7 +97,7 @@ pacmant pacmant(
.O_VBLANK(vb),
.O_AUDIO(audio),
.in0(~{1'b0, custom, 1'b0, status[6], m_down, m_left, m_right, m_up}),
.in1(~{1'b1,m_one_player, m_coin1, 4'b1111, m_fireA}),
.in1(~{1'b0,m_one_player, m_coin1, 4'b0000, m_fireA}),
.dipsw(~{8'b11111111}),//todo later
.RESET(status[0] | buttons[1]),
.CLK(clk_sys),