1
0
mirror of https://github.com/rkujawa/rk65c02.git synced 2026-03-11 03:16:11 +00:00
Files
rk65c02/examples/msbasic/patches/extra.s.patch

12 lines
156 B
Diff

--- a/extra.s
+++ b/extra.s
@@ -22,6 +22,9 @@
.endif
+.ifdef RK65C02
+.include "rk65c02_extra.s"
+.endif
.ifdef AIM65
.include "aim65_extra.s"
.endif