# HG changeset patch # User boisy # Date 1203343536 0 # Node ID 65e3494fa1f360bfae6321459e4dab47e2a996a8 # Parent d73ef8872d87d314922e43a029c4167604623728 Corrected misspellings diff -r d73ef8872d87 -r 65e3494fa1f3 level2/modules/joydrv_joy.asm --- a/level2/modules/joydrv_joy.asm Mon Feb 18 14:04:33 2008 +0000 +++ b/level2/modules/joydrv_joy.asm Mon Feb 18 14:05:36 2008 +0000 @@ -9,7 +9,7 @@ * 6 1998/10/09 Robert Gault * Added annotations to the L2 Upgrade distribution version * -* 7 2003/08/28 Robert gault +* 7 2003/08/28 Robert Gault * Contains routine for H6309 from VTIO nam JoyDrv diff -r d73ef8872d87 -r 65e3494fa1f3 level2/modules/vtio.asm --- a/level2/modules/vtio.asm Mon Feb 18 14:04:33 2008 +0000 +++ b/level2/modules/vtio.asm Mon Feb 18 14:05:36 2008 +0000 @@ -39,6 +39,8 @@ * an infinite loop. The problem was that IOMan clears the static * storage of a device whose use count has reached zero (in the * case of a hard detach). See Note below. +* +* Renamed to VTIO and reset edition to 1. * * 1 2006/03/04 Boisy G. Pitre * Added detection of CTRL-ALT-BREAK to invoke system debugger. @@ -48,8 +50,6 @@ * Fixed bug where an error other than E$MNF when linking to CoWin would be ignored. * Now, if the error returned from linking CoWin is not E$MNF, we don't bother to look * for CoGrf... we just return immediately. -* -* Renamed to VTIO and reset edition to 1. nam VTIO ttl Video Terminal I/O Driver for CoCo 3