summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/eolith.cpp
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2018-01-05 08:33:59 +0100
committer Olivier Galibert <galibert@pobox.com>2018-01-05 08:35:26 +0100
commitc28c7b92690eb6aaa6c0e91b60cea787883f0789 (patch)
treeecbfc93c171d43a956b768bb543190a3562c6c37 /src/mame/drivers/eolith.cpp
parentbc9d99d58b7264fc853662cbd4e311c0f1dbe9dd (diff)
Extended time! All space.device() removed from comments (nw)
Diffstat (limited to 'src/mame/drivers/eolith.cpp')
-rw-r--r--src/mame/drivers/eolith.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/eolith.cpp b/src/mame/drivers/eolith.cpp
index d046e0e777d..aad1ade9dba 100644
--- a/src/mame/drivers/eolith.cpp
+++ b/src/mame/drivers/eolith.cpp
@@ -1612,7 +1612,7 @@ DRIVER_INIT_MEMBER(eolith_state,hidctch3)
void eolith_state::speedup_read()
{
/* for debug */
- //if ((space.device().safe_pc()!=m_speedup_address) && (m_speedup_vblank!=1) )
+ //if ((m_maincpu->pc()!=m_speedup_address) && (m_speedup_vblank!=1) )
// printf("%s:eolith speedup_read data %02x\n",machine().describe_context(), m_speedup_vblank);
if (m_speedup_vblank==0 && m_speedup_scanline < m_speedup_resume_scanline)