view 3rdparty/packages/basic09/install6809 @ 1340:63bfe1e5c5f4

Rodney added several additional codes that can be generated from the keyboard. ($7F, $1D-$1F)
author boisy
date Sat, 13 Sep 2003 17:59:00 +0000
parents 341ce07bdcf2
children
line wrap: on
line source

-x
t
**********************************************
* Basic09 Install Script for the CoCo w/ 6809
* Files are copied to the /DD device
*
* Copying commands to /DD/CMDS
copy -r CMDS/basic09_6809 /DD/CMDS/basic09
copy -r CMDS/runb_6809 /DD/CMDS/runb
copy -r CMDS/gfx /DD/CMDS/gfx
copy -r CMDS/gfx2 /DD/CMDS/gfx2
copy -r CMDS/inkey /DD/CMDS/inkey
copy -r CMDS/syscall /DD/CMDS/syscall
* All Done!