summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99/internal/datamux.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99/internal/datamux.h')
-rw-r--r--src/devices/bus/ti99/internal/datamux.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/devices/bus/ti99/internal/datamux.h b/src/devices/bus/ti99/internal/datamux.h
index b2ec1bff123..47d2d1f84c3 100644
--- a/src/devices/bus/ti99/internal/datamux.h
+++ b/src/devices/bus/ti99/internal/datamux.h
@@ -72,6 +72,9 @@ private:
// Console RAM
required_device<ram_device> m_padram;
+ // Link to the CPU
+ required_device<cpu_device> m_cpu;
+
// Keeps the address space pointer
address_space* m_spacep;