summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6502/m65c02d.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/m6502/m65c02d.cpp')
-rw-r--r--src/devices/cpu/m6502/m65c02d.cpp18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/devices/cpu/m6502/m65c02d.cpp b/src/devices/cpu/m6502/m65c02d.cpp
deleted file mode 100644
index 2c7b3b81fc3..00000000000
--- a/src/devices/cpu/m6502/m65c02d.cpp
+++ /dev/null
@@ -1,18 +0,0 @@
-// license:BSD-3-Clause
-// copyright-holders:Olivier Galibert
-/***************************************************************************
-
- m65c02d.cpp
-
- MOS Technology 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)
-{
-}