pause on the start button

This commit is contained in:
2019-01-06 09:15:36 +01:00
parent 99922c35f7
commit 505227d5aa
4 changed files with 104 additions and 1 deletions

View File

@@ -69,6 +69,7 @@ Start:
call MemoryCopy
call InitAutomata
call InitEdit
; enable h-blank interrupt in lcd stat
ld a, STATF_MODE00
@@ -82,5 +83,6 @@ Start:
call StartRender
call UpdateAutomata
call WaitRender
call EditOldBuffer
call SwapBuffers
jp .mainloop