mirror of
https://github.com/rkujawa/rk65c02.git
synced 2026-03-11 03:16:11 +00:00
13 lines
279 B
Diff
13 lines
279 B
Diff
--- a/init.s
|
|
+++ b/init.s
|
|
@@ -105,6 +105,9 @@
|
|
sty ATN+2
|
|
sta GOSTROUT+1
|
|
sty GOSTROUT+2
|
|
+ .elseif .def(RK65C02)
|
|
+ sta GOSTROUT+1
|
|
+ sty GOSTROUT+2
|
|
.else
|
|
sta USR+1
|
|
sty USR+2
|