SAGE: Remove irrelevant platform #ifdefs and redundant includes
This commit is contained in:
parent
d329907306
commit
8b6c0b60c9
5 changed files with 0 additions and 34 deletions
|
@ -43,10 +43,6 @@
|
|||
#include "m68k_cpu.h"
|
||||
#include "chip_defs.h"
|
||||
|
||||
#if defined (_WIN32)
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
#include "sim_imd.h"
|
||||
|
||||
/* internal state machine:
|
||||
|
|
|
@ -36,13 +36,6 @@
|
|||
*/
|
||||
|
||||
#include "m68k_cpu.h"
|
||||
#include <ctype.h>
|
||||
|
||||
#if defined(_WIN32)
|
||||
#include <windows.h>
|
||||
#else
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
/* status reg flags */
|
||||
#define FLAG_C 0x0001
|
||||
|
|
|
@ -28,13 +28,6 @@
|
|||
*/
|
||||
|
||||
#include "m68k_cpu.h"
|
||||
#include <ctype.h>
|
||||
|
||||
#if defined(_WIN32)
|
||||
#include <windows.h>
|
||||
#else
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
/* io hash */
|
||||
#define IOHASHSIZE 97 /* must be prime */
|
||||
|
|
|
@ -393,14 +393,6 @@
|
|||
*/
|
||||
|
||||
#include "m68k_cpu.h"
|
||||
#include <ctype.h>
|
||||
#include <string.h>
|
||||
|
||||
#if defined(_WIN32)
|
||||
#include <windows.h>
|
||||
#else
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
struct _ea {
|
||||
int ea;
|
||||
|
|
|
@ -32,14 +32,6 @@
|
|||
*/
|
||||
|
||||
#include "m68k_cpu.h"
|
||||
#include <ctype.h>
|
||||
#include <string.h>
|
||||
|
||||
#if defined(_WIN32)
|
||||
#include <windows.h>
|
||||
#else
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
t_stat set_iobase(UNIT *uptr, int32 val, CONST char *cptr, void *desc)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue