mirror of
https://github.com/KarolS/millfork.git
synced 2026-04-20 18:16:35 +00:00
Update documentation
This commit is contained in:
@@ -17,7 +17,7 @@ Vertical joystick movement. 1 if down, -1 if up, 0 if neither.
|
||||
|
||||
#### `byte input_btn`
|
||||
|
||||
1 if main button pressed, 0 id not pressed.
|
||||
1 if main button pressed, 0 if not pressed.
|
||||
|
||||
#### `void reset_joy()`
|
||||
|
||||
|
||||
@@ -27,6 +27,10 @@ Switches the ROM segment at $C000-$DFFF.
|
||||
|
||||
Writes a byte into the VERA memory space.
|
||||
|
||||
#### `byte vera_peek(int24 address)`
|
||||
|
||||
Reads a byte from the VERA memory space.
|
||||
|
||||
#### `void vera_fill(int24 address, byte value, word size)`
|
||||
|
||||
Writes `size` bytes into the VERA memory space.
|
||||
|
||||
Reference in New Issue
Block a user