mirror of
https://github.com/cc65/cc65.git
synced 2025-01-13 09:31:53 +00:00
Removed IRQ support from joystick drivers.
This commit is contained in:
parent
1976d6cd32
commit
f15cd3e468
@ -59,7 +59,6 @@ typedef struct {
|
||||
void* uninstall; /* UNINSTALL routine */
|
||||
void* count; /* COUNT routine */
|
||||
void* read; /* READ routine */
|
||||
void* irq; /* IRQ routine */
|
||||
|
||||
} joy_drv_header;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user