added missing typedef

This commit is contained in:
Markus Fröschle
2013-12-29 00:40:40 +00:00
parent 77aedc8cbd
commit 4d835020d8

View File

@@ -42,18 +42,13 @@
#ifndef __X86EMU_X86EMU_H #ifndef __X86EMU_X86EMU_H
#define __X86EMU_X86EMU_H #define __X86EMU_X86EMU_H
#ifdef SCITECH
#include "scitech.h"
#define X86API _ASMAPI
#define X86APIP _ASMAPIP
typedef int X86EMU_pioAddr;
#else
#include "bas_types.h" #include "bas_types.h"
#define X86API #define X86API
#define X86APIP * #define X86APIP *
#endif
#include "x86regs.h" #include "x86regs.h"
typedef uint16_t X86EMU_pioAddr;
/*---------------------- Macros and type definitions ----------------------*/ /*---------------------- Macros and type definitions ----------------------*/
//#pragma pack(1) //#pragma pack(1)