mirror of
https://github.com/KarolS/millfork.git
synced 2024-11-01 05:05:32 +00:00
13 lines
277 B
Plaintext
13 lines
277 B
Plaintext
|
|
#if not(APPLE_2)
|
|
#warn apple2_kernel module should be used only on Apple II-compatible targets
|
|
#endif
|
|
|
|
array hires_page_1 [$2000] @$2000
|
|
array hires_page_2 [$2000] @$4000
|
|
|
|
asm void bell() @$FBE4 extern
|
|
|
|
asm void putchar(byte a) @$FDED extern
|
|
asm void new_line() @$FC62 extern
|