From 96791e9a31aaf086b972a80783c8a2ffc2abc8eb Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Mon, 11 Dec 2017 19:16:44 -0800 Subject: Added RAM init and IO port config to system settings menu --HG-- branch : nuklear_ui --- io.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'io.h') diff --git a/io.h b/io.h index 6018753..efef6ac 100644 --- a/io.h +++ b/io.h @@ -113,5 +113,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_ -- cgit v1.2.3 From 560c8198c006c1d2eddd61329c2657160c144835 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Sun, 25 Mar 2018 10:49:19 -0700 Subject: Remove unneeded duplicate typedef --HG-- branch : nuklear_ui --- io.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'io.h') diff --git a/io.h b/io.h index efef6ac..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); -- cgit v1.2.3