comparison 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
comparison
equal deleted inserted replaced
69:b6aabbe1a027 70:a200fa7d5b70
1 * Main defsfile for OS-9 Level One V1
2 *
3 *
4 * OS-9 Level and Version equates
5 Level equ 2
6 OS9Vrsn equ 2
7 OS9Major equ 0
8 OS9Minor equ 1
9 CHECK_FOR_VALID_RAM equ 1 force ram check for non standard arch
10
11 NOS9VER equ OS9Vrsn
12 NOS9MAJ equ OS9Major
13 NOS9MIN equ OS9Minor
14
15
16 use ../src/os9/nitros9-code/defs/os9.d
17 use ../src/os9/nitros9-code/defs/scf.d
18 use ../src/os9/nitros9-code/defs/rbf.d
19