summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/cpc/transtape.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/cpc/transtape.h')
-rw-r--r--src/devices/bus/cpc/transtape.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/bus/cpc/transtape.h b/src/devices/bus/cpc/transtape.h
index 14fd81a0dc1..6b7e4539023 100644
--- a/src/devices/bus/cpc/transtape.h
+++ b/src/devices/bus/cpc/transtape.h
@@ -40,7 +40,6 @@ protected:
private:
cpc_expansion_slot_device *m_slot;
- cpu_device* m_cpu;
address_space* m_space;
std::unique_ptr<uint8_t[]> m_ram; // 8kB internal RAM
bool m_rom_active;