aboutsummaryrefslogtreecommitdiff
path: root/portstat.s
diff options
context:
space:
mode:
Diffstat (limited to 'portstat.s')
-rw-r--r--portstat.s9
1 files changed, 9 insertions, 0 deletions
diff --git a/portstat.s b/portstat.s
new file mode 100644
index 0000000..2f0d075
--- /dev/null
+++ b/portstat.s
@@ -0,0 +1,9 @@
+
+ .export _port_stat_screen
+
+; PORTSTAT.DAT is created on the H: device by running mkportstats.xex
+; in atari800. H: needs to be set writable and pointed to the current
+; directory.
+
+_port_stat_screen:
+ .incbin "PORTSTAT.DAT"