Mercurial > hg > Members > kono > nitros9-code
changeset 3078:e62697e7ce49
Added level 1 gaming bootfile for cocosdc to match other builds of gaming bootfile's.
author | David Ladd <drencor-xeen@users.sf.net> |
---|---|
date | Wed, 25 Feb 2015 00:17:55 -0600 |
parents | f839dff8811c |
children | 229d216a4c11 |
files | level1/coco1/bootfiles/makefile |
diffstat | 1 files changed, 15 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/level1/coco1/bootfiles/makefile Mon Feb 23 15:01:43 2015 -0600 +++ b/level1/coco1/bootfiles/makefile Wed Feb 25 00:17:55 2015 -0600 @@ -244,6 +244,17 @@ $(CLOCK60HZ) \ $(MD)/sysgo_dd +BOOTFILE_COVDG_COCOSDC_GAME = $(MD)/ioman \ + $(MD)/rbf.mn \ + $(RBCOCOSDC) \ + $(MD)/ddsd0_cocosdc.dd \ + $(MD)/scf.mn \ + $(VTIO_COVDG) \ + $(PIPE) \ + $(CLOCK60HZ) \ + $(MD)/sysgo_dd \ + $(CMDSDIR)/shell_21 + BOOTFILE_COHR_DW = $(MD)/ioman \ $(MD)/rbf.mn \ $(FLOPPY_40D) \ @@ -301,7 +312,7 @@ BOOTFILES = bootfile_covdg bootfile_cohr bootfile_covdg_dw \ bootfile_dw_headless bootfile_covdg_becker \ bootfile_covdg_becker_game bootfile_covdg_dw_game \ - bootfile_covdg_cocosdc \ + bootfile_covdg_cocosdc bootfile_covdg_cocosdc_game \ bootfile_cohr_dw bootfile_covdg_ds80 bootfile_cohr_ds80 \ bootfile_cohr_becker bootfile_becker_headless \ bootfile_covdg_arduino bootfile_arduino_headless \ @@ -355,6 +366,9 @@ bootfile_covdg_cocosdc: $(BOOTFILE_COVDG_COCOSDC) $(DEPENDS) $(MERGE) $(BOOTFILE_COVDG_COCOSDC)>$@ +bootfile_covdg_cocosdc_game: $(BOOTFILE_COVDG_COCOSDC_GAME) $(DEPENDS) + $(MERGE) $(BOOTFILE_COVDG_COCOSDC_GAME)>$@ + bootfile_cohr_ds80: $(BOOTFILE_COHR_DS80) $(DEPENDS) $(MERGE) $(BOOTFILE_COHR_DS80)>$@