mirror of
https://github.com/KarolS/millfork.git
synced 2025-01-10 20:29:35 +00:00
Minor fixes
This commit is contained in:
parent
32476f2a4e
commit
b80e46d755
@ -63,19 +63,19 @@ Uses ROM routines, so requires the appropriate ROM to be enabled if applicable.
|
||||
|
||||
Sets the screen background color.
|
||||
|
||||
Available for: C64, VIC-20, C64, C264 series.
|
||||
Available for: C64, VIC-20, C64, C128, C264 series.
|
||||
|
||||
#### `void set_border(byte color)`
|
||||
|
||||
Sets the screen border color.
|
||||
|
||||
Available for: VIC-20, C64, C264 series, ZX Spectrum.
|
||||
Available for: VIC-20, C64, C128, C264 series, ZX Spectrum.
|
||||
|
||||
#### `const byte black, white, red, green, blue, cyan, purple, yellow`
|
||||
|
||||
Various colour constants.
|
||||
|
||||
Available for: VIC-20, C64, C264 series, ZX Spectrum.
|
||||
Available for: VIC-20, C64, C128, C264 series, ZX Spectrum.
|
||||
|
||||
#### `macro void memory_barrier()`
|
||||
|
||||
|
@ -21,7 +21,7 @@ __no_eor:
|
||||
}
|
||||
|
||||
|
||||
#if CBM_64
|
||||
#if CBM_64_COMPAT
|
||||
|
||||
void init_rand_seed() {
|
||||
poke($D40E, $ff)
|
||||
|
Loading…
x
Reference in New Issue
Block a user