mirror of
https://github.com/rkujawa/rk65c02.git
synced 2026-03-12 10:41:43 +00:00
13 lines
205 B
Diff
13 lines
205 B
Diff
--- a/iscntc.s
|
|
+++ b/iscntc.s
|
|
@@ -21,6 +21,9 @@
|
|
.ifdef MICROTAN
|
|
.include "microtan_iscntc.s"
|
|
.endif
|
|
+.ifdef RK65C02
|
|
+.include "rk65c02_iscntc.s"
|
|
+.endif
|
|
.ifdef AIM65
|
|
.include "aim65_iscntc.s"
|
|
.endif
|