mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-26 11:30:12 +00:00
split: some work on the files
This commit is contained in:
parent
63e9d91e6b
commit
26ccefa9d6
@ -20,6 +20,7 @@
|
||||
// Other possibilities
|
||||
#define ITEM_CHEX_MIX 0x01 // oscar
|
||||
#define ITEM_CLASS_RING 0x02 //
|
||||
#define ITEM_VORTEXCANNON 0x04 //
|
||||
|
||||
extern char item_names[2][8][15];
|
||||
|
||||
|
@ -5,11 +5,13 @@ TOKENIZE = ../asoft_basic-utils/tokenize_asoft
|
||||
|
||||
all: split.dsk
|
||||
|
||||
split.dsk: BISHOP BISHOP.BAS RAINBOW.BAS RAINBOW
|
||||
split.dsk: BISHOP BISHOP.BAS RAINBOW.BAS RAINBOW KATC.BIN
|
||||
$(DOS33) -y split.dsk BSAVE -a 0x0300 BISHOP
|
||||
$(DOS33) -y split.dsk SAVE A BISHOP.BAS
|
||||
$(DOS33) -y split.dsk SAVE A RAINBOW.BAS
|
||||
$(DOS33) -y split.dsk BSAVE -a 0x0c00 RAINBOW
|
||||
# $(DOS33) -y split.dsk BSAVE -a 0x2000 LENNA.BIN
|
||||
$(DOS33) -y split.dsk BSAVE -a 0x2000 KATC.BIN
|
||||
|
||||
BISHOP: bishop.o
|
||||
ld65 -o BISHOP bishop.o -C ../linker_scripts/apple2_300.inc
|
||||
@ -29,5 +31,8 @@ RAINBOW: rainbow.o
|
||||
RAINBOW.BAS: rainbow.bas
|
||||
$(TOKENIZE) < rainbow.bas > RAINBOW.BAS
|
||||
|
||||
KATC.BIN: kat.bmp
|
||||
../bmp2dhr/b2d kat.bmp hgr dither
|
||||
|
||||
clean:
|
||||
rm -f *~ *.o *.lst BISHOP
|
||||
rm -f *~ *.o *.lst BISHOP RAINBOW
|
||||
|
BIN
split_screen/kat.bmp
Normal file
BIN
split_screen/kat.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 79 KiB |
BIN
split_screen/kat_before.png
Normal file
BIN
split_screen/kat_before.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
Binary file not shown.
Loading…
Reference in New Issue
Block a user