summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2011-08-24 19:41:31 +0000
committer Angelo Salese <angelosa@users.noreply.github.com>2011-08-24 19:41:31 +0000
commit163bd1c4ec5023e484268b73e1481f53261cbb54 (patch)
tree173bcd663b0f131b2f0d70975ad89a84bcff4b2c /src/mame/video
parent87a73123a032fe1079c72a9107ac12e997437138 (diff)
Hook-up of the gradiation RAM, nw
Diffstat (limited to 'src/mame/video')
-rw-r--r--src/mame/video/taitoair.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/taitoair.c b/src/mame/video/taitoair.c
index f1f92fbdd31..ee6f10ff507 100644
--- a/src/mame/video/taitoair.c
+++ b/src/mame/video/taitoair.c
@@ -347,7 +347,7 @@ SCREEN_UPDATE( taitoair )
tc0080vco_tilemap_update(state->m_tc0080vco);
- bitmap_fill(bitmap, cliprect, 0x41);
+ bitmap_fill(bitmap, cliprect, 0);
#ifdef MAME_DEBUG
if (!screen->machine().input().code_pressed(KEYCODE_A))