Millfork: a middle-level programming language targeting 6502- and Z80-based microcomputers and home consoles
This project is maintained by KarolS
The atari_lynx_hardware module is imported automatically on Atari Lynx targets.
It also implements a joystick API compatible with the joy module.
TODO
void lynx_init()TODO
void lynx_wait_suzy()TODO
alias input_a = input_btn1 if A button pressed, 0 if not pressed.
byte input_b1 if B button pressed, 0 if not pressed.
void read_joy()Reads the joypad.
void lynx_reset_joy()alias reset_joy = lynx_reset_joy!Resets the state variables.