diff options
author | Michael Pavone <pavone@retrodev.com> | 2017-12-11 19:16:44 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2017-12-11 19:16:44 -0800 |
commit | 96791e9a31aaf086b972a80783c8a2ffc2abc8eb (patch) | |
tree | 48c608685c1c002f59e0e2fa6e54656599085415 /io.h | |
parent | 0ebcc8530372444c34f906eddc1614fa6731f865 (diff) |
Added RAM init and IO port config to system settings menu
--HG--
branch : nuklear_ui
Diffstat (limited to 'io.h')
-rw-r--r-- | io.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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_ |