Skip to content

Commit fe5c813

Browse files
committed
Add ze loading splash for tape versions.
1 parent 6adf066 commit fe5c813

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

Makefile.zx-rs232-IF1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ OBJS := $(SRCS:%=$(BUILD_DIR)/%.o)
1010
DEPS := $(OBJS:.o=.d)
1111

1212
CFLAGS=+zx -D__SPECTRUM__ -D__RS232__
13-
LDFLAGS=-lndos -lm -lrs232if1 -create-app #normal tap - Product TAP
13+
LDFLAGS=-lndos -lm -lrs232if1 -create-app -Cz--screen -Czsrc\\ptzx-loading-splash-1.scr #normal tap - Product TAP
1414
#LDFLAGS=-lndos -lm -lrs232if1 -create-app -subtype=turbo -audio #TURBO WAV only - DEV compiler
1515

1616
INC_DIRS := $(shell find $(SRC_DIRS) -type d)

Makefile.zx-rs232-PLUS

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ OBJS := $(SRCS:%=$(BUILD_DIR)/%.o)
1010
DEPS := $(OBJS:.o=.d)
1111

1212
CFLAGS=+zx -D__SPECTRUM__ -D__RS232__
13-
LDFLAGS=-lndos -lm -lrs232plus -create-app #normal tap - Product TAP
13+
LDFLAGS=-lndos -lm -lrs232plus -create-app -Cz--screen -Czsrc\\ptzx-loading-splash-1.scr #normal tap - Product TAP
1414
#LDFLAGS=-lndos -lm -lrs232plus -create-app -subtype=turbo -audio #TURBO WAV only - DEV compiler
1515

16-
1716
INC_DIRS := $(shell find $(SRC_DIRS) -type d)
1817
INC_FLAGS := $(addprefix -I,$(INC_DIRS))
1918

src/ptzx-loading-splash-1.scr

6.75 KB
Binary file not shown.

0 commit comments

Comments
 (0)