summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ghosteo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ghosteo.cpp')
-rw-r--r--src/mame/drivers/ghosteo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ghosteo.cpp b/src/mame/drivers/ghosteo.cpp
index 0993736d393..8b516f76627 100644
--- a/src/mame/drivers/ghosteo.cpp
+++ b/src/mame/drivers/ghosteo.cpp
@@ -427,7 +427,7 @@ void ghosteo_state::bballoon_map(address_map &map)
void ghosteo_state::touryuu_map(address_map &map)
{
- map(0x10000000, 0x10000003).r(this, FUNC(ghosteo_state::touryuu_port_10000000_r));
+ map(0x10000000, 0x10000003).r(FUNC(ghosteo_state::touryuu_port_10000000_r));
map(0x10100000, 0x10100003).portr("10100000");
map(0x10200000, 0x10200003).portr("10200000");
map(0x10300000, 0x10300000).w(m_soundlatch, FUNC(generic_latch_8_device::write)).umask32(0x000000ff).cswidth(32);