changeset 683:1c539ce852d0

Added gfx, merged runb
author boisy
date Mon, 30 Dec 2002 01:06:08 +0000
parents d12f1a5c5e31
children a27b7ceba2e9
files 3rdparty/packages/basic09/install6309 3rdparty/packages/basic09/install6809
diffstat 2 files changed, 10 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/3rdparty/packages/basic09/install6309	Sun Dec 29 21:54:49 2002 +0000
+++ b/3rdparty/packages/basic09/install6309	Mon Dec 30 01:06:08 2002 +0000
@@ -1,19 +1,22 @@
 -x
 t
 **********************************************
-* Basic09 Install Script for the Hitachi 6309
+* Basic09 Install Script for the CoCo 3 w/ 6309
 * Files are copied to the /DD device
 *
 * Deleting old objects from /DD/CMDS, if any
 del /DD/CMDS/basic09
 del /DD/CMDS/runb
 del /DD/CMDS/gfx
+del /DD/CMDS/gfx2
 del /DD/CMDS/inkey
 del /DD/CMDS/syscall
 * Copying commands to /DD/CMDS
 copy CMDS/basic09_6309 /DD/CMDS/basic09
-copy CMDS/runb_6309 /DD/CMDS/runb
+merge CMDS/runb_6309 CMDS/gfx CMDS/gfx2 CMDS/inkey CMDS/syscall>/DD/CMDS/runb
+attr /DD/CMDS/runb pe -pw -pr e w r
 copy CMDS/gfx /DD/CMDS/gfx
+copy CMDS/gfx2 /DD/CMDS/gfx2
 copy CMDS/inkey /DD/CMDS/inkey
 copy CMDS/syscall /DD/CMDS/syscall
 * All Done!
--- a/3rdparty/packages/basic09/install6809	Sun Dec 29 21:54:49 2002 +0000
+++ b/3rdparty/packages/basic09/install6809	Mon Dec 30 01:06:08 2002 +0000
@@ -1,19 +1,22 @@
 -x
 t
 **********************************************
-* Basic09 Install Script for the Hitachi 6809
+* Basic09 Install Script for the CoCo 3 w/ 6809
 * Files are copied to the /DD device
 *
 * Deleting old objects from /DD/CMDS, if any
 del /DD/CMDS/basic09
 del /DD/CMDS/runb
 del /DD/CMDS/gfx
+del /DD/CMDS/gfx2
 del /DD/CMDS/inkey
 del /DD/CMDS/syscall
 * Copying commands to /DD/CMDS
 copy CMDS/basic09_6809 /DD/CMDS/basic09
-copy CMDS/runb_6809 /DD/CMDS/runb
+merge CMDS/runb_6809 CMDS/gfx CMDS/gfx2 CMDS/inkey CMDS/syscall>/DD/CMDS/runb
+attr /DD/CMDS/runb pe -pw -pr e w r
 copy CMDS/gfx /DD/CMDS/gfx
+copy CMDS/gfx2 /DD/CMDS/gfx2
 copy CMDS/inkey /DD/CMDS/inkey
 copy CMDS/syscall /DD/CMDS/syscall
 * All Done!