1
0
mirror of https://github.com/KarolS/millfork.git synced 2026-04-20 18:16:35 +00:00

Update documentation

This commit is contained in:
Karol Stasiak
2019-10-23 11:03:01 +02:00
parent a55d95f2cb
commit aa09bc90a4
4 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -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()`
+4
View File
@@ -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.