avr: initial commit
[z80.git] / avr / monitor.h
1 /* MONITOR header */
2 #ifndef _MONITOR_H_
3 #define _MONITOR_H_
4
5 void monitor_init(void);
6 void monitor(void);
7 uint8_t menu_main(void);
8 uint8_t menu_slots(void);
9 void menu_ihex(void);
10
11 extern uint8_t slots[8];
12
13 #endif /* _MONITOR_H_ */