summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/mega32x.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/mega32x.cpp')
-rw-r--r--src/mame/machine/mega32x.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/mame/machine/mega32x.cpp b/src/mame/machine/mega32x.cpp
index 1ae6291a3cc..91f6a66ebb8 100644
--- a/src/mame/machine/mega32x.cpp
+++ b/src/mame/machine/mega32x.cpp
@@ -249,17 +249,6 @@ sega_32x_pal_device::sega_32x_pal_device(const machine_config &mconfig, const ch
{
}
-//-------------------------------------------------
-// static_set_palette_tag: Set the tag of the
-// palette device
-//-------------------------------------------------
-
-void sega_32x_device::static_set_palette_tag(device_t &device, const char *tag)
-{
- downcast<sega_32x_device &>(device).m_palette.set_tag(tag);
-}
-
-
READ16_MEMBER( sega_32x_device::_32x_68k_palette_r )
{
return m_32x_palette[offset];