mirror of
https://github.com/KarolS/millfork.git
synced 2025-08-09 10:24:57 +00:00
It's LUnix not Lunix
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user