aboutsummaryrefslogtreecommitdiff
path: root/src/col80_modified/cruft/col80_runad_seg.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/col80_modified/cruft/col80_runad_seg.s')
-rw-r--r--src/col80_modified/cruft/col80_runad_seg.s13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/col80_modified/cruft/col80_runad_seg.s b/src/col80_modified/cruft/col80_runad_seg.s
new file mode 100644
index 0000000..234d621
--- /dev/null
+++ b/src/col80_modified/cruft/col80_runad_seg.s
@@ -0,0 +1,13 @@
+
+; Third segment is the run address
+
+;.ifdef FUJICHAT
+;INITAD = $02E2
+; .word INITAD
+; .word INITAD+1
+; .word dosini_entry_point
+;.else
+ .word RUNAD
+ .word RUNAD+1
+ .word dosini_entry_point
+;.endif