blob: 4e0c05a48a7b3eb6adc7e664c4738c194e11f8ac (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/*
generate the tms9995 emulator
*/
#include "emu.h"
#include "debugger.h"
#include "tms9900.h"
#define TMS99XX_MODEL TMS9995_ID
#include "99xxcore.h"
DEFINE_LEGACY_CPU_DEVICE(TMS9995, tms9995);
|