summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/pastelg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/pastelg.c')
-rw-r--r--src/mame/video/pastelg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/pastelg.c b/src/mame/video/pastelg.c
index 8723c6d2256..7657fff1424 100644
--- a/src/mame/video/pastelg.c
+++ b/src/mame/video/pastelg.c
@@ -116,7 +116,7 @@ WRITE8_HANDLER( pastelg_romsel_w )
******************************************************************************/
-void pastelg_vramflip(void)
+static void pastelg_vramflip(void)
{
static int pastelg_flipscreen_old = 0;
int x, y;
@@ -150,7 +150,7 @@ static TIMER_CALLBACK( blitter_timer_callback )
nb1413m3_busyflag = 1;
}
-void pastelg_gfxdraw(void)
+static void pastelg_gfxdraw(void)
{
UINT8 *GFX = memory_region(REGION_GFX1);