summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/konamigx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/konamigx.c')
-rw-r--r--src/mame/drivers/konamigx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/konamigx.c b/src/mame/drivers/konamigx.c
index d06b06422cc..2f8ebbc7a03 100644
--- a/src/mame/drivers/konamigx.c
+++ b/src/mame/drivers/konamigx.c
@@ -1250,7 +1250,7 @@ static READ16_HANDLER(tms57002_status_word_r)
static WRITE16_HANDLER(tms57002_control_word_w)
{
- if (ACCESSING_BITS_0_7)
+ if (ACCESSING_BITS_0_7)
{
tms57002_pload_w(space->machine->cpu[2], 0, data & 4);
tms57002_cload_w(space->machine->cpu[2], 0, data & 8);