summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/tms9900/tms9900l.c
blob: 131f96b351a22202220c52c1edef8ba6374198c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// license:MAME
// copyright-holders:Raphael Nabet
/*
    This is the previous implementation of the TMS9900 using the common
    core implementation in 99xxcore. The new cycle-precise implementation
    can be found in tms9900.c
*/

#include "emu.h"
#include "debugger.h"
#include "tms9900l.h"

#define TMS99XX_MODEL TMS9900_ID

#include "99xxcore.h"

DEFINE_LEGACY_CPU_DEVICE(TMS9900L, tms9900l);