summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/gradius3.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/gradius3.c')
-rw-r--r--src/mame/video/gradius3.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/video/gradius3.c b/src/mame/video/gradius3.c
index 771c3b6e11b..f036386752d 100644
--- a/src/mame/video/gradius3.c
+++ b/src/mame/video/gradius3.c
@@ -123,7 +123,6 @@ WRITE16_MEMBER(gradius3_state::gradius3_gfxram_w)
UINT32 gradius3_state::screen_update_gradius3(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
{
-
/* TODO: this kludge enforces the char banks. For some reason, they don't work otherwise. */
address_space &space = machine().driver_data()->generic_space();
k052109_w(m_k052109, space, 0x1d80, 0x10);