mirror of
https://github.com/rkujawa/rk65c02.git
synced 2026-03-11 03:16:11 +00:00
13 lines
215 B
Diff
13 lines
215 B
Diff
--- a/loadsave.s
|
|
+++ b/loadsave.s
|
|
@@ -12,6 +12,9 @@
|
|
.ifdef MICROTAN
|
|
.include "microtan_loadsave.s"
|
|
.endif
|
|
+.ifdef RK65C02
|
|
+.include "rk65c02_loadsave.s"
|
|
+.endif
|
|
.ifdef AIM65
|
|
.include "aim65_loadsave.s"
|
|
.endif
|