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

    h8d.h

    H8-300H base cpu emulation, disassembler

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

#include "emu.h"
#include "h8hd.h"
#include "cpu/h8/h8hd.hxx"

h8h_disassembler::h8h_disassembler() : h8_disassembler(disasm_entries)
{
}