mirror of
https://github.com/a2stuff/prodos-drivers.git
synced 2025-01-20 08:31:31 +00:00
Buhbye.system: Clear keyboard strobe on launch
This is particularly useful on MAME where you're likely to have just pressed Return to dismiss a warning.
This commit is contained in:
parent
3b8fe3c461
commit
145aba1f66
@ -131,6 +131,8 @@ loop: lda (src_ptr) ; *src_ptr = *dst_ptr
|
||||
cld ; ProDOS protocol for QUIT routine
|
||||
lda ROMIN2 ; Page in ROM for reads, writes ignored
|
||||
|
||||
bit KBDSTRB ; Clear keyboard strobe
|
||||
|
||||
lda #$A0
|
||||
jsr SLOT3 ; Activate 80-Column Firmware
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user