summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pcw16.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/pcw16.cpp
parente125186e15dad8729c59b9073566ab191befc8a8 (diff)
replaced machine().driver_data()->generic_space() with machine().dummy_space() (nw)
Diffstat (limited to 'src/mame/drivers/pcw16.cpp')
-rw-r--r--src/mame/drivers/pcw16.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/pcw16.cpp b/src/mame/drivers/pcw16.cpp
index a67756fe547..bd8e60054d0 100644
--- a/src/mame/drivers/pcw16.cpp
+++ b/src/mame/drivers/pcw16.cpp
@@ -528,7 +528,7 @@ WRITE_LINE_MEMBER(pcw16_state::pcw16_keyboard_callback)
{
int data;
- data = m_keyboard->read(machine().driver_data()->generic_space(), 0);
+ data = m_keyboard->read(machine().dummy_space(), 0);
if (data)
{