The c64_kernal module is imported automatically on the C64 target.
It provides access to Kernal routines, so it requires the Kernal ROM to be enabled.
TODO
The c64_basic module provides access to Basic routines, so it requires the Basic ROM to be enabled.
In particular, this means that it will not work on cartridge targets without extra preparations.
TODO
TODO
The c1531 module implements a Commodore 1531 proportional mouse driver compatible with the mouse module.
Updates the state of the mouse.
Defines the c1531 module as the default module for reading mouse input.
The c64_joy module implements a joystick driver compatible with the joy module.
Reads the joystick from the port 2.
Reads the joystick from the port 1.
Reads the joystick from the port 2 and adds its readouts to the current readouts.
Reads the joystick from the port 1 and adds its readouts to the current readouts.
Defines the joystick in port 2 as the default joystick.