summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mgavegas.cpp
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2016-11-03 17:53:30 +0000
committer smf- <smf-@users.noreply.github.com>2016-11-03 19:21:22 +0000
commit87490d481514100d5cb7a8f4773a7bb415ce6fe5 (patch)
tree4938a4d2302fe24f25b154ddef9f89041a0e694e /src/mame/drivers/mgavegas.cpp
parente125186e15dad8729c59b9073566ab191befc8a8 (diff)
replaced machine().driver_data()->generic_space() with machine().dummy_space() (nw)
Diffstat (limited to 'src/mame/drivers/mgavegas.cpp')
-rw-r--r--src/mame/drivers/mgavegas.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mgavegas.cpp b/src/mame/drivers/mgavegas.cpp
index 410359dc040..e7a52b1f92e 100644
--- a/src/mame/drivers/mgavegas.cpp
+++ b/src/mame/drivers/mgavegas.cpp
@@ -369,7 +369,7 @@ WRITE8_MEMBER(mgavegas_state::cso1_w)
update_custom();
hopper_data=(m_hop&0x01)<<7;
- m_ticket->write(machine().driver_data()->generic_space(), 0, hopper_data);
+ m_ticket->write(machine().dummy_space(), 0, hopper_data);
}
WRITE8_MEMBER(mgavegas_state::cso2_w)