summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author R. Belmont <rb6502@users.noreply.github.com>2009-06-10 21:52:08 +0000
committer R. Belmont <rb6502@users.noreply.github.com>2009-06-10 21:52:08 +0000
commitf94776a81588bd4d0f43472906d264c4d54927fb (patch)
treef7984e3d70e10cdeb1b3c980e8304edf5ad103e6 /src
parent2561e0d8cd82e7c38f5d7a8ad83efbe3748beb5c (diff)
One more GCC 4.4 fix
How did this work before?
Diffstat (limited to 'src')
-rw-r--r--src/emu/cpu/tms9900/tms9900.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/emu/cpu/tms9900/tms9900.h b/src/emu/cpu/tms9900/tms9900.h
index 6b4f618f5a3..e0b8ce04014 100644
--- a/src/emu/cpu/tms9900/tms9900.h
+++ b/src/emu/cpu/tms9900/tms9900.h
@@ -31,6 +31,9 @@
/* This chip is available in several variants (tms99105, tms99110...), */
/* which are similar but emulate additional instructions thanks */
/* to the so-called macrostore feature. */
+#define TMS99105A_ID 11
+#define TMS99110A_ID 12
+
/* NPW 25-May-2002 - Added these to get it to compile under windows */
#define TI9940_ID TMS9940_ID