pretty-code

This commit is contained in:
Gwenhael Le Moine 2023-05-10 13:57:00 +02:00
parent f095776ea3
commit aaa90f33d2
No known key found for this signature in database
GPG key ID: FDFE3669426707A7
2 changed files with 3 additions and 3 deletions

View file

@ -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 */

View file

@ -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;