summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/ajax.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/ajax.c')
-rw-r--r--src/mame/video/ajax.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/video/ajax.c b/src/mame/video/ajax.c
index c0e5a1a6be5..55d81593d06 100644
--- a/src/mame/video/ajax.c
+++ b/src/mame/video/ajax.c
@@ -70,7 +70,6 @@ void ajax_zoom_callback( running_machine &machine, int *code, int *color, int *f
void ajax_state::video_start()
{
-
m_layer_colorbase[0] = 64;
m_layer_colorbase[1] = 0;
m_layer_colorbase[2] = 32;
@@ -88,7 +87,6 @@ void ajax_state::video_start()
UINT32 ajax_state::screen_update_ajax(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
{
-
k052109_tilemap_update(m_k052109);
machine().priority_bitmap.fill(0, cliprect);