sort includes
This commit is contained in:
parent
3a43828056
commit
37fbf78e2a
10 changed files with 14 additions and 14 deletions
|
@ -1,11 +1,11 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
#include "x48_debugger.h"
|
|
||||||
#include "hp48.h"
|
#include "hp48.h"
|
||||||
#include "hp48emu.h"
|
#include "hp48emu.h"
|
||||||
#include "timer.h"
|
#include "timer.h"
|
||||||
#include "x48.h"
|
#include "x48.h"
|
||||||
|
#include "x48_debugger.h"
|
||||||
|
|
||||||
extern int throttle;
|
extern int throttle;
|
||||||
|
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
|
|
||||||
#include "hp48.h"
|
#include "hp48.h"
|
||||||
#include "hp48emu.h"
|
#include "hp48emu.h"
|
||||||
#include "x48_resources.h"
|
|
||||||
#include "romio.h"
|
#include "romio.h"
|
||||||
|
#include "x48_resources.h"
|
||||||
|
|
||||||
#define X48_MAGIC 0x48503438
|
#define X48_MAGIC 0x48503438
|
||||||
#define NR_CONFIG 8
|
#define NR_CONFIG 8
|
||||||
|
|
|
@ -9,8 +9,8 @@
|
||||||
|
|
||||||
#include "hp48.h"
|
#include "hp48.h"
|
||||||
#include "hp48emu.h"
|
#include "hp48emu.h"
|
||||||
#include "x48_resources.h"
|
|
||||||
#include "x48.h"
|
#include "x48.h"
|
||||||
|
#include "x48_resources.h"
|
||||||
|
|
||||||
static int wire_fd;
|
static int wire_fd;
|
||||||
static int ir_fd;
|
static int ir_fd;
|
||||||
|
|
|
@ -2,12 +2,12 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
#include "x48_debugger.h"
|
|
||||||
#include "hp48.h"
|
#include "hp48.h"
|
||||||
#include "hp48emu.h"
|
#include "hp48emu.h"
|
||||||
#include "romio.h"
|
#include "romio.h"
|
||||||
#include "timer.h"
|
#include "timer.h"
|
||||||
#include "x48.h"
|
#include "x48.h"
|
||||||
|
#include "x48_debugger.h"
|
||||||
|
|
||||||
static int interrupt_called = 0;
|
static int interrupt_called = 0;
|
||||||
extern long nibble_masks[ 16 ];
|
extern long nibble_masks[ 16 ];
|
||||||
|
|
|
@ -6,9 +6,9 @@
|
||||||
|
|
||||||
#include "hp48.h"
|
#include "hp48.h"
|
||||||
#include "hp48emu.h"
|
#include "hp48emu.h"
|
||||||
#include "x48_resources.h"
|
|
||||||
#include "romio.h"
|
#include "romio.h"
|
||||||
#include "x48.h"
|
#include "x48.h"
|
||||||
|
#include "x48_resources.h"
|
||||||
|
|
||||||
extern int device_check;
|
extern int device_check;
|
||||||
extern short port1_is_ram;
|
extern short port1_is_ram;
|
||||||
|
|
|
@ -4,9 +4,9 @@
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
#include "x48_debugger.h" /* used for in_debugger */
|
|
||||||
#include "romio.h"
|
#include "romio.h"
|
||||||
#include "timer.h"
|
#include "timer.h"
|
||||||
|
#include "x48_debugger.h" /* used for in_debugger */
|
||||||
|
|
||||||
typedef struct x48_timer_t {
|
typedef struct x48_timer_t {
|
||||||
word_1 run;
|
word_1 run;
|
||||||
|
|
|
@ -9,11 +9,11 @@
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/utsname.h>
|
#include <sys/utsname.h>
|
||||||
|
|
||||||
|
#include "hp48.h"
|
||||||
|
#include "romio.h"
|
||||||
#include "x48.h"
|
#include "x48.h"
|
||||||
#include "x48_errors.h"
|
#include "x48_errors.h"
|
||||||
#include "hp48.h"
|
|
||||||
#include "x48_resources.h"
|
#include "x48_resources.h"
|
||||||
#include "romio.h"
|
|
||||||
|
|
||||||
#if defined( GUI_IS_X11 )
|
#if defined( GUI_IS_X11 )
|
||||||
static XrmOptionDescRec options[] = {
|
static XrmOptionDescRec options[] = {
|
||||||
|
|
|
@ -8,14 +8,14 @@
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <X11/Xlib.h>
|
#include <X11/Xlib.h>
|
||||||
|
|
||||||
#include "x48_debugger.h"
|
|
||||||
#include "x48_debugger_disasm.h"
|
|
||||||
#include "x48_debugger_rpl.h"
|
|
||||||
#include "hp48.h"
|
#include "hp48.h"
|
||||||
#include "x48_resources.h"
|
|
||||||
#include "romio.h"
|
#include "romio.h"
|
||||||
#include "timer.h"
|
#include "timer.h"
|
||||||
#include "x48.h" /* for exit_x48() */
|
#include "x48.h" /* for exit_x48() */
|
||||||
|
#include "x48_debugger.h"
|
||||||
|
#include "x48_debugger_disasm.h"
|
||||||
|
#include "x48_debugger_rpl.h"
|
||||||
|
#include "x48_resources.h"
|
||||||
|
|
||||||
#define MAX_ARGS 16
|
#define MAX_ARGS 16
|
||||||
|
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "x48_debugger_disasm.h"
|
|
||||||
#include "hp48.h"
|
#include "hp48.h"
|
||||||
|
#include "x48_debugger_disasm.h"
|
||||||
|
|
||||||
#define TAB_SKIP 8
|
#define TAB_SKIP 8
|
||||||
|
|
||||||
|
|
|
@ -4,9 +4,9 @@
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
|
||||||
#include "x48_resources.h"
|
|
||||||
#include "x48_debugger_disasm.h" /* `disassembler_mode` & `CLASS_MNEMONICS` */
|
#include "x48_debugger_disasm.h" /* `disassembler_mode` & `CLASS_MNEMONICS` */
|
||||||
#include "x48_errors.h"
|
#include "x48_errors.h"
|
||||||
|
#include "x48_resources.h"
|
||||||
|
|
||||||
int verbose;
|
int verbose;
|
||||||
int useTerminal;
|
int useTerminal;
|
||||||
|
|
Loading…
Reference in a new issue