diff game09/defsfile @ 70:a200fa7d5b70

game09 fix for os9
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sun, 05 Aug 2018 16:12:30 +0900
parents
children ee2e221320e2
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/game09/defsfile	Sun Aug 05 16:12:30 2018 +0900
@@ -0,0 +1,19 @@
+* Main defsfile for OS-9 Level One V1
+*
+*
+* OS-9 Level and Version equates
+Level    equ   2
+OS9Vrsn  equ   2
+OS9Major equ   0
+OS9Minor equ   1
+CHECK_FOR_VALID_RAM equ 1      force ram check for non standard arch
+
+NOS9VER   equ OS9Vrsn 
+NOS9MAJ   equ OS9Major
+NOS9MIN   equ OS9Minor
+
+
+         use   ../src/os9/nitros9-code/defs/os9.d
+         use   ../src/os9/nitros9-code/defs/scf.d
+         use   ../src/os9/nitros9-code/defs/rbf.d
+