diff --git a/resources/ping-pong-mips32/game/game/init.S b/resources/ping-pong-mips32/game/game/init.S index 5dee95f..192c77d 100644 --- a/resources/ping-pong-mips32/game/game/init.S +++ b/resources/ping-pong-mips32/game/game/init.S @@ -214,6 +214,10 @@ bss_init_done: jal WRITESERIAL nop + lui t0, %hi(SEG7) + 1 + li t1, 0 + sw t1, %lo(SEG7)(t0) + j RESTART_LOAD nop