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

    m65c02d.cpp

    Mostek 6502, CMOS variant with some additional instructions (but
    not the bitwise ones), disassembler

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

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

m65c02_disassembler::m65c02_disassembler() : m6502_base_disassembler(disasm_entries)
{
}