comparison io.h @ 1539:5b1157eb189d nuklear_ui

Remove unneeded duplicate typedef
author Michael Pavone <pavone@retrodev.com>
date Sun, 25 Mar 2018 10:49:19 -0700
parents 31a2997b745e
children 2b132d894d76
comparison
equal deleted inserted replaced
1538:b581663c42ec 1539:5b1157eb189d
89 IO_WRITTEN, 89 IO_WRITTEN,
90 IO_READ_PENDING, 90 IO_READ_PENDING,
91 IO_READ 91 IO_READ
92 }; 92 };
93 93
94 typedef struct genesis_context genesis_context;
95
96 void set_keybindings(sega_io *io); 94 void set_keybindings(sega_io *io);
97 void map_all_bindings(sega_io *io); 95 void map_all_bindings(sega_io *io);
98 void setup_io_devices(tern_node * config, rom_info *rom, sega_io *io); 96 void setup_io_devices(tern_node * config, rom_info *rom, sega_io *io);
99 void io_adjust_cycles(io_port * pad, uint32_t current_cycle, uint32_t deduction); 97 void io_adjust_cycles(io_port * pad, uint32_t current_cycle, uint32_t deduction);
100 void io_control_write(io_port *port, uint8_t value, uint32_t current_cycle); 98 void io_control_write(io_port *port, uint8_t value, uint32_t current_cycle);