mirror of
https://github.com/a2-4am/4cade.git
synced 2025-08-07 18:25:24 +00:00
add more games and title screenshots
This commit is contained in:
15
bin/makefont.py
Executable file
15
bin/makefont.py
Executable file
@@ -0,0 +1,15 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import sys
|
||||
import os.path
|
||||
|
||||
fontfile, srcfile = sys.argv[1:]
|
||||
with open(fontfile, 'rb') as f:
|
||||
fontdata = f.read()
|
||||
assert(len(fontdata) == 1024)
|
||||
with open(srcfile, 'w') as f:
|
||||
for row in range(8):
|
||||
f.write("FontDataRow%s\n" % row)
|
||||
for i in range(128):
|
||||
b = fontdata[i*8+(7-row)]
|
||||
f.write(" !byte $%s\n" % hex(b)[2:].rjust(2, '0').upper())
|
@@ -1 +1 @@
|
||||
#
|
||||
#
|
BIN
res/dhgr/SUMMER.EDITION
Normal file
BIN
res/dhgr/SUMMER.EDITION
Normal file
Binary file not shown.
BIN
res/dhgr/THEXDER128K
Normal file
BIN
res/dhgr/THEXDER128K
Normal file
Binary file not shown.
BIN
res/dhgr/WINTER.EDITION
Normal file
BIN
res/dhgr/WINTER.EDITION
Normal file
Binary file not shown.
BIN
res/dsk/jumpman PRODOS (san inc pack).dsk
Normal file
BIN
res/dsk/jumpman PRODOS (san inc pack).dsk
Normal file
Binary file not shown.
BIN
res/dsk/red alert 10k file PRODOS (san inc crack).dsk
Normal file
BIN
res/dsk/red alert 10k file PRODOS (san inc crack).dsk
Normal file
Binary file not shown.
BIN
res/dsk/rescue raiders PRODOS (san inc pack).po
Normal file
BIN
res/dsk/rescue raiders PRODOS (san inc pack).po
Normal file
Binary file not shown.
BIN
res/dsk/the games - summer edition PRODOS (san inc crack).po
Normal file
BIN
res/dsk/the games - summer edition PRODOS (san inc crack).po
Normal file
Binary file not shown.
BIN
res/dsk/the games - winter edition PRODOS (san inc pack).po
Normal file
BIN
res/dsk/the games - winter edition PRODOS (san inc pack).po
Normal file
Binary file not shown.
BIN
res/dsk/thexder 128k PRODOS (san inc pack).po
Normal file
BIN
res/dsk/thexder 128k PRODOS (san inc pack).po
Normal file
Binary file not shown.
BIN
res/dsk/thexder 64k PRODOS (san inc pack).po
Normal file
BIN
res/dsk/thexder 64k PRODOS (san inc pack).po
Normal file
Binary file not shown.
BIN
res/dsk/threshold PRODOS (san inc pack).dsk
Normal file
BIN
res/dsk/threshold PRODOS (san inc pack).dsk
Normal file
Binary file not shown.
@@ -1 +1 @@
|
||||
#
|
||||
#
|
@@ -1 +1 @@
|
||||
#
|
||||
#
|
BIN
res/hgr/JUMPMAN
Normal file
BIN
res/hgr/JUMPMAN
Normal file
Binary file not shown.
BIN
res/hgr/RED.ALERT
Normal file
BIN
res/hgr/RED.ALERT
Normal file
Binary file not shown.
BIN
res/hgr/RESCUE.RAIDERS
Normal file
BIN
res/hgr/RESCUE.RAIDERS
Normal file
Binary file not shown.
BIN
res/hgr/THEXDER
Normal file
BIN
res/hgr/THEXDER
Normal file
Binary file not shown.
BIN
res/hgr/THRESHOLD
Normal file
BIN
res/hgr/THRESHOLD
Normal file
Binary file not shown.
@@ -1 +1 @@
|
||||
#
|
||||
#
|
@@ -1 +1 @@
|
||||
#
|
||||
#
|
@@ -1 +1 @@
|
||||
#
|
||||
#
|
@@ -1 +1 @@
|
||||
#
|
||||
#
|
@@ -1 +1 @@
|
||||
#
|
||||
#
|
@@ -1 +1 @@
|
||||
BRUCE.LEE
|
||||
THRESHOLD
|
@@ -1 +1 @@
|
||||
#
|
||||
#
|
@@ -1 +1 @@
|
||||
#
|
||||
#
|
@@ -28,7 +28,6 @@ Gulf Strike
|
||||
Heavy Barrel [DHGR] [priority]
|
||||
The Heist
|
||||
Impossible Mission II [DHGR]
|
||||
Jumpman
|
||||
Kamikaze
|
||||
Karate Champ
|
||||
Kung Fu Master
|
||||
@@ -69,8 +68,6 @@ Super Bunny
|
||||
Super Huey
|
||||
Techno Cop [DHGR] [priority]
|
||||
Tharolian Tunnels
|
||||
The Games: Winter Edition [DHGR]
|
||||
Threshold
|
||||
Video Vegas
|
||||
World Karate Championship
|
||||
The World's Greatest Baseball Game
|
||||
@@ -91,7 +88,6 @@ Pipe Dream [DHGR] [priority]
|
||||
Renegade [DHGR] [priority]
|
||||
Sea Dragon
|
||||
Ski Crazed
|
||||
The Games: Summer Edition [DHGR]
|
||||
|
||||
//qkumba crack
|
||||
Bandits
|
||||
@@ -100,10 +96,8 @@ Injured Engine
|
||||
Jawbreaker ][
|
||||
Mating Zone
|
||||
Randamn
|
||||
Rescue Raiders [priority]
|
||||
Saracen
|
||||
Test Drive [DHGR] [priority]
|
||||
Thexder [DHGR] [priority]
|
||||
|
||||
//TODO(woz-imaged but uncracked)
|
||||
The Bilestoad
|
||||
@@ -124,7 +118,6 @@ Peeping Tom
|
||||
Pulsar II
|
||||
Quadrant 6112
|
||||
Rear Guard
|
||||
Red Alert
|
||||
Roach Hotel
|
||||
Russki Duck
|
||||
Seafox
|
||||
|
Reference in New Issue
Block a user