add Go Four It

This commit is contained in:
4am 2024-04-21 22:07:31 -04:00
parent 6fb946b086
commit 9e19e4e4b1
66 changed files with 217 additions and 57 deletions

Binary file not shown.

BIN
res/ACTION.HGR/GO.FOUR.IT Normal file

Binary file not shown.

8
res/ATTRACT/GO.FOUR.IT Normal file
View File

@ -0,0 +1,8 @@
#
# Attract mode for GO.FOUR.IT
# This file is automatically generated
#
GO.FOUR.IT=A
[eof]

22
res/GAMEHELP/GO.FOUR.IT Normal file
View File

@ -0,0 +1,22 @@
Get four in a row horizontally,
vertically, or diagonally
< select >
press Return to place
S* * * * * * * * * * * * * *toggle sound
T* * * * * * * * * * * * *take back move
A* * * * * * * * * * * * * * * * *advice
Esc* * * * * * * * * * * * * * * * *quit
[eof]

View File

@ -48,6 +48,7 @@
10001,FUJI.SPEED.WAY=Fuji Crowded Speedway/1983
10000,GFL.FOOTBALL=GFL Championship Football/1987
00001,GO=Go/1982
00001,GO.FOUR.IT=Go Four It/1988
10001,HARDBALL=Hardball/1985
10001,HIRES.FOOTBALL=Hi-Res Football/1980
10001,HIRES.SOCCER=Hi-Res Soccer/1980

View File

@ -5,6 +5,7 @@
REVERSI
CHECKERS
MICROCHESS
GO.FOUR.IT
ODIN
PENSATE
GO

View File

@ -6,6 +6,7 @@ INTL.HOCKEY
GO
HIRES.FOOTBALL
GFL.FOOTBALL
GO.FOUR.IT
INTL.GRAN.PRIX
[eof]

View File

@ -4,6 +4,7 @@
PENSATE
ODIN
GO.FOUR.IT
REVERSI
GO
CHECKERS

View File

@ -5,6 +5,7 @@
GFL.FOOTBALL
JUMP.PIT
HARDBALL
GO.FOUR.IT
HIRES.SOCCER
GO
INTL.GRAN.PRIX

Binary file not shown.

BIN
res/TITLE.HGR/GO.FOUR.IT Normal file

Binary file not shown.

Binary file not shown.

View File

@ -13,6 +13,7 @@
- F-15 Strike Eagle
- Fox & Geese
- Go
- Go Four It
- GFL Championship Football
- Hi-Res Football
- Hi-Res Soccer

View File

@ -93,7 +93,7 @@ Clue
Risk v1.4
Monty Plays Scrabble v4
Shanghai
Sorry
Sorry [DHGR][128K]
//idea:quiz games
Tic Tac Show

View File

