fixed bug with instruction decoding in dcpu, fixed bugs in display
[dcpu16] / hw_lem1802.h
1 #ifndef LEM1802_H_WH5E5NOE
2 #define LEM1802_H_WH5E5NOE
3
4 #include "dcpu16.h"
5
6 struct dcpu16_hw *lem1802_new(struct dcpu16 *);
7 void lem1802_del(struct dcpu16_hw **);
8 int lem1802_renderer_set(struct dcpu16_hw *, const char *, void *);
9 char *lem1802_renderers_iter(void **, char **, char **);
10 void *lem1802_vnc_init_data(int argc, char *argv[], struct dcpu16_hw *hw);
11
12 #endif /* LEM1802_H_WH5E5NOE */