summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/astrof.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/astrof.c')
-rw-r--r--src/mame/drivers/astrof.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/drivers/astrof.c b/src/mame/drivers/astrof.c
index 5ad68a9e6cd..2390a1c7ae7 100644
--- a/src/mame/drivers/astrof.c
+++ b/src/mame/drivers/astrof.c
@@ -1311,7 +1311,6 @@ DRIVER_INIT_MEMBER(astrof_state,sstarbtl)
DRIVER_INIT_MEMBER(astrof_state,acombat3)
{
-
/* set up protection handlers */
machine().device("maincpu")->memory().space(AS_PROGRAM).install_read_handler(0xa003, 0xa003, read8_delegate(FUNC(astrof_state::shoot_r),this));
machine().device("maincpu")->memory().space(AS_PROGRAM).install_read_handler(0xa004, 0xa004, read8_delegate(FUNC(astrof_state::abattle_coin_prot_r),this));