summaryrefslogtreecommitdiffstatshomepage
path: root/trunk/src/emu/cpu/tms9900/tms9900.c
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/emu/cpu/tms9900/tms9900.c')
-rw-r--r--trunk/src/emu/cpu/tms9900/tms9900.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/trunk/src/emu/cpu/tms9900/tms9900.c b/trunk/src/emu/cpu/tms9900/tms9900.c
new file mode 100644
index 00000000000..7d2c77878fc
--- /dev/null
+++ b/trunk/src/emu/cpu/tms9900/tms9900.c
@@ -0,0 +1,13 @@
+/*
+ Generate the tms9900 emulator
+*/
+
+#include "emu.h"
+#include "debugger.h"
+#include "tms9900.h"
+
+#define TMS99XX_MODEL TMS9900_ID
+
+#include "99xxcore.h"
+
+DEFINE_LEGACY_CPU_DEVICE(TMS9900, tms9900);