accumulated old changes
This commit is contained in:
@@ -668,6 +668,7 @@ function love.keypressed(k)
|
||||
elseif k=="o" then RunToNextInstr(cpu)
|
||||
elseif k=="r" then RunCPU = not RunCPU
|
||||
elseif k=="i" then CPU.c.irq = 1
|
||||
elseif k=="u" then CPU.c.rfg = 1
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user