mirror of
https://github.com/KarolS/millfork.git
synced 2025-04-13 05:39:54 +00:00
It's LUnix not Lunix
This commit is contained in:
parent
ff942333bd
commit
d08f7ee77c
@ -18,7 +18,7 @@ All Commodore targets define the `CBM` feature as 1.
|
||||
|
||||
* `CBM_64_CRT` – 1 if the target is a cartridge for Commodore 64, 0 otherwise
|
||||
|
||||
* `LUNIX` – 1 if the target is Commodore 64 running Lunix, 0 otherwise
|
||||
* `LUNIX` – 1 if the target is Commodore 64 running LUnix, 0 otherwise
|
||||
|
||||
* `CBM_128` – 1 if the target is Commodore 128, 0 otherwise
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#if not(LUNIX)
|
||||
#warn lunix module should be only used on Lunix targets
|
||||
#warn lunix module should be only used on LUnix targets
|
||||
#endif
|
||||
|
||||
const word lkf_jumptab = $200
|
||||
|
Loading…
x
Reference in New Issue
Block a user