add Ultracheckers

This commit is contained in:
4am 2024-04-25 22:07:43 -04:00
parent ed3377cf86
commit 453ca1eb82
65 changed files with 211 additions and 56 deletions

Binary file not shown.

Binary file not shown.

View File

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

View File

@ -102,6 +102,7 @@
11100,TSN.BASEBALL=The Sporting News Baseball/1988
10001,TOMAHAWK=Tomahawk/1987
00000,TRACK.AND.FIELD=Track & Field/1984
00000,ULTRACHECKERS=Ultracheckers/1980
00001,WARI=Wari/1988
00000,WINTER.GAMES=Winter Games/1985
01100,WORLD.GAMES=World Games/1987

View File

@ -8,6 +8,7 @@ MICROCHESS
GO.FOUR.IT
ODIN
PENSATE
ULTRACHECKERS
GO
[eof]

View File

@ -5,6 +5,7 @@
WORLD.KARATE2=WORLD.KARATE
ZZFS
TOMAHAWK
ULTRACHECKERS
WARI
THE.DAM.BUSTERS

View File

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

View File

@ -5,6 +5,7 @@
THE.DAM.BUSTERS
WINTER.GAMES
TRACK.AND.FIELD
ULTRACHECKERS
WORLD.KARATE
TOMAHAWK
ZZFS

Binary file not shown.

BIN
res/TITLE.HGR/ULTRACHECKERS Normal file

Binary file not shown.

Binary file not shown.

View File

@ -42,6 +42,7 @@
- The Sporting News Baseball
- Wari
- Wipeout
- Ultracheckers
- Zig Zag Flag Shag
## Revision 1.0-alpha.3 / 20231114

View File

@ -62,7 +62,6 @@ The World's Greatest Baseball Game (Enhanced Version) [4am crack][64K][supports-
The World's Greatest Football Game [4am crack][64K]
Top Fuel Eliminator (Activision) [4am crack][HGR-but-128K]
Trick Shot (IDSI) [needs-crack][48K][supports-data-disk]
Ultracheckers (Malibu Microcomputing) [needs-crack][48K]
World Class Leader Board (Access Software) [64K]
World Series Baseball

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=ULTRACHECKERS
LOADER=$(BUILDDIR)/LOADER.SYSTEM\#FF2000
EXE=$(BUILDDIR)/ULTRACHECKERS\#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/ultracheckers.a
$(CADIUS) REPLACEFILE "$(BUILDDISK)" "/$(DISKVOLUME)/" "$(EXE)" -C
@touch "$@"
$(RES): $(BUILDDIR)
$(CADIUS) REPLACEFILE "$(BUILDDISK)" "/$(DISKVOLUME)/" "$@" -C
@touch "$@"
$(COMPRESSED):
$(EXOMIZER) src/OBJ@0x0800 -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,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 13,"ULTRACHECKERS"

View File

@ -0,0 +1,48 @@
!cpu 6502
*=$8000
!to "build/ULTRACHECKERS#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 * != $93CB {
!serious "Adjust prelaunch to patch JSR at ", *
}
jsr decrunch ; compressed data contains target address
bit GFXMODE
bit PAGE1
bit HIRES
bit FULLGFX
lda #$F9 ; set by original bootloader
sta $20
lda #$E3
sta $21
lda #$F4
sta $22
lda #$15
sta $23
lda #$2F
sta $24
lda #$16
sta $25
lda #$00
sta $3FE
sta $3FF
jmp $19BB
get_crunched_byte
lda compressed_data
inc get_crunched_byte+1
bne +
inc get_crunched_byte+2
+ rts

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2647585
!be24 2656580
!le16 630

View File

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

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2619253
!be24 2628034
!le16 560

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2621925
!be24 2630744
!le16 921

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2625010
!be24 2633867
!le16 903

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2629038
!be24 2637933
!le16 1349

View File

@ -3,4 +3,4 @@
;
; This file is automatically generated
;
!word 41
!word 42

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 62
!word 63

View File

@ -3,4 +3,4 @@
;
; This file is automatically generated
;
!word 86
!word 87

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2638053
!le16 1485
!be24 2646968
!le16 1505

View File

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

View File

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

View File

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

View File

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

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2644748
!be24 2653723
!le16 209

View File

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

View File

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

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2645356
!be24 2654331
!le16 791

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2646147
!le16 285
!be24 2655122
!le16 305

View File

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

View File

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

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2641295
!be24 2650230
!le16 880

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2642175
!le16 609
!be24 2651110
!le16 629

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2630387
!le16 1485
!be24 2639282
!le16 1505

View File

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

View File

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

View File

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

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2617900
!le16 1353
!be24 2626643
!le16 1391

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2619813
!le16 2112
!be24 2628594
!le16 2150

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2622846
!le16 2164
!be24 2631665
!le16 2202

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2625913
!le16 3125
!be24 2634770
!le16 3163

View File

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

View File

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

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2642784
!le16 1178
!be24 2651739
!le16 1198

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2617244
!be24 2625987
!le16 656

View File

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