mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-08-12 19:25:16 +00:00
split: some work on the files
This commit is contained in:
@@ -20,6 +20,7 @@
|
|||||||
// Other possibilities
|
// Other possibilities
|
||||||
#define ITEM_CHEX_MIX 0x01 // oscar
|
#define ITEM_CHEX_MIX 0x01 // oscar
|
||||||
#define ITEM_CLASS_RING 0x02 //
|
#define ITEM_CLASS_RING 0x02 //
|
||||||
|
#define ITEM_VORTEXCANNON 0x04 //
|
||||||
|
|
||||||
extern char item_names[2][8][15];
|
extern char item_names[2][8][15];
|
||||||
|
|
||||||
|
@@ -5,11 +5,13 @@ TOKENIZE = ../asoft_basic-utils/tokenize_asoft
|
|||||||
|
|
||||||
all: split.dsk
|
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 BSAVE -a 0x0300 BISHOP
|
||||||
$(DOS33) -y split.dsk SAVE A BISHOP.BAS
|
$(DOS33) -y split.dsk SAVE A BISHOP.BAS
|
||||||
$(DOS33) -y split.dsk SAVE A RAINBOW.BAS
|
$(DOS33) -y split.dsk SAVE A RAINBOW.BAS
|
||||||
$(DOS33) -y split.dsk BSAVE -a 0x0c00 RAINBOW
|
$(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
|
BISHOP: bishop.o
|
||||||
ld65 -o BISHOP bishop.o -C ../linker_scripts/apple2_300.inc
|
ld65 -o BISHOP bishop.o -C ../linker_scripts/apple2_300.inc
|
||||||
@@ -29,5 +31,8 @@ RAINBOW: rainbow.o
|
|||||||
RAINBOW.BAS: rainbow.bas
|
RAINBOW.BAS: rainbow.bas
|
||||||
$(TOKENIZE) < rainbow.bas > RAINBOW.BAS
|
$(TOKENIZE) < rainbow.bas > RAINBOW.BAS
|
||||||
|
|
||||||
|
KATC.BIN: kat.bmp
|
||||||
|
../bmp2dhr/b2d kat.bmp hgr dither
|
||||||
|
|
||||||
clean:
|
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.
Reference in New Issue
Block a user