makefile for human sys

master
vampirefrog 3 years ago
parent bd888195a7
commit 3d91e2b147

@ -122,8 +122,8 @@ sound/mxdrv/mdxp.s: sound/mxdrv/mdxp.r sound/mxdrv/mdxp.lab
dis_include=$(DIS_INCLUDE) $(DIS) $(DIS_DEBUG) -b2 -h -m68000 --sp -q1 -B -M -o$(COLUMNS) -g$(patsubst %.s,%.lab,$@) --overwrite $< $@
sed -i -f const.sed -f clean-s.sed $@
human302/human.s: human302/human.sys human302/human.lab
dis_include=$(DIS_INCLUDE) $(DIS) $(DIS_DEBUG) -b2 -h -m68030 --sp -q1 -B -M -o$(COLUMNS) -g$(patsubst %.s,%.lab,$@) --overwrite $< $@
human302/human.s: human302/human.sys human302/human.lab human302/human.tab
dis_include=$(DIS_INCLUDE) $(DIS) $(DIS_DEBUG) -b2 -h -m68030 --sp -q1 -B -M -o$(COLUMNS) -T$(patsubst %.s,%.tab,$@) -g$(patsubst %.s,%.lab,$@) --overwrite $< $@
sed -i -f const.sed -f clean-s.sed $@
sound/opmdrv3.s: sound/opmdrv3.x sound/opmdrv3.lab sound/opmdrv3.tab

@ -5,6 +5,7 @@
* DIS version 3.16
*
*********************************************
000000 P Start
000040 P
000048 P

Loading…
Cancel
Save