summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tecmo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tecmo.c')
-rw-r--r--src/mame/drivers/tecmo.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/tecmo.c b/src/mame/drivers/tecmo.c
index 12bdeba1c2e..d37a7d330bd 100644
--- a/src/mame/drivers/tecmo.c
+++ b/src/mame/drivers/tecmo.c
@@ -1141,9 +1141,9 @@ DRIVER_INIT_MEMBER(tecmo_state,backfirt)
m_video_type = 2;
/* no MSM */
- machine().device("soundcpu")->memory().space(AS_PROGRAM)->nop_write(0xc000, 0xc000);
- machine().device("soundcpu")->memory().space(AS_PROGRAM)->nop_write(0xc400, 0xc400);
- machine().device("soundcpu")->memory().space(AS_PROGRAM)->nop_write(0xc800, 0xc800);
+ machine().device("soundcpu")->memory().space(AS_PROGRAM).nop_write(0xc000, 0xc000);
+ machine().device("soundcpu")->memory().space(AS_PROGRAM).nop_write(0xc400, 0xc400);
+ machine().device("soundcpu")->memory().space(AS_PROGRAM).nop_write(0xc800, 0xc800);
}