diff io.h @ 1501:31a2997b745e nuklear_ui

Added RAM init and IO port config to system settings menu
author Michael Pavone <pavone@retrodev.com>
date Mon, 11 Dec 2017 19:16:44 -0800
parents 4e5797b3935a
children 5b1157eb189d
line wrap: on
line diff
--- a/io.h	Mon Dec 11 09:50:47 2017 -0800
+++ b/io.h	Mon Dec 11 19:16:44 2017 -0800
@@ -113,5 +113,7 @@
 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_