dos33fsprogs/games/peasant_mini/pq2/wait_keypress.s
Vince Weaver ae7ee718b5 pq2: threw together simple scene of Peasant's Quest II
shouldn't be allowed on the hrwiki, just gives me ideas
2024-09-13 01:18:19 -04:00

6 lines
129 B
ArmAsm

wait_until_keypress:
lda KEYPRESS ; 4
bpl wait_until_keypress ; 3
bit KEYRESET ; clear the keyboard buffer
rts ; 6