summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/tms9900/tms9900.c
blob: 7850e477b48c8705696b02db6781d3042071bbaa (plain) (blame)
1
2
3
4
5
6
7
8
9
/*
    Generate the tms9900 emulator
*/

#include "tms9900.h"

#define TMS99XX_MODEL TMS9900_ID

#include "99xxcore.h"