From 133b550021ec2f5735cffd0499e99b4c418ff4ea Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Wed, 11 Jan 2023 02:01:36 -0500 Subject: [PATCH] shape_table: update --- graphics/hgr/shape_table/Makefile | 30 +++++++++++++++--------------- graphics/hgr/shape_table/hello.bas | 2 ++ 2 files changed, 17 insertions(+), 15 deletions(-) create mode 100644 graphics/hgr/shape_table/hello.bas diff --git a/graphics/hgr/shape_table/Makefile b/graphics/hgr/shape_table/Makefile index e3a0a539..1adc0286 100644 --- a/graphics/hgr/shape_table/Makefile +++ b/graphics/hgr/shape_table/Makefile @@ -5,24 +5,24 @@ TOKENIZE = ../../../utils/asoft_basic-utils/tokenize_asoft LINKERSCRIPTS = ../../../linker_scripts EMPTYDISK = ../../../empty_disk/empty.dsk -all: gear.dsk +all: shape_table.dsk -gear.dsk: HELLO APPLE.BAS GEAR.BAS \ +shape_table.dsk: HELLO APPLE.BAS GEAR.BAS \ APPLE2 GEAR LINE32 PATTERN PATTERN_LOGO SQUARE_WAVE \ LINE16 HERRING16 STRIPE17 - cp $(EMPTYDISK) gear.dsk - $(DOS33) -y gear.dsk SAVE A HELLO - $(DOS33) -y gear.dsk SAVE A GEAR.BAS - $(DOS33) -y gear.dsk SAVE A APPLE.BAS - $(DOS33) -y gear.dsk BSAVE -a 0x3f5 GEAR - $(DOS33) -y gear.dsk BSAVE -a 0xc00 APPLE2 - $(DOS33) -y gear.dsk BSAVE -a 0xc00 LINE32 - $(DOS33) -y gear.dsk BSAVE -a 0xe7 LINE16 - $(DOS33) -y gear.dsk BSAVE -a 0xe7 STRIPE17 - $(DOS33) -y gear.dsk BSAVE -a 0xc00 HERRING16 - $(DOS33) -y gear.dsk BSAVE -a 0xc00 PATTERN - $(DOS33) -y gear.dsk BSAVE -a 0x3f5 PATTERN_LOGO - $(DOS33) -y gear.dsk BSAVE -a 0xc00 SQUARE_WAVE + cp $(EMPTYDISK) shape_table.dsk + $(DOS33) -y shape_table.dsk SAVE A HELLO + $(DOS33) -y shape_table.dsk SAVE A GEAR.BAS + $(DOS33) -y shape_table.dsk SAVE A APPLE.BAS + $(DOS33) -y shape_table.dsk BSAVE -a 0x3f5 GEAR + $(DOS33) -y shape_table.dsk BSAVE -a 0xc00 APPLE2 + $(DOS33) -y shape_table.dsk BSAVE -a 0xc00 LINE32 + $(DOS33) -y shape_table.dsk BSAVE -a 0xe7 LINE16 + $(DOS33) -y shape_table.dsk BSAVE -a 0xe7 STRIPE17 + $(DOS33) -y shape_table.dsk BSAVE -a 0xc00 HERRING16 + $(DOS33) -y shape_table.dsk BSAVE -a 0xc00 PATTERN + $(DOS33) -y shape_table.dsk BSAVE -a 0x3f5 PATTERN_LOGO + $(DOS33) -y shape_table.dsk BSAVE -a 0xc00 SQUARE_WAVE ### diff --git a/graphics/hgr/shape_table/hello.bas b/graphics/hgr/shape_table/hello.bas new file mode 100644 index 00000000..133a44bb --- /dev/null +++ b/graphics/hgr/shape_table/hello.bas @@ -0,0 +1,2 @@ +5 HOME +10 PRINT CHR$(4);"CATALOG"