mirror of
https://github.com/a2-4am/4sports.git
synced 2025-04-09 18:38:23 +00:00
add Magnet Madness
This commit is contained in:
parent
0e3a8e8371
commit
8e544eaefd
BIN
res/ACTION.HGR.UNCOMPRESSED/MAGNET.MADNESS
Normal file
BIN
res/ACTION.HGR.UNCOMPRESSED/MAGNET.MADNESS
Normal file
Binary file not shown.
BIN
res/ACTION.HGR/MAGNET.MADNESS
Normal file
BIN
res/ACTION.HGR/MAGNET.MADNESS
Normal file
Binary file not shown.
8
res/ATTRACT/MAGNET.MADNESS
Normal file
8
res/ATTRACT/MAGNET.MADNESS
Normal file
@ -0,0 +1,8 @@
|
||||
#
|
||||
# Attract mode for MAGNET.MADNESS
|
||||
# This file is automatically generated
|
||||
#
|
||||
|
||||
MAGNET.MADNESS=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.
21
res/GAMEHELP/MAGNET.MADNESS
Normal file
21
res/GAMEHELP/MAGNET.MADNESS
Normal file
@ -0,0 +1,21 @@
|
||||
|
||||
|
||||
|
||||
Activate the magnets to attract the
|
||||
|
||||
marble to the goal
|
||||
|
||||
|
||||
|
||||
joystick, keyboard, or mouse
|
||||
|
||||
activate with
|
||||
|
||||
N
|
||||
W E
|
||||
S
|
||||
|
||||
|
||||
|
||||
Esc* * * * * * * * * * * * * * * * *quit
|
||||
[eof]
|
@ -49,10 +49,11 @@
|
||||
10000,INTL.HOCKEY=International Hockey
|
||||
10000,KARATE.CHAMP=Karate Champ
|
||||
00001,KONO=Kono
|
||||
00001,MU.TORERE=Mu Torere
|
||||
00001,MAGNET.MADNESS=Magnet Madness
|
||||
00001,MICROGOLF=Micro Golf
|
||||
00001,MICROCHESS=MicroChess
|
||||
00000,MPL=Million Perfect Letters
|
||||
00001,MU.TORERE=Mu Torere
|
||||
00001,NIMWIT=Nimwit
|
||||
00001,NINE.MENS=Nine Men's Morris
|
||||
10001,ONE.ON.ONE=One on One
|
||||
|
@ -12,6 +12,7 @@ MICROCHESS
|
||||
ROCK.N.SCROLL
|
||||
NINE.MENS
|
||||
PENSATE
|
||||
MAGNET.MADNESS
|
||||
GO
|
||||
WARI
|
||||
FOX.AND.GEESE
|
||||
|
@ -10,6 +10,7 @@ NIMWIT
|
||||
THE.DAM.BUSTERS
|
||||
WARI
|
||||
ONE.ON.ONE
|
||||
MAGNET.MADNESS
|
||||
AMER.CHALLENGE
|
||||
MU.TORERE
|
||||
TAG.TEAM
|
||||
|
@ -10,6 +10,7 @@ KONO
|
||||
MU.TORERE
|
||||
REVERSI
|
||||
GO
|
||||
MAGNET.MADNESS
|
||||
CHECKERS
|
||||
SEEGA
|
||||
NINE.MENS
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
TOMAHAWK
|
||||
WINTER.GAMES
|
||||
MAGNET.MADNESS
|
||||
WORLD.KARATE
|
||||
TAG.TEAM
|
||||
PENSATE
|
||||
|
BIN
res/TITLE.HGR.UNPACKED/MAGNET.MADNESS
Normal file
BIN
res/TITLE.HGR.UNPACKED/MAGNET.MADNESS
Normal file
Binary file not shown.
1
res/TITLE.HGR/MAGNET.MADNESS
Normal file
1
res/TITLE.HGR/MAGNET.MADNESS
Normal file
File diff suppressed because one or more lines are too long
BIN
res/dsk/magnet madness (4am pack).po
Normal file
BIN
res/dsk/magnet madness (4am pack).po
Normal file
Binary file not shown.
@ -12,6 +12,7 @@
|
||||
- Hi-Res Football
|
||||
- Hi-Res Soccer
|
||||
- Kono
|
||||
- Magnet Madness
|
||||
- Micro Golf
|
||||
- MicroChess
|
||||
- Million Perfect Letters
|
||||
|
@ -88,7 +88,6 @@ Win, Lose, or Draw (+ Second Edition, Junior Edition) [DHGR][128K] (Junior Editi
|
||||
//idea:Bez collection
|
||||
Place Ball
|
||||
Slide Glide
|
||||
Magnet Madness
|
||||
Zig Zag Flag Shag
|
||||
Fuelish Future
|
||||
Mix Matcher
|
||||
|
55
res/ports/magnet-madness/Makefile
Normal file
55
res/ports/magnet-madness/Makefile
Normal file
@ -0,0 +1,55 @@
|
||||
# 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=MAGNET.MADNESS
|
||||
LOADER=$(BUILDDIR)/LOADER.SYSTEM\#FF2000
|
||||
EXE=$(BUILDDIR)/MAGNET.MADNESS\#068000
|
||||
COMPRESSED1=src/OBJ1.X
|
||||
COMPRESSED2=src/OBJ2.X
|
||||
SOURCES=$(wildcard src/*.a) $(COMPRESSED1) $(COMPRESSED2)
|
||||
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) $(COMPRESSED1) $(COMPRESSED2) | $(BUILDDIR)
|
||||
$(ACME) src/magnet.madness.a
|
||||
$(CADIUS) REPLACEFILE "$(BUILDDISK)" "/$(DISKVOLUME)/" "$(EXE)" -C
|
||||
@touch "$@"
|
||||
|
||||
$(RES): $(BUILDDIR)
|
||||
$(CADIUS) REPLACEFILE "$(BUILDDISK)" "/$(DISKVOLUME)/" "$@" -C
|
||||
@touch "$@"
|
||||
|
||||
$(COMPRESSED1):
|
||||
$(EXOMIZER) src/OBJ1@0x0900 -o "$@"
|
||||
|
||||
$(COMPRESSED2):
|
||||
$(EXOMIZER) src/OBJ2@0x5000 -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/magnet-madness/src/OBJ1
Normal file
BIN
res/ports/magnet-madness/src/OBJ1
Normal file
Binary file not shown.
BIN
res/ports/magnet-madness/src/OBJ1.X
Normal file
BIN
res/ports/magnet-madness/src/OBJ1.X
Normal file
Binary file not shown.
BIN
res/ports/magnet-madness/src/OBJ2
Normal file
BIN
res/ports/magnet-madness/src/OBJ2
Normal file
Binary file not shown.
BIN
res/ports/magnet-madness/src/OBJ2.X
Normal file
BIN
res/ports/magnet-madness/src/OBJ2.X
Normal file
Binary file not shown.
25
res/ports/magnet-madness/src/loader.a
Normal file
25
res/ports/magnet-madness/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 14,"MAGNET.MADNESS"
|
41
res/ports/magnet-madness/src/magnet.madness.a
Normal file
41
res/ports/magnet-madness/src/magnet.madness.a
Normal file
@ -0,0 +1,41 @@
|
||||
!cpu 6502
|
||||
*=$8000
|
||||
!to "build/MAGNET.MADNESS#068000",plain
|
||||
|
||||
!src "../common/src/constants.a"
|
||||
!src "../common/src/macros.a"
|
||||
|
||||
jmp start
|
||||
|
||||
compressed_data
|
||||
!bin "src/OBJ1.X"
|
||||
!bin "src/OBJ2.X"
|
||||
FORWARD_DECRUNCHING = 1
|
||||
SHOW_PROGRESS_DURING_DECRUNCH = 1
|
||||
kExoProgressWidth = 7 ; depends on total size, max 38
|
||||
!src "../common/src/exodecrunch.a"
|
||||
|
||||
start
|
||||
+INIT_MACHINE
|
||||
jsr decrunch ; compressed data contains target address
|
||||
bit GFXMODE
|
||||
bit PAGE1
|
||||
bit HIRES
|
||||
bit FULLGFX
|
||||
jsr decrunch_no_reset_progress
|
||||
!if * != $B057 {
|
||||
!serious "Adjust prelaunch to patch JSR at ", *
|
||||
}
|
||||
jsr $900
|
||||
bit CLEARKBD
|
||||
jsr PRODOS_MLI
|
||||
!byte CMD_QUIT
|
||||
!word +
|
||||
+ !byte 4
|
||||
|
||||
get_crunched_byte
|
||||
lda compressed_data
|
||||
inc get_crunched_byte+1
|
||||
bne +
|
||||
inc get_crunched_byte+2
|
||||
+ rts
|
@ -11,7 +11,7 @@ DISKVOLUME=NIMWIT
|
||||
LOADER=$(BUILDDIR)/LOADER.SYSTEM\#FF2000
|
||||
EXE=$(BUILDDIR)/NIMWIT\#068000
|
||||
COMPRESSED1=src/OBJ1.X
|
||||
COMPRESSED1=src/OBJ2.X
|
||||
COMPRESSED2=src/OBJ2.X
|
||||
SOURCES=$(wildcard src/*.a) $(COMPRESSED1) $(COMPRESSED2)
|
||||
RES=$(wildcard res/*) $(wildcard ../common/res/*)
|
||||
BUILDDISK=$(BUILDDIR)/$(DISKVOLUME).po
|
||||
@ -37,7 +37,7 @@ $(RES): $(BUILDDIR)
|
||||
$(COMPRESSED1):
|
||||
$(EXOMIZER) src/OBJ1@0x0900 -o "$@"
|
||||
|
||||
$(COMPRESSED1):
|
||||
$(COMPRESSED2):
|
||||
$(EXOMIZER) src/OBJ2@0x5000 -o "$@"
|
||||
|
||||
mount: $(BUILDDISK)
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2246349
|
||||
!be24 2268284
|
||||
!le16 571
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2233336
|
||||
!be24 2255187
|
||||
!le16 978
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2223807
|
||||
!le16 385
|
||||
!be24 2245461
|
||||
!le16 399
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2225821
|
||||
!le16 692
|
||||
!be24 2247529
|
||||
!le16 706
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2228169
|
||||
!le16 619
|
||||
!be24 2249931
|
||||
!le16 633
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2231201
|
||||
!le16 974
|
||||
!be24 2253017
|
||||
!le16 988
|
||||
|
@ -3,4 +3,4 @@
|
||||
;
|
||||
; This file is automatically generated
|
||||
;
|
||||
!word 31
|
||||
!word 32
|
||||
|
@ -3,4 +3,4 @@
|
||||
;
|
||||
; This file is automatically generated
|
||||
;
|
||||
!word 46
|
||||
!word 47
|
||||
|
@ -3,4 +3,4 @@
|
||||
;
|
||||
; This file is automatically generated
|
||||
;
|
||||
!word 48
|
||||
!word 49
|
||||
|
@ -3,4 +3,4 @@
|
||||
;
|
||||
; This file is automatically generated
|
||||
;
|
||||
!word 67
|
||||
!word 68
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2246920
|
||||
!be24 2268855
|
||||
!le16 306
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2247570
|
||||
!be24 2269505
|
||||
!le16 336
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2247906
|
||||
!be24 2269841
|
||||
!le16 303
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 1806963
|
||||
!be24 1816154
|
||||
!le16 69
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2236954
|
||||
!be24 2258805
|
||||
!le16 1640
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2247302
|
||||
!be24 2269237
|
||||
!le16 67
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2246337
|
||||
!be24 2268272
|
||||
!le16 12
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2245447
|
||||
!be24 2267382
|
||||
!le16 838
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2243346
|
||||
!be24 2265260
|
||||
!le16 271
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2234314
|
||||
!be24 2256165
|
||||
!le16 2640
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2238952
|
||||
!le16 1161
|
||||
!be24 2260803
|
||||
!le16 1182
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2247226
|
||||
!be24 2269161
|
||||
!le16 76
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2246285
|
||||
!be24 2268220
|
||||
!le16 52
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2247369
|
||||
!be24 2269304
|
||||
!le16 201
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2243617
|
||||
!be24 2265531
|
||||
!le16 383
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2244000
|
||||
!be24 2265914
|
||||
!le16 138
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2244138
|
||||
!be24 2266052
|
||||
!le16 92
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2244230
|
||||
!le16 215
|
||||
!be24 2266144
|
||||
!le16 236
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2244445
|
||||
!be24 2266380
|
||||
!le16 713
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2245158
|
||||
!be24 2267093
|
||||
!le16 285
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2245443
|
||||
!be24 2267378
|
||||
!le16 4
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2248209
|
||||
!be24 2270144
|
||||
!le16 2370
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2241233
|
||||
!le16 639
|
||||
!be24 2263105
|
||||
!le16 660
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2241872
|
||||
!be24 2263765
|
||||
!le16 526
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2232175
|
||||
!le16 1161
|
||||
!be24 2254005
|
||||
!le16 1182
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 644651
|
||||
!be24 652331
|
||||
!le16 8184
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 661027
|
||||
!be24 668707
|
||||
!le16 8184
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 652835
|
||||
!be24 660515
|
||||
!le16 8192
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2222783
|
||||
!le16 1024
|
||||
!be24 2244397
|
||||
!le16 1064
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2224192
|
||||
!le16 1629
|
||||
!be24 2245860
|
||||
!le16 1669
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2226513
|
||||
!le16 1656
|
||||
!be24 2248235
|
||||
!le16 1696
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2228788
|
||||
!le16 2413
|
||||
!be24 2250564
|
||||
!le16 2453
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2238594
|
||||
!be24 2260445
|
||||
!le16 358
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2240113
|
||||
!be24 2261985
|
||||
!le16 1120
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2242398
|
||||
!le16 948
|
||||
!be24 2264291
|
||||
!le16 969
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 2222251
|
||||
!le16 532
|
||||
!be24 2243842
|
||||
!le16 555
|
||||
|
@ -1,18 +1,18 @@
|
||||
;license:MIT
|
||||
|
||||
!cpu 6502
|
||||
!to "build/PRELAUNCH.INDEXED/NIMWIT",plain
|
||||
!to "build/PRELAUNCH.INDEXED/MAGNET.MADNESS",plain
|
||||
*=$106
|
||||
|
||||
!source "src/prelaunch/common.a"
|
||||
|
||||
+ENABLE_ACCEL
|
||||
lda #$4C
|
||||
sta $B931
|
||||
sta $B057
|
||||
jsr $8000
|
||||
+DISABLE_ACCEL
|
||||
+RESET_VECTOR $100
|
||||
jmp $B934
|
||||
jmp $B05A
|
||||
|
||||
!if * > $1C0 {
|
||||
!error "code is too large, ends at ", *
|
||||
|
Loading…
x
Reference in New Issue
Block a user