mirror of
https://github.com/KarolS/millfork.git
synced 2026-04-25 19:17:54 +00:00
Implement readkey and readline for Apple II
This commit is contained in:
@@ -4,7 +4,7 @@ pointer current_suite_name
|
||||
byte current_test_number
|
||||
word failure_count = 0
|
||||
|
||||
#if ZX_SPECTRUM || CBM || NEC_PC88 || ATARI_8 || AMSTRAD_CPC
|
||||
#if ZX_SPECTRUM || CBM || NEC_PC88 || ATARI_8 || AMSTRAD_CPC || APPLE_2
|
||||
|
||||
import keyboard
|
||||
alias wait_after_failure = readkey
|
||||
|
||||
Reference in New Issue
Block a user