blob: 7d2c77878fc938b10592fc29750d5407d27dfa2c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
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);
|