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

    H8S-2600 base cpu emulation, disassembler

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

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

h8s2600_disassembler::h8s2600_disassembler() : h8_disassembler(disasm_entries)
{
}