mirror of
https://github.com/KarolS/millfork.git
synced 2026-04-21 09:16:34 +00:00
Implement readkey and readline for Apple II
This commit is contained in:
@@ -28,6 +28,8 @@ note that support for these targets may end when the suite grows beyond their me
|
||||
|
||||
* BBC Micro, loadable programs (`bbcmicro`)
|
||||
|
||||
* Apple II, loadable programs (`apple2`)
|
||||
|
||||
Compiling with the `-D PRINT_SUCCESSES` will cause the suite to print all tests, including successful ones.
|
||||
Otherwise, only failed tests will be printed.
|
||||
|
||||
|
||||
@@ -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