view 3rdparty/subrtns/makefile @ 3204:64ad5cd0b912

Added some HD6309 optimizations to level1's covdg.asm file. Optimization 1) added TFM clear screen Optimization 2) added TFM scroll screen One of the optimizations was copied over from the level2's covdg.asm file.
author David Ladd <drencor-xeen@users.sourceforge.net>
date Fri, 28 Jul 2017 15:42:20 -0500
parents 9edca3e61b66
children
line wrap: on
line source

include ../../rules.mak

DEPENDS		= ./makefile

CMDS		= cpu hires_l1 hires_l2 joystk

ALLOBJS		= $(CMDS)

all:	banner $(ALLOBJS) $(DEPENDS)
 
banner:
	@$(ECHO) "**************************************************"
	@$(ECHO) "*                                                *"
	@$(ECHO) "*          3rd Party Subroutine Modules          *"
	@$(ECHO) "*                                                *"
	@$(ECHO) "**************************************************"

hires_l1: hires.asm
	$(AS) $(ASOUT)$@ $< $(AFLAGS) -DLevel=1

hires_l2: hires.asm
	$(AS) $(ASOUT)$@ $< $(AFLAGS) -DLevel=2

clean:
	$(RM) $(ALLOBJS)

dsk:
dskcopy: