summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author James Wallace <james-wallace-ghub@users.noreply.github.com>2014-11-25 09:15:33 +0000
committer James Wallace <james-wallace-ghub@users.noreply.github.com>2014-11-25 09:15:33 +0000
commit536227ea00380bb916c33542166a9d57b61e2fc6 (patch)
tree1e288d5f58a137fd35524649c6a4f7672bc4cf6f
parent8a3d220ff0cfe8e98ce211d61b25d1ec4e8464d7 (diff)
maygaym1.c Adding banking support for Global games
-rw-r--r--src/mame/drivers/maygay1b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/maygay1b.c b/src/mame/drivers/maygay1b.c
index 41ffe0873d4..1f807380b46 100644
--- a/src/mame/drivers/maygay1b.c
+++ b/src/mame/drivers/maygay1b.c
@@ -680,7 +680,7 @@ DRIVER_INIT_MEMBER(maygay1b_state,m1common)
{
//Initialise paging for non-extended ROM space
UINT8 *rom = memregion("maincpu")->base();
- membank("bank1")->configure_entries(0, 1, &rom[0x0e000], 0x10000);
+ membank("bank1")->configure_entries(0, 2, &rom[0x0e000], 0x10000);
membank("bank1")->set_entry(0);
// print out the rom id / header info to give us some hints