summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/grchamp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/grchamp.h')
-rw-r--r--src/mame/includes/grchamp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/grchamp.h b/src/mame/includes/grchamp.h
index 177a6f34a42..a1312e7aba3 100644
--- a/src/mame/includes/grchamp.h
+++ b/src/mame/includes/grchamp.h
@@ -75,7 +75,7 @@ public:
TILEMAP_MAPPER_MEMBER(get_memory_offset);
virtual void machine_reset();
virtual void video_start();
- virtual void palette_init();
+ void palette_generate();
UINT32 screen_update_grchamp(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
INTERRUPT_GEN_MEMBER(grchamp_cpu0_interrupt);
INTERRUPT_GEN_MEMBER(grchamp_cpu1_interrupt);