# HG changeset patch
# User David Ladd <drencor-xeen@users.sf.net>
# Date 1424845075 21600
# Node ID e62697e7ce49d7cceb98a95bf0d982d2ca6b5fbc
# Parent  f839dff8811c30d268f64702ba9d8d9b31eddac0
Added level 1 gaming bootfile for cocosdc to match other builds of gaming bootfile's.

diff -r f839dff8811c -r e62697e7ce49 level1/coco1/bootfiles/makefile
--- 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)>$@