diff options
Diffstat (limited to 'src/emu/cpu/tms9900/ti990_10l.c')
-rw-r--r-- | src/emu/cpu/tms9900/ti990_10l.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/emu/cpu/tms9900/ti990_10l.c b/src/emu/cpu/tms9900/ti990_10l.c new file mode 100644 index 00000000000..4a32fb3c91e --- /dev/null +++ b/src/emu/cpu/tms9900/ti990_10l.c @@ -0,0 +1,13 @@ +/* + Generate the tms9900 emulator +*/ + +#include "emu.h" +#include "debugger.h" +#include "tms9900l.h" + +#define TMS99XX_MODEL TI990_10_ID + +#include "99xxcore.h" + +DEFINE_LEGACY_CPU_DEVICE(TI990_10L, ti990_10l); |