diff level1/d64/defsfile @ 2624:b8c7b7fbf3c9

Major changes: o os9defs, rbfdefs, scfdefs now os9.d, rbf.d, and scf.d o vtiodefs now broken into cocovtio.d (for coco and dragon) and atarivtio.d o systype now broken into coco.d, dragon.d and atari.d o all references to the above in other files have changed
author Boisy Pitre <boisy.pitre@nuance.com>
date Fri, 24 Feb 2012 08:51:08 -0600
parents 2e0ac1c2edd9
children
line wrap: on
line diff
--- a/level1/d64/defsfile	Fri Feb 24 06:41:48 2012 -0600
+++ b/level1/d64/defsfile	Fri Feb 24 08:51:08 2012 -0600
@@ -1,7 +1,6 @@
 Level    equ   1
 
-         use   os9defs
-         use   scfdefs
-         use   rbfdefs
-         use   systype
-         use   dgndefs
\ No newline at end of file
+         use   os9.d
+         use   scf.d
+         use   rbf.d
+         use   dragon.d