summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/gameplan.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/gameplan.c')
-rw-r--r--src/mame/video/gameplan.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/gameplan.c b/src/mame/video/gameplan.c
index 1f90fcad169..9f7cdaf2104 100644
--- a/src/mame/video/gameplan.c
+++ b/src/mame/video/gameplan.c
@@ -36,7 +36,7 @@ driver by Chris Moore
*
*************************************/
-static void gameplan_get_pens( pen_t *pens )
+void gameplan_state::gameplan_get_pens( pen_t *pens )
{
offs_t i;
@@ -46,7 +46,7 @@ static void gameplan_get_pens( pen_t *pens )
/* RGBI palette. Is it correct, or does it use the standard RGB? */
-static void leprechn_get_pens( pen_t *pens )
+void gameplan_state::leprechn_get_pens( pen_t *pens )
{
offs_t i;