summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/z8000/z8000.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/z8000/z8000.h')
-rw-r--r--src/devices/cpu/z8000/z8000.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/devices/cpu/z8000/z8000.h b/src/devices/cpu/z8000/z8000.h
index aa9382e75d7..a782efbaf18 100644
--- a/src/devices/cpu/z8000/z8000.h
+++ b/src/devices/cpu/z8000/z8000.h
@@ -5,8 +5,6 @@
#pragma once
-#include "cpu/z80/z80daisy.h"
-
enum
{
@@ -33,7 +31,7 @@ enum
#define MCFG_Z8000_MO(_devcb) \
devcb = &z8002_device::set_mo_callback(*device, DEVCB_##_devcb);
-class z8002_device : public cpu_device, public z80_daisy_chain_interface
+class z8002_device : public cpu_device
{
public:
// construction/destruction