1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-06-10 08:29:37 +00:00

It's LUnix not Lunix

This commit is contained in:
Karol Stasiak 2020-03-31 21:43:36 +02:00
parent ff942333bd
commit d08f7ee77c
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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