@ -0,0 +1,51 @@
# https://sourceforge.net/projects/acme-crossass/
ACME=acme
# https://github.com/mach-kernel/cadius
CADIUS=cadius
EXOMIZER=exomizer mem -lnone -P23 -f -q
BUILDDIR=build
DISKVOLUME=GO.FOUR.IT
LOADER=$(BUILDDIR)/LOADER.SYSTEM\#FF2000
EXE=$(BUILDDIR)/GO.FOUR.IT\#068000
COMPRESSED=src/OBJ.X
SOURCES=$(wildcard src/*.a) $(COMPRESSED)
RES=$(wildcard res/*) $(wildcard ../common/res/*)
BUILDDISK=$(BUILDDIR)/$(DISKVOLUME).po
.PHONY: clean mount all
$(BUILDDISK): $(EXE) $(LOADER) $(RES)
$(LOADER): $(SOURCES) | $(BUILDDIR)
$(ACME) src/loader.a
$(CADIUS) REPLACEFILE "$(BUILDDISK)" "/$(DISKVOLUME)/" "$(LOADER)" -C
@touch "$@"
$(EXE): $(SOURCES) $(COMPRESSED) | $(BUILDDIR)
$(ACME) src/go.four.it.a
$(CADIUS) REPLACEFILE "$(BUILDDISK)" "/$(DISKVOLUME)/" "$(EXE)" -C
@touch "$@"
$(RES): $(BUILDDIR)
$(CADIUS) REPLACEFILE "$(BUILDDISK)" "/$(DISKVOLUME)/" "$@" -C
@touch "$@"
$(COMPRESSED):
$(EXOMIZER) src/OBJ@0x4000 -o "$@"
mount: $(BUILDDISK)
@open "$(BUILDDISK)"
clean:
rm -rf "$(BUILDDIR)"
$(BUILDDIR):
mkdir -p "$@"
$(CADIUS) CREATEVOLUME "$(BUILDDISK)" "$(DISKVOLUME)" 140KB -C
all: clean mount
.NOTPARALLEL:

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,29 @@
!cpu 6502
*=$8000
!to "build/GO.FOUR.IT#068000",plain
!src "../common/src/constants.a"
!src "../common/src/macros.a"
jmp start
compressed_data
!bin "src/OBJ.X"
FORWARD_DECRUNCHING = 1
SHOW_PROGRESS_DURING_DECRUNCH = 0
!src "../common/src/exodecrunch.a"
start
+INIT_MACHINE
!if * != $9001 {
!serious "Adjust prelaunch to patch JSR at ", *, " to JMP"
}
jsr decrunch ; compressed data contains target address
jmp $6000
get_crunched_byte
lda compressed_data
inc get_crunched_byte+1
bne +
inc get_crunched_byte+2
+ rts

View File

@ -0,0 +1,25 @@
!cpu 6502
*=$2000
!to "build/LOADER.SYSTEM#FF2000",plain
!src "../common/src/constants.a"
!src "../common/src/macros.a"
+READ_ENTIRE_FILE parm_boot_open, parm_boot_read
jmp (entry)
parm_boot_open
!byte 3
!word filename
!word $2100
!byte 0
parm_boot_read
!byte 4
!byte 1
entry !word $8000
!word $FFFF
!word 0
filename
!text 10,"GO.FOUR.IT"

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2585368
!be24 2598963
!le16 592

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2569775
!be24 2583302
!le16 1543

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2557550
!be24 2570964
!le16 514

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2560120
!be24 2573566
!le16 883

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2563111
!be24 2576589
!le16 843

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2567023
!be24 2580533
!le16 1297

View File

@ -3,4 +3,4 @@
;
; This file is automatically generated
;
!word 39
!word 40

View File

@ -3,4 +3,4 @@
;
; This file is automatically generated
;
!word 58
!word 59

View File

@ -3,4 +3,4 @@
;
; This file is automatically generated
;
!word 60
!word 61

View File

@ -3,4 +3,4 @@
;
; This file is automatically generated
;
!word 84
!word 85

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2585960
!be24 2599555
!le16 306

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2586610
!be24 2600205
!le16 336

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2586946
!be24 2600541
!le16 303

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2061933
!be24 2071181
!le16 69

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2573958
!be24 2587485
!le16 1640

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2586342
!be24 2599937
!le16 67

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2585356
!be24 2598951
!le16 12

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2584242
!be24 2597837
!le16 1062

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2581775
!be24 2595353
!le16 365

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2571318
!be24 2584845
!le16 2640

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2575956
!le16 1455
!be24 2589483
!le16 1472

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2586266
!be24 2599861
!le16 76

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2585304
!be24 2598899
!le16 52

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2586409
!be24 2600004
!le16 201

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2582140
!be24 2595718
!le16 421

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2582561
!le16 192
!be24 2596139
!le16 209

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2582753
!be24 2596348
!le16 107

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2582860
!be24 2596455
!le16 292

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2583152
!be24 2596747
!le16 778

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2583930
!be24 2597525
!le16 285

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2584215
!be24 2597810
!le16 27

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2587249
!be24 2600844
!le16 2370

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2579168
!le16 863
!be24 2592712
!le16 880

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2580031
!be24 2593592
!le16 596

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2568320
!le16 1455
!be24 2581830
!le16 1472

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 819755
!be24 827435
!le16 8184

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 836131
!be24 843811
!le16 8184

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 827939
!be24 835619
!le16 8192

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2556253
!le16 1297
!be24 2569635
!le16 1329

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2558064
!le16 2056
!be24 2571478
!le16 2088

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2561003
!le16 2108
!be24 2574449
!le16 2140

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2563954
!le16 3069
!be24 2577432
!le16 3101

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2575598
!be24 2589125
!le16 358

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2577411
!be24 2590955
!le16 1757

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2580627
!le16 1148
!be24 2594188
!le16 1165

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2555616
!le16 637
!be24 2568979
!le16 656

View File

@ -0,0 +1,19 @@
;license:MIT
!cpu 6502
!to "build/PRELAUNCH.INDEXED/GO.FOUR.IT",plain
*=$106
!source "src/prelaunch/common.a"
+ENABLE_ACCEL
lda #$4C
sta $9001
jsr $8000
+DISABLE_ACCEL
+RESET_VECTOR $100
jmp $9004
!if * > $1C0 {
!error "code is too large, ends at ", *
}