Add Outworld to the collection (#175)

This commit is contained in:
frankmilliron 2020-05-03 12:03:57 -07:00 committed by GitHub
parent 73ca7b64da
commit 04e18beb15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 17 additions and 0 deletions

View File

@ -170,6 +170,7 @@
0000,ORILEYS.MINE=O'Riley's Mine
0000,OOTW=Out of This World
0000,OUTPOST
0000,OUTWORLD
0000,PAC.MAN=Pac-Man
0100,PAPERBOY
1001,PENETRATOR

BIN
res/TITLE.HGR/OUTWORLD Normal file

Binary file not shown.

View File

@ -155,6 +155,7 @@ OOTW=Type(06),AuxType(4000),Access(C3)
ORBITRON=Type(06),AuxType(4000),Access(C3)
ORILEYS.MINE=Type(06),AuxType(4000),Access(C3)
OUTPOST=Type(06),AuxType(4000),Access(C3)
OUTWORLD=Type(06),AuxType(4000),Access(C3)
PAC.MAN=Type(06),AuxType(4000),Access(C3)
PAPERBOY=Type(06),AuxType(4000),Access(C3)
PENETRATOR=Type(06),AuxType(4000),Access(C3)

BIN
res/dsk/Outworld.po Normal file

Binary file not shown.

15
src/prelaunch/outworld.a Executable file
View File

@ -0,0 +1,15 @@
;license:MIT
;(c) 2020 by Frank M.
!cpu 6502
!to "build/PRELAUNCH/OUTWORLD",plain
*=$106
!source "src/prelaunch/common.a"
+NEW_RESET_VECTOR $BFF0
jmp $27FD
!if * > $1C0 {
!error "code is too large, ends at ", *
}