diff --git a/res/GAMES.CONF b/res/GAMES.CONF index d3e2ec1ba..86436172f 100755 --- a/res/GAMES.CONF +++ b/res/GAMES.CONF @@ -55,6 +55,7 @@ 0101,COMMANDO 0003,CONAN 0001,CONGO.BONGO +0002,COUNTY.FAIR 0001,CRAZY.MAZEY 0001,CRIME.WAVE 1001,CRISIS.MOUNTAIN diff --git a/res/TITLE.HGR/COUNTY.FAIR b/res/TITLE.HGR/COUNTY.FAIR new file mode 100644 index 000000000..1cf4d9499 Binary files /dev/null and b/res/TITLE.HGR/COUNTY.FAIR differ diff --git a/res/TITLE.HGR/_FileInformation.txt b/res/TITLE.HGR/_FileInformation.txt index f795b7b68..99b82be1d 100644 --- a/res/TITLE.HGR/_FileInformation.txt +++ b/res/TITLE.HGR/_FileInformation.txt @@ -49,6 +49,7 @@ CIDER.SPIDER=Type(06),AuxType(4000),Access(C3) COMMANDO=Type(06),AuxType(4000),Access(C3) CONAN=Type(06),AuxType(4000),Access(C3) CONGO.BONGO=Type(06),AuxType(4000),Access(C3) +COUNTY.FAIR=Type(06),AuxType(4000),Access(C3) CRAZY.MAZEY=Type(06),AuxType(4000),Access(C3) CRIME.WAVE=Type(06),AuxType(4000),Access(C3) CRISIS.MOUNTAIN=Type(06),AuxType(4000),Access(C3) diff --git a/res/dsk/county fair 12k file PRODOS (san inc pack).po b/res/dsk/county fair 12k file PRODOS (san inc pack).po new file mode 100644 index 000000000..9ad29c92b Binary files /dev/null and b/res/dsk/county fair 12k file PRODOS (san inc pack).po differ diff --git a/res/notes/wishlist.txt b/res/notes/wishlist.txt index 6dc684458..5e53d59a1 100644 --- a/res/notes/wishlist.txt +++ b/res/notes/wishlist.txt @@ -39,7 +39,6 @@ The World's Greatest Baseball Game //4am crack (unreleased) Bop N Wrestle Congo -County Fair [priority] Frazzle Galactic Attack Ghostbusters [priority] diff --git a/src/prelaunch/county.fair.a b/src/prelaunch/county.fair.a new file mode 100644 index 000000000..692763431 --- /dev/null +++ b/src/prelaunch/county.fair.a @@ -0,0 +1,26 @@ +;license:MIT +;(c) 2020 by qkumba + +!cpu 6502 +!to "build/PRELAUNCH/COUNTY.FAIR",plain +*=$106 + + !source "src/prelaunch/common.a" + + +ENABLE_ACCEL + lda #$60 + sta $65AA + jsr $651F ; decompress + + +GET_MACHINE_STATUS + and #CHEATS_ENABLED + beq + + lda #$a5 + sta $1060 ; patch - don't decrease ammunition ++ + +DISABLE_ACCEL + jmp $800 + +!if * > $1C0 { + !error "code is too large, ends at ", * +}