summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/h8/h8hd.cpp
blob: acc0f307612e3adeebcee45012a6190429fe1af4 (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
/***************************************************************************

    h8hd.cpp

    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, true)
{
}