summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/ti99_4x.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/ti99_4x.c')
-rw-r--r--src/mess/drivers/ti99_4x.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mess/drivers/ti99_4x.c b/src/mess/drivers/ti99_4x.c
index bffaf4317d4..f10336c2638 100644
--- a/src/mess/drivers/ti99_4x.c
+++ b/src/mess/drivers/ti99_4x.c
@@ -847,7 +847,6 @@ static JOYPORT_CONFIG( joyport4a_50 )
MACHINE_START_MEMBER(ti99_4x_state,ti99_4)
{
-
m_cpu = static_cast<tms9900_device*>(machine().device("maincpu"));
m_tms9901 = static_cast<tms9901_device*>(machine().device(TMS9901_TAG));
@@ -965,7 +964,6 @@ MACHINE_CONFIG_END
MACHINE_START_MEMBER(ti99_4x_state,ti99_4a)
{
-
m_cpu = static_cast<tms9900_device*>(machine().device("maincpu"));
m_tms9901 = static_cast<tms9901_device*>(machine().device(TMS9901_TAG));