summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gauntlet.cpp
diff options
context:
space:
mode:
author Olivier Galibert <olivier.galibert@lne.fr>2016-05-13 15:19:02 +0200
committer Olivier Galibert <galibert@pobox.com>2016-05-18 14:29:16 +0200
commit8d0d9e1fb0acf1a29b9feb7c351128d9329f393d (patch)
tree88877758cac3d644224f9a2c0d3f7728fef64d88 /src/mame/drivers/gauntlet.cpp
parentb46bb135225c7f4f10c88ba266f1aa8e978d980c (diff)
emumem: Get rid of the install_* return value [O. Galibert]
Diffstat (limited to 'src/mame/drivers/gauntlet.cpp')
-rw-r--r--src/mame/drivers/gauntlet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gauntlet.cpp b/src/mame/drivers/gauntlet.cpp
index 32ceadc4083..2436731958a 100644
--- a/src/mame/drivers/gauntlet.cpp
+++ b/src/mame/drivers/gauntlet.cpp
@@ -1649,7 +1649,7 @@ void gauntlet_state::swap_memory(void *ptr1, void *ptr2, int bytes)
void gauntlet_state::common_init(int vindctr2)
{
UINT8 *rom = memregion("maincpu")->base();
- slapstic_configure(*m_maincpu, 0x038000, 0);
+ slapstic_configure(*m_maincpu, 0x038000, 0, memregion("maincpu")->base() + 0x38000);
/* swap the top and bottom halves of the main CPU ROM images */
swap_memory(rom + 0x000000, rom + 0x008000, 0x8000);