avr: initial commit
[z80.git] / avr / monitor.h
diff --git a/avr/monitor.h b/avr/monitor.h
new file mode 100644 (file)
index 0000000..8931880
--- /dev/null
@@ -0,0 +1,13 @@
+/* MONITOR header */
+#ifndef _MONITOR_H_
+#define _MONITOR_H_
+
+void monitor_init(void);
+void monitor(void);
+uint8_t menu_main(void);
+uint8_t menu_slots(void);
+void menu_ihex(void);
+
+extern uint8_t slots[8];
+
+#endif /* _MONITOR_H_ */