mirror of
https://github.com/a2-4am/4sports.git
synced 2025-02-01 05:31:04 +00:00
add Million Perfect Letters
This commit is contained in:
parent
b48796b4db
commit
5d7f686077
BIN
res/ACTION.HGR.UNCOMPRESSED/MPL
Normal file
BIN
res/ACTION.HGR.UNCOMPRESSED/MPL
Normal file
Binary file not shown.
BIN
res/ACTION.HGR/MPL
Normal file
BIN
res/ACTION.HGR/MPL
Normal file
Binary file not shown.
8
res/ATTRACT/MPL
Normal file
8
res/ATTRACT/MPL
Normal file
@ -0,0 +1,8 @@
|
||||
#
|
||||
# Attract mode for MPL
|
||||
# This file is automatically generated
|
||||
#
|
||||
|
||||
MPL=A
|
||||
|
||||
[eof]
|
BIN
res/CACHE00.IDX
BIN
res/CACHE00.IDX
Binary file not shown.
BIN
res/CACHE01.IDX
BIN
res/CACHE01.IDX
Binary file not shown.
BIN
res/CACHE10.IDX
BIN
res/CACHE10.IDX
Binary file not shown.
BIN
res/CACHE11.IDX
BIN
res/CACHE11.IDX
Binary file not shown.
@ -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
|
||||
|
@ -8,6 +8,7 @@ INTL.HOCKEY2=INTL.HOCKEY
|
||||
KONO
|
||||
MICROGOLF2=MICROGOLF
|
||||
HIRES.SOCCER
|
||||
MPL
|
||||
INTL.GRAN.PRIX
|
||||
GO
|
||||
HARDBALL
|
||||
|
@ -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
BIN
res/TITLE.HGR.UNPACKED/MPL
Normal file
Binary file not shown.
BIN
res/TITLE.HGR/MPL
Normal file
BIN
res/TITLE.HGR/MPL
Normal file
Binary file not shown.
BIN
res/dsk/million perfect letters (4am pack).po
Normal file
BIN
res/dsk/million perfect letters (4am pack).po
Normal file
Binary file not shown.
51
res/ports/million-perfect-letters/Makefile
Normal file
51
res/ports/million-perfect-letters/Makefile
Normal 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:
|
BIN
res/ports/million-perfect-letters/res/DATA#060000
Normal file
BIN
res/ports/million-perfect-letters/res/DATA#060000
Normal file
Binary file not shown.
1
res/ports/million-perfect-letters/res/PREFS#040000
Normal file
1
res/ports/million-perfect-letters/res/PREFS#040000
Normal file
@ -0,0 +1 @@
|
||||
110
|||
||+---CHEAT (0/1)
|+---SOUND (0/1)
+---PREFS VERSION (DO NOT CHANGE)
|
BIN
res/ports/million-perfect-letters/res/PROGRESS#068e10
Normal file
BIN
res/ports/million-perfect-letters/res/PROGRESS#068e10
Normal file
Binary file not shown.
BIN
res/ports/million-perfect-letters/src/OBJ
Normal file
BIN
res/ports/million-perfect-letters/src/OBJ
Normal file
Binary file not shown.
BIN
res/ports/million-perfect-letters/src/OBJ.X
Normal file
BIN
res/ports/million-perfect-letters/src/OBJ.X
Normal file
Binary file not shown.
25
res/ports/million-perfect-letters/src/loader.a
Normal file
25
res/ports/million-perfect-letters/src/loader.a
Normal 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"
|
29
res/ports/million-perfect-letters/src/mpl.a
Normal file
29
res/ports/million-perfect-letters/src/mpl.a
Normal 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
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2202235
|
||||
!be24 2211272
|
||||
!le16 571
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2189395
|
||||
!be24 2198392
|
||||
!le16 978
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2180375
|
||||
!le16 336
|
||||
!be24 2189164
|
||||
!le16 357
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2182248
|
||||
!le16 622
|
||||
!be24 2191096
|
||||
!le16 643
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2184464
|
||||
!le16 570
|
||||
!be24 2193371
|
||||
!le16 591
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2187355
|
||||
!le16 918
|
||||
!be24 2196321
|
||||
!le16 939
|
||||
|
@ -3,4 +3,4 @@
|
||||
;
|
||||
; This file is automatically generated
|
||||
;
|
||||
!word 29
|
||||
!word 30
|
||||
|
@ -3,4 +3,4 @@
|
||||
;
|
||||
; This file is automatically generated
|
||||
;
|
||||
!word 43
|
||||
!word 44
|
||||
|
@ -3,4 +3,4 @@
|
||||
;
|
||||
; This file is automatically generated
|
||||
;
|
||||
!word 46
|
||||
!word 47
|
||||
|
@ -3,4 +3,4 @@
|
||||
;
|
||||
; This file is automatically generated
|
||||
;
|
||||
!word 64
|
||||
!word 65
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2202806
|
||||
!be24 2211843
|
||||
!le16 306
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2203456
|
||||
!be24 2212493
|
||||
!le16 336
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2203792
|
||||
!be24 2212829
|
||||
!le16 303
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 1778274
|
||||
!be24 1787025
|
||||
!le16 69
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2193013
|
||||
!be24 2202010
|
||||
!le16 1640
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2203188
|
||||
!be24 2212225
|
||||
!le16 67
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2202223
|
||||
!be24 2211260
|
||||
!le16 12
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2201333
|
||||
!be24 2210370
|
||||
!le16 838
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2199288
|
||||
!be24 2208315
|
||||
!le16 271
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2190373
|
||||
!be24 2199370
|
||||
!le16 2640
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2195011
|
||||
!le16 1122
|
||||
!be24 2204008
|
||||
!le16 1132
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2203112
|
||||
!be24 2212149
|
||||
!le16 76
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2202171
|
||||
!be24 2211208
|
||||
!le16 52
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2203255
|
||||
!be24 2212292
|
||||
!le16 201
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2199559
|
||||
!be24 2208586
|
||||
!le16 350
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2199909
|
||||
!be24 2208936
|
||||
!le16 138
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2200047
|
||||
!be24 2209074
|
||||
!le16 92
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2200139
|
||||
!le16 192
|
||||
!be24 2209166
|
||||
!le16 202
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2200331
|
||||
!be24 2209368
|
||||
!le16 713
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2201044
|
||||
!be24 2210081
|
||||
!le16 285
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2201329
|
||||
!be24 2210366
|
||||
!le16 4
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2204095
|
||||
!be24 2213132
|
||||
!le16 2370
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2197253
|
||||
!le16 600
|
||||
!be24 2206260
|
||||
!le16 610
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2197853
|
||||
!be24 2206870
|
||||
!le16 526
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2188273
|
||||
!le16 1122
|
||||
!be24 2197260
|
||||
!le16 1132
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 621099
|
||||
!be24 628779
|
||||
!le16 8184
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 637475
|
||||
!be24 645155
|
||||
!le16 8184
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 629283
|
||||
!be24 636963
|
||||
!le16 8192
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2179413
|
||||
!le16 962
|
||||
!be24 2188164
|
||||
!le16 1000
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2180711
|
||||
!le16 1537
|
||||
!be24 2189521
|
||||
!le16 1575
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2182870
|
||||
!le16 1594
|
||||
!be24 2191739
|
||||
!le16 1632
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2185034
|
||||
!le16 2321
|
||||
!be24 2193962
|
||||
!le16 2359
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2194653
|
||||
!be24 2203650
|
||||
!le16 358
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2196133
|
||||
!be24 2205140
|
||||
!le16 1120
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2198379
|
||||
!le16 909
|
||||
!be24 2207396
|
||||
!le16 919
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2178896
|
||||
!be24 2187647
|
||||
!le16 517
|
||||
|
Loading…
x
Reference in New Issue
Block a user