mirror of
https://github.com/michaelcmartin/Ophis.git
synced 2024-12-21 12:29:46 +00:00
VIC-20 header files
This commit is contained in:
parent
d3772587da
commit
12f0dc05d4
5
platform/vic20.oph
Normal file
5
platform/vic20.oph
Normal file
@ -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
|
5
platform/vic20x.oph
Normal file
5
platform/vic20x.oph
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user