summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/asteroid.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/asteroid.c')
-rw-r--r--src/mame/machine/asteroid.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/asteroid.c b/src/mame/machine/asteroid.c
index a8681e806a6..053ef12da12 100644
--- a/src/mame/machine/asteroid.c
+++ b/src/mame/machine/asteroid.c
@@ -133,6 +133,6 @@ WRITE8_MEMBER(asteroid_state::astdelux_led_w)
void asteroid_state::machine_reset()
{
- asteroid_bank_switch_w(*machine().device("maincpu")->memory().space(AS_PROGRAM), 0, 0);
- avgdvg_reset_w(*machine().device("maincpu")->memory().space(AS_PROGRAM), 0, 0);
+ asteroid_bank_switch_w(machine().device("maincpu")->memory().space(AS_PROGRAM), 0, 0);
+ avgdvg_reset_w(machine().device("maincpu")->memory().space(AS_PROGRAM), 0, 0);
}