From 12f0dc05d44ddfd74e64f455c447b544e40e28b8 Mon Sep 17 00:00:00 2001 From: Michael Martin Date: Sat, 24 May 2014 05:47:37 -0700 Subject: [PATCH] VIC-20 header files --- platform/vic20.oph | 5 +++++ platform/vic20x.oph | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 platform/vic20.oph create mode 100644 platform/vic20x.oph diff --git a/platform/vic20.oph b/platform/vic20.oph new file mode 100644 index 0000000..e56bd26 --- /dev/null +++ b/platform/vic20.oph @@ -0,0 +1,5 @@ +;;; Minimal header file for unexpanded VIC-20. +;;; It translates to 10 SYS4109. +.word $1001 +.org $1001 +.byte $0b,$10,$0a,$00,$9e,$34,$31,$30,$39,$00,$00,$00 diff --git a/platform/vic20x.oph b/platform/vic20x.oph new file mode 100644 index 0000000..6e50aa7 --- /dev/null +++ b/platform/vic20x.oph @@ -0,0 +1,5 @@ +;;; Minimal header file for expanded VIC-20. +;;; It translates to 10 SYS4621. +.word $1201 +.org $1201 +.byte $0b,$12,$0a,$00,$9e,$34,$36,$32,$31,$00,$00,$00