summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/i386/i386.h
blob: 31a21250e9bdd5e1785beffd4296ca5a2613cdc2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#pragma once

#ifndef __I386INTF_H__
#define __I386INTF_H__

#define INPUT_LINE_A20		1


// mingw has this defined for 32-bit compiles
#undef i386

DECLARE_LEGACY_CPU_DEVICE(I386, i386);
DECLARE_LEGACY_CPU_DEVICE(I486, i486);
DECLARE_LEGACY_CPU_DEVICE(PENTIUM, pentium);
DECLARE_LEGACY_CPU_DEVICE(MEDIAGX, mediagx);



#endif /* __I386INTF_H__ */