diff options
author | Michael Pavone <pavone@retrodev.com> | 2016-12-22 10:51:33 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2016-12-22 10:51:33 -0800 |
commit | 0ce85adad77df67b6637d2160fdeccefbfd4790d (patch) | |
tree | 3d548f55290b84aac8dafae2c4a82d72dde06b99 /io.h | |
parent | 83b5d6a1a3d2211b824599d73d12d3f3807b2acc (diff) |
More cleanup in preparation for SMS/Mark III support
Diffstat (limited to 'io.h')
-rw-r--r-- | io.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -85,7 +85,7 @@ 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, 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); |