summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/crgolf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/crgolf.c')
-rw-r--r--src/mame/video/crgolf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/video/crgolf.c b/src/mame/video/crgolf.c
index c639ebfe0c8..28f933b9da7 100644
--- a/src/mame/video/crgolf.c
+++ b/src/mame/video/crgolf.c
@@ -20,7 +20,6 @@
WRITE8_MEMBER(crgolf_state::crgolf_videoram_w)
{
-
if (*m_screen_select & 1)
m_videoram_b[offset] = data;
else
@@ -90,7 +89,6 @@ static void get_pens( running_machine &machine, pen_t *pens )
VIDEO_START_MEMBER(crgolf_state,crgolf)
{
-
/* allocate memory for the two bitmaps */
m_videoram_a = auto_alloc_array(machine(), UINT8, VIDEORAM_SIZE);
m_videoram_b = auto_alloc_array(machine(), UINT8, VIDEORAM_SIZE);