summaryrefslogtreecommitdiff
path: root/io.h
diff options
context:
space:
mode:
Diffstat (limited to 'io.h')
-rw-r--r--io.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/io.h b/io.h
index 6018753..6e077ba 100644
--- a/io.h
+++ b/io.h
@@ -91,8 +91,6 @@ enum {
IO_READ
};
-typedef struct genesis_context genesis_context;
-
void set_keybindings(sega_io *io);
void map_all_bindings(sega_io *io);
void setup_io_devices(tern_node * config, rom_info *rom, sega_io *io);
@@ -113,5 +111,7 @@ void handle_mouseup(int mouse, int button);
void io_serialize(io_port *port, serialize_buffer *buf);
void io_deserialize(deserialize_buffer *buf, void *vport);
+extern const char * device_type_names[];
+
#endif //IO_H_