summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/h8/h8hd.cpp
blob: ee3a1d4b4a24d88a2403f7b7fc27946472e5fd70 (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, true)
{
}