]> git.sesse.net Git - pistorm/blobdiff - config_file/config_file.h
Cleanup, move mouse/keyboard input code out of emulator.c
[pistorm] / config_file / config_file.h
index e193eb189c759a0542722a3328a424790173bc9d..6c56a687028d640bde35c8f7976bfa3a3a04c855 100644 (file)
@@ -68,5 +68,3 @@ int handle_mapped_read(struct emulator_config *cfg, unsigned int addr, unsigned
 int handle_mapped_write(struct emulator_config *cfg, unsigned int addr, unsigned int value, unsigned char type, unsigned char mirror);
 int handle_register_read(unsigned int addr, unsigned char type, unsigned int *val);
 int handle_register_write(unsigned int addr, unsigned int value, unsigned char type);
-
-int get_mouse_status(char *x, char *y, char *b);