add Million Perfect Letters

This commit is contained in:
4am 2024-04-04 13:38:27 -04:00
parent b48796b4db
commit 5d7f686077
67 changed files with 176 additions and 59 deletions

Binary file not shown.

BIN
res/ACTION.HGR/MPL Normal file

Binary file not shown.

8
res/ATTRACT/MPL Normal file
View File

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

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -51,6 +51,7 @@
00001,MU.TORERE=Mu Torere
00001,MICROGOLF=Micro Golf
00001,MICROCHESS=MicroChess
00000,MPL=Million Perfect Letters
00001,NINE.MENS=Nine Men's Morris
10001,ONE.ON.ONE=One on One
01100,PAY.DAY=Pay Day

View File

@ -8,6 +8,7 @@ INTL.HOCKEY2=INTL.HOCKEY
KONO
MICROGOLF2=MICROGOLF
HIRES.SOCCER
MPL
INTL.GRAN.PRIX
GO
HARDBALL

View File

@ -10,6 +10,7 @@ INTL.GRAN.PRIX
MICROGOLF
HIRES.FOOTBALL
FOX.AND.GEESE
MPL
HARDBALL
GO
FS2

BIN
res/TITLE.HGR.UNPACKED/MPL Normal file

Binary file not shown.

BIN
res/TITLE.HGR/MPL Normal file

Binary file not shown.

Binary file not shown.

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

View File

@ -0,0 +1 @@
110 ||| ||+---CHEAT (0/1) |+---SOUND (0/1) +---PREFS VERSION (DO NOT CHANGE)

Binary file not shown.

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 3,"MPL"

View File

@ -0,0 +1,29 @@
!cpu 6502
*=$8000
!to "build/MPL#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 * != $9E01 {
!serious "Adjust prelaunch to patch JSR at ", *
}
jsr decrunch ; compressed data contains target address
jmp $2000
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 2202235
!be24 2211272
!le16 571

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2189395
!be24 2198392
!le16 978

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2180375
!le16 336
!be24 2189164
!le16 357

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2182248
!le16 622
!be24 2191096
!le16 643

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2184464
!le16 570
!be24 2193371
!le16 591

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2187355
!le16 918
!be24 2196321
!le16 939

View File

@ -3,4 +3,4 @@
;
; This file is automatically generated
;
!word 29
!word 30

View File

@ -3,4 +3,4 @@
;
; This file is automatically generated
;
!word 43
!word 44

View File

@ -3,4 +3,4 @@
;
; This file is automatically generated
;
!word 46
!word 47

View File

@ -3,4 +3,4 @@
;
; This file is automatically generated
;
!word 64
!word 65

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2201333
!be24 2210370
!le16 838

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2199288
!be24 2208315
!le16 271

View File

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

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2195011
!le16 1122
!be24 2204008
!le16 1132

View File

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

View File

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

View File

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

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2199559
!be24 2208586
!le16 350

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2199909
!be24 2208936
!le16 138

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2200047
!be24 2209074
!le16 92

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2200139
!le16 192
!be24 2209166
!le16 202

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2200331
!be24 2209368
!le16 713

View File

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

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2201329
!be24 2210366
!le16 4

View File

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

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2197253
!le16 600
!be24 2206260
!le16 610

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2197853
!be24 2206870
!le16 526

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2188273
!le16 1122
!be24 2197260
!le16 1132

View File

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

View File

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

View File

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

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2179413
!le16 962
!be24 2188164
!le16 1000

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2180711
!le16 1537
!be24 2189521
!le16 1575

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2182870
!le16 1594
!be24 2191739
!le16 1632

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2185034
!le16 2321
!be24 2193962
!le16 2359

View File

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

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2196133
!be24 2205140
!le16 1120

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2198379
!le16 909
!be24 2207396
!le16 919

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 2178896
!be24 2187647
!le16 517