summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/v9938.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/v9938.cpp')
-rw-r--r--src/devices/video/v9938.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/devices/video/v9938.cpp b/src/devices/video/v9938.cpp
index b36d592f32e..dbbd6e6b066 100644
--- a/src/devices/video/v9938.cpp
+++ b/src/devices/video/v9938.cpp
@@ -565,11 +565,6 @@ void v99x8_device::register_w(uint8_t data)
m_cont_reg[17] = (m_cont_reg[17] + 1) & 0x3f;
}
-void v99x8_device::static_set_vram_size(device_t &device, uint32_t vram_size)
-{
- downcast<v99x8_device &>(device).m_vram_size = vram_size;
-}
-
/***************************************************************************
Init/stop/reset/Interrupt functions