update comments
This commit is contained in:
parent
53b25ec08c
commit
8708e72fb5
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
#include "hp48.h"
|
||||
#include "hp48emu.h"
|
||||
#include "timer.h"
|
||||
#include "x48.h" /* disp; refresh_display(); get_ui_event() */
|
||||
#include "x48.h" /* get_ui_event() */
|
||||
|
||||
static long jumpaddr;
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#include "hp48emu.h"
|
||||
#include "romio.h"
|
||||
#include "timer.h"
|
||||
#include "x48.h" /* disp; refresh_display(); get_ui_event() */
|
||||
#include "x48.h" /* get_ui_event() */
|
||||
|
||||
static int interrupt_called = 0;
|
||||
extern long nibble_masks[ 16 ];
|
||||
|
|
Loading…
Reference in a new issue