summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/tms9900/ti990_10.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/tms9900/ti990_10.c')
-rw-r--r--src/emu/cpu/tms9900/ti990_10.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/emu/cpu/tms9900/ti990_10.c b/src/emu/cpu/tms9900/ti990_10.c
new file mode 100644
index 00000000000..1382503e6c9
--- /dev/null
+++ b/src/emu/cpu/tms9900/ti990_10.c
@@ -0,0 +1,9 @@
+/*
+ Generate the tms9900 emulator
+*/
+
+#include "tms9900.h"
+
+#define TMS99XX_MODEL TI990_10_ID
+
+#include "99xxcore.h"