comparison 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
comparison
equal deleted inserted replaced
1500:39a199dca772 1501:31a2997b745e
111 void handle_mousedown(int mouse, int button); 111 void handle_mousedown(int mouse, int button);
112 void handle_mouseup(int mouse, int button); 112 void handle_mouseup(int mouse, int button);
113 void io_serialize(io_port *port, serialize_buffer *buf); 113 void io_serialize(io_port *port, serialize_buffer *buf);
114 void io_deserialize(deserialize_buffer *buf, void *vport); 114 void io_deserialize(deserialize_buffer *buf, void *vport);
115 115
116 extern const char * device_type_names[];
117
116 #endif //IO_H_ 118 #endif //IO_H_
117 119