update comments

This commit is contained in:
Gwenhael Le Moine 2023-09-13 15:39:03 +02:00
parent 53b25ec08c
commit 8708e72fb5
No known key found for this signature in database
GPG key ID: FDFE3669426707A7
2 changed files with 2 additions and 2 deletions

View file

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

View file

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