summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6502/m65sc02.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/m6502/m65sc02.cpp')
-rw-r--r--src/devices/cpu/m6502/m65sc02.cpp19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/devices/cpu/m6502/m65sc02.cpp b/src/devices/cpu/m6502/m65sc02.cpp
deleted file mode 100644
index b92ad8d0678..00000000000
--- a/src/devices/cpu/m6502/m65sc02.cpp
+++ /dev/null
@@ -1,19 +0,0 @@
-// license:BSD-3-Clause
-// copyright-holders:Olivier Galibert
-/***************************************************************************
-
- m65sc02.c
-
- Rockwell-class 65c02 with internal static registers, making clock stoppable?
-
-***************************************************************************/
-
-#include "emu.h"
-#include "m65sc02.h"
-
-DEFINE_DEVICE_TYPE(M65SC02, m65sc02_device, "m65sc02", "Rockwell M65SC02")
-
-m65sc02_device::m65sc02_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :
- r65c02_device(mconfig, M65SC02, tag, owner, clock)
-{
-}