pretty-code
This commit is contained in:
parent
f095776ea3
commit
aaa90f33d2
2 changed files with 3 additions and 3 deletions
|
@ -312,7 +312,7 @@ extern void load_addr( word_20* dat, long addr, int n ); /* hp48_emulate.c */
|
|||
/* #define _DEVICE_H 1 */
|
||||
extern void check_devices( void ); /* hp48_device.c */
|
||||
|
||||
extern void init_display( void ); /* hp48_device.c */
|
||||
extern void init_display( void ); /* hp48_device.c */
|
||||
extern void update_display( void ); /* hp48_device.c */
|
||||
extern void redraw_display( void ); /* hp48_device.c */
|
||||
extern void disp_draw_nibble( word_20 addr, word_4 val ); /* hp48_device.c */
|
||||
|
@ -320,4 +320,4 @@ extern void menu_draw_nibble( word_20 addr, word_4 val ); /* hp48_device.c */
|
|||
extern void draw_annunc( void ); /* hp48_device.c */
|
||||
extern void redraw_annunc( void ); /* hp48_device.c */
|
||||
/* #endif /\* !_DEVICE_H *\/ */
|
||||
#endif /* !_HP48_H */
|
||||
#endif /* !_HP48_H */
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#include <ctype.h>
|
||||
|
||||
#include "resources.h"
|
||||
#include "debugger_disasm.h" /* `disassembler_mode` & `CLASS_MNEMONICS` */
|
||||
#include "debugger_disasm.h" /* `disassembler_mode` & `CLASS_MNEMONICS` */
|
||||
#include "errors.h"
|
||||
|
||||
int verbose;
|
||||
|
|
Loading…
Add table
Reference in a new issue