summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/i386/i386.h
diff options
context:
space:
mode:
author cracyc <cracyc@users.noreply.github.com>2016-02-19 20:08:55 -0600
committer cracyc <cracyc@users.noreply.github.com>2016-02-19 20:08:55 -0600
commit6c03d4fae3929263c395cdfcdfe073e8151c9a0a (patch)
treefcd666b191b73af327e95f4d5136dbaf15545fcb /src/devices/cpu/i386/i386.h
parent4dc5884c976876df0e2857d1262024ac7ec7ad6e (diff)
i386: 80386 sreg push only 16 bits and loadall (nw)
--- All os/2 betas work with cga now
Diffstat (limited to 'src/devices/cpu/i386/i386.h')
-rw-r--r--src/devices/cpu/i386/i386.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/cpu/i386/i386.h b/src/devices/cpu/i386/i386.h
index 979aaf08f45..8e64458f228 100644
--- a/src/devices/cpu/i386/i386.h
+++ b/src/devices/cpu/i386/i386.h
@@ -333,6 +333,7 @@ struct I386_CALL_GATE
inline UINT32 DEC32(UINT32 dst);
inline void PUSH16(UINT16 value);
inline void PUSH32(UINT32 value);
+ inline void PUSH32SEG(UINT32 value);
inline void PUSH8(UINT8 value);
inline UINT8 POP8();
inline UINT16 POP16();