mirror of
https://github.com/KarolS/millfork.git
synced 2024-11-08 20:06:24 +00:00
24 lines
397 B
Markdown
24 lines
397 B
Markdown
[< back to index](../index.md)
|
|
|
|
# Commodore 64-oriented modules
|
|
|
|
## `c64_kernal` module
|
|
|
|
The `c64_kernal` module is imported automatically on the C64 target.
|
|
|
|
TODO
|
|
|
|
## `c64_basic` module
|
|
|
|
TODO
|
|
|
|
## `c1531_mouse` module
|
|
|
|
The `c1531_mouse` module implements a Commodore 1531 proportional mouse driver compatible with the `mouse` module.
|
|
|
|
#### `void c1531_mouse ()`
|
|
|
|
Updates the state of the mouse.
|
|
|
|
|