summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/kaneko16.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/kaneko16.cpp')
-rw-r--r--src/mame/video/kaneko16.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/mame/video/kaneko16.cpp b/src/mame/video/kaneko16.cpp
index 20fefcb1f56..f5c33626e22 100644
--- a/src/mame/video/kaneko16.cpp
+++ b/src/mame/video/kaneko16.cpp
@@ -102,17 +102,6 @@ uint32_t kaneko16_state::screen_update_kaneko16(screen_device &screen, bitmap_in
/* Berlwall and Gals Panic have an additional hi-color layers */
-PALETTE_INIT_MEMBER(kaneko16_berlwall_state,berlwall)
-{
- int i;
-
- /* first 2048 colors are dynamic */
-
- /* initialize 555 RGB lookup */
- for (i = 0; i < 32768; i++)
- palette.set_pen_color(i,pal5bit(i >> 5),pal5bit(i >> 10),pal5bit(i >> 0));
-}
-
VIDEO_START_MEMBER(kaneko16_berlwall_state,berlwall)
{
uint8_t *RAM = memregion("gfx3")->base();