summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/spy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/spy.c')
-rw-r--r--src/mame/video/spy.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/video/spy.c b/src/mame/video/spy.c
index d4ad84ec99a..8f9444c979a 100644
--- a/src/mame/video/spy.c
+++ b/src/mame/video/spy.c
@@ -46,7 +46,6 @@ void spy_sprite_callback( running_machine &machine, int *code, int *color, int *
void spy_state::video_start()
{
-
m_layer_colorbase[0] = 48;
m_layer_colorbase[1] = 0;
m_layer_colorbase[2] = 16;
@@ -63,7 +62,6 @@ void spy_state::video_start()
UINT32 spy_state::screen_update_spy(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
{
-
k052109_tilemap_update(m_k052109);
machine().priority_bitmap.fill(0, cliprect);