summaryrefslogtreecommitdiff
path: root/io.h
diff options
context:
space:
mode:
Diffstat (limited to 'io.h')
-rw-r--r--io.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/io.h b/io.h
index b73be67..f4af306 100644
--- a/io.h
+++ b/io.h
@@ -57,6 +57,7 @@ enum {
};
void set_keybindings(io_port *ports);
+void map_all_bindings(io_port *ports);
void setup_io_devices(tern_node * config, io_port * ports);
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);