summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/taitojc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/taitojc.c')
-rw-r--r--src/mame/video/taitojc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/taitojc.c b/src/mame/video/taitojc.c
index 7aeb998fdb5..3f239cdef71 100644
--- a/src/mame/video/taitojc.c
+++ b/src/mame/video/taitojc.c
@@ -373,7 +373,7 @@ SCREEN_UPDATE_IND16( taitojc )
SCREEN_UPDATE_IND16( dendego )
{
taitojc_state *state = screen.machine().driver_data<taitojc_state>();
-
+
// update controller state in artwork
UINT8 btn = (state->ioport("BUTTONS")->read() & 0x77);
int level;