From 76ef55bccbd8725108f6b603e72ee6b3ff438123 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Wed, 14 Nov 2012 07:43:56 +0000 Subject: [PATCH] fix compile (no whatsnew) --- src/mame/drivers/funworld.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mame/drivers/funworld.c b/src/mame/drivers/funworld.c index 812302bc089..04186d5d162 100644 --- a/src/mame/drivers/funworld.c +++ b/src/mame/drivers/funworld.c @@ -5173,7 +5173,7 @@ DRIVER_INIT_MEMBER(funworld_state, ctunk) int start = 0x8000; UINT8 *buffer; - int i, a; + int i;// a; /***************************** * Program ROM decryption * @@ -5196,7 +5196,7 @@ DRIVER_INIT_MEMBER(funworld_state, ctunk) int x, na, nb, nad, nbd; UINT8 *src = machine().root_device().memregion( "gfx1" )->base(); - UINT8 *ROM = machine().root_device().memregion("maincpu")->base(); + //UINT8 *ROM = machine().root_device().memregion("maincpu")->base(); for (x=0x0000; x < 0x10000; x++) {