summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/gaelco.h
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2010-08-04 15:52:00 +0000
committer Aaron Giles <aaron@aarongiles.com>2010-08-04 15:52:00 +0000
commit4c693d72a551eecf7ea7cabb1ff810aa7488cb5e (patch)
tree493dd245cb40d211cdd4beadefef1d9bbba8d30f /src/emu/sound/gaelco.h
parentc85c035c5df40c68195b50ba995369eaf8bd18da (diff)
Removed global variables from gaelco, namco, and nile sound cores.
[Atari Ace] -- From: Atari Ace <atari_ace@frontier.net> Date: Mon, Aug 2, 2010 at 5:07 AM Subject: [patch] Remove globals from gaelco, namco and nile sound cores To: submit@mamedev.org Cc: atariace@hotmail.com Hi mamedev, This patch removes some global variables from the gaelco, namco and nile sound cores. Properly implemented devices should have all their variables in their device state to allow for multiple instances. ~aa
Diffstat (limited to 'src/emu/sound/gaelco.h')
-rw-r--r--src/emu/sound/gaelco.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/emu/sound/gaelco.h b/src/emu/sound/gaelco.h
index 334e782b132..0acfc044048 100644
--- a/src/emu/sound/gaelco.h
+++ b/src/emu/sound/gaelco.h
@@ -12,8 +12,6 @@ struct _gaelcosnd_interface
int banks[4]; /* start of each ROM bank */
};
-extern UINT16 *gaelco_sndregs;
-
WRITE16_DEVICE_HANDLER( gaelcosnd_w );
READ16_DEVICE_HANDLER( gaelcosnd_r );