summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99x/990_tap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99x/990_tap.h')
-rw-r--r--src/devices/bus/ti99x/990_tap.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/devices/bus/ti99x/990_tap.h b/src/devices/bus/ti99x/990_tap.h
index 3be370a9f5a..a35a09b26a4 100644
--- a/src/devices/bus/ti99x/990_tap.h
+++ b/src/devices/bus/ti99x/990_tap.h
@@ -26,7 +26,6 @@ public:
m_tape[id].wp = wp;
}
- template <typename T> void set_memory_space(T &&tag, int spacenum) { m_memory_space.set_tag(std::forward<T>(tag), spacenum); }
auto int_cb() { return m_int_line.bind(); }
protected:
@@ -55,8 +54,6 @@ private:
void read_transport_status();
void execute_command();
- required_address_space m_memory_space;
-
devcb_write_line m_int_line;
uint16_t m_w[8];