summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/megadriv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/megadriv.c')
-rw-r--r--src/mame/drivers/megadriv.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/megadriv.c b/src/mame/drivers/megadriv.c
index 5fa3fddbd6f..05da1ee4bab 100644
--- a/src/mame/drivers/megadriv.c
+++ b/src/mame/drivers/megadriv.c
@@ -608,10 +608,9 @@ static UINT16 get_word_from_68k_mem(UINT32 source)
/* Note, In reality this transfer is NOT instant, the 68k isn't paused
as the 68k address bus isn't accessed */
-static void megadrive_do_insta_vram_copy(UINT32 source, UINT16 length);
/* Wani Wani World, James Pond 3, Pirates Gold! */
-void megadrive_do_insta_vram_copy(UINT32 source, UINT16 length)
+static void megadrive_do_insta_vram_copy(UINT32 source, UINT16 length)
{
int x;