summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/mcs96/i8xc196d.cpp
blob: 8d56aad09e7f0916530ad815ef09bee730ccf9d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// license:BSD-3-Clause
// copyright-holders:Olivier Galibert
/***************************************************************************

    i8xc196.h

    MCS96, c196 branch, the enhanced 16 bits bus version

***************************************************************************/

#include "emu.h"
#include "i8xc196d.h"

i8xc196_disassembler::i8xc196_disassembler() : mcs96_disassembler(disasm_entries)
{
}

#include "cpu/mcs96/i8xc196d.hxx"