diff io.h @ 1116:fe8c79f82c22

More cleanup in preparation for SMS/Mark III support
author Michael Pavone <pavone@retrodev.com>
date Thu, 22 Dec 2016 10:51:33 -0800
parents 2eb54e24914e
children 3e24de8d8073
line wrap: on
line diff
--- a/io.h	Mon Dec 19 14:16:59 2016 -0800
+++ b/io.h	Thu Dec 22 10:51:33 2016 -0800
@@ -85,7 +85,7 @@
 
 void set_keybindings(sega_io *io);
 void map_all_bindings(sega_io *io);
-void setup_io_devices(tern_node * config, rom_info *rom, genesis_context * gen);
+void setup_io_devices(tern_node * config, rom_info *rom, sega_io *io);
 void io_adjust_cycles(io_port * pad, uint32_t current_cycle, uint32_t deduction);
 void io_data_write(io_port * pad, uint8_t value, uint32_t current_cycle);
 uint8_t io_data_read(io_port * pad, uint32_t current_cycle);