summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ghosteo.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2013-04-30 06:36:06 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2013-04-30 06:36:06 +0000
commit4bf717996f56eb03dc735c83dae5450b7fc98d75 (patch)
treea63a55bcc180e342382e9c9a680f0c643fd05248 /src/mame/drivers/ghosteo.c
parentf35b95a00e64c63422116039aeae272029b58e51 (diff)
Cleanups and version bumpmame0148u4
Diffstat (limited to 'src/mame/drivers/ghosteo.c')
-rw-r--r--src/mame/drivers/ghosteo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/ghosteo.c b/src/mame/drivers/ghosteo.c
index 3bf3ac2b870..3b087cb2468 100644
--- a/src/mame/drivers/ghosteo.c
+++ b/src/mame/drivers/ghosteo.c
@@ -86,7 +86,7 @@ public:
m_system_memory(*this, "systememory"),
m_i2cmem(*this, "i2cmem"),
m_s3c2410(*this, "s3c2410"),
- m_maincpu(*this, "maincpu") { }
+ m_maincpu(*this, "maincpu") { }
required_shared_ptr<UINT32> m_system_memory;
required_device<i2cmem_device> m_i2cmem;
@@ -599,7 +599,7 @@ void ghosteo_state::machine_start()
void ghosteo_state::machine_reset()
{
- m_maincpu->space(AS_PROGRAM).install_read_handler(0x4d000010, 0x4d000013,read32_delegate(FUNC(ghosteo_state::bballoon_speedup_r), this));
+ m_maincpu->space(AS_PROGRAM).install_read_handler(0x4d000010, 0x4d000013,read32_delegate(FUNC(ghosteo_state::bballoon_speedup_r), this));
}
static MACHINE_CONFIG_START( ghosteo, ghosteo_state )