added missing typedef

This commit is contained in:
Markus Fröschle
2013-12-29 00:40:40 +00:00
parent 16f6843c37
commit e81afebe63

View File

@@ -42,18 +42,13 @@
#ifndef __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"
#define X86API
#define X86APIP *
#endif
#include "x86regs.h"
typedef uint16_t X86EMU_pioAddr;
/*---------------------- Macros and type definitions ----------------------*/
//#pragma pack(1)