diff --git a/res/GAMES.CONF b/res/GAMES.CONF index 6c3ffd38f..d1ef7ffe9 100755 --- a/res/GAMES.CONF +++ b/res/GAMES.CONF @@ -86,6 +86,7 @@ 0001,EGGS.IT=Eggs-It 0000,EPOCH 0001,FALCONS +1000,FIGHT.NIGHT 0001,FIREBIRD 0100,FLAPPLE.BIRD 0000,FS2=Flight Simulator II diff --git a/res/TITLE.HGR/FIGHT.NIGHT b/res/TITLE.HGR/FIGHT.NIGHT new file mode 100644 index 000000000..be74685d9 Binary files /dev/null and b/res/TITLE.HGR/FIGHT.NIGHT differ diff --git a/res/TITLE.HGR/_FileInformation.txt b/res/TITLE.HGR/_FileInformation.txt index b1d6b8e97..fcaa5cf6e 100644 --- a/res/TITLE.HGR/_FileInformation.txt +++ b/res/TITLE.HGR/_FileInformation.txt @@ -77,6 +77,7 @@ DUNG.BEETLES=Type(06),AuxType(4000),Access(C3) EGGS.IT=Type(06),AuxType(4000),Access(C3) EPOCH=Type(06),AuxType(4000),Access(C3) FALCONS=Type(06),AuxType(4000),Access(C3) +FIGHT.NIGHT=Type(06),AuxType(4000),Access(C3) FIREBIRD=Type(06),AuxType(4000),Access(C3) FLAPPLE.BIRD=Type(06),AuxType(4000),Access(C3) FLIP.OUT=Type(06),AuxType(4000),Access(C3) diff --git a/res/dsk/fight night PRODOS (san inc crack).po b/res/dsk/fight night PRODOS (san inc crack).po new file mode 100644 index 000000000..f510498e3 Binary files /dev/null and b/res/dsk/fight night PRODOS (san inc crack).po differ diff --git a/res/notes/wishlist.txt b/res/notes/wishlist.txt index e1fe0d281..01a9a7b1a 100644 --- a/res/notes/wishlist.txt +++ b/res/notes/wishlist.txt @@ -44,7 +44,6 @@ Arcade Boot Camp Boa Copts and Robbers [priority] The Dam Busters [priority] -Fight Night [priority] Hardball Infiltrator Infiltrator II diff --git a/src/prelaunch/fight.night.a b/src/prelaunch/fight.night.a new file mode 100644 index 000000000..41032e746 --- /dev/null +++ b/src/prelaunch/fight.night.a @@ -0,0 +1,21 @@ +;license:MIT +;(c) 2020 by qkumba + +!cpu 6502 +!to "build/PRELAUNCH/FIGHT.NIGHT",plain +*=$106 + + !source "src/prelaunch/common.a" + + +ENABLE_ACCEL + lda #$60 + sta $A21 + jsr $800 ; load "DOS" + + +LC_REBOOT + +DISABLE_ACCEL + jmp $B700 + +!if * > $1C0 { + !error "code is too large, ends at ", * +}