aboutsummaryrefslogtreecommitdiff
path: root/config/os2ram.h
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-04-26 03:14:47 -0400
committerB. Watson <urchlay@slackware.uk>2026-04-26 03:14:47 -0400
commit7bf23d5b680f4cfaf2a4f1d1f03005cd1c1473a9 (patch)
tree1adc185679c6cd66608dfcfd13c0a61cb819053a /config/os2ram.h
parentd8e36c6648558fa43865ea238412124e5c2a95f9 (diff)
downloadfujinet-chat-7bf23d5b680f4cfaf2a4f1d1f03005cd1c1473a9.tar.gz
Add files I forgot to add to the repo. Apparently nobody builds this from source but me...
Diffstat (limited to 'config/os2ram.h')
-rw-r--r--config/os2ram.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/os2ram.h b/config/os2ram.h
new file mode 100644
index 0000000..46d0a0e
--- /dev/null
+++ b/config/os2ram.h
@@ -0,0 +1,6 @@
+/* cc65's libsrc/atari/ostype.s offers detailed OS type detection.
+ All we care about is "Is it an XL/XE or a 400/800?", which
+ boils down to this: */
+#define is_xl() ( *((char *)0xfcd8) != 0xa2 )
+
+void os_to_ram(void);