summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6502/w65c02d.cpp
blob: 919d2ddf6f56368f02eb4b901fd111a5412d81d5 (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
/***************************************************************************

    w65c02d.cpp

    WDC W65C02, CMOS variant with some additional instructions
    (but not the bitwise ones), disassembler

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

#include "emu.h"
#include "w65c02d.h"
#include "cpu/m6502/w65c02d.hxx"

w65c02_disassembler::w65c02_disassembler() : m6502_base_disassembler(disasm_entries)
{
}