summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2017-06-13 09:33:26 -0400
committer AJR <ajrhacker@users.noreply.github.com>2017-06-13 09:33:26 -0400
commitba478477978e35a1597523d51e61642b673ac864 (patch)
tree78e2c605009dfcbeb82225d31824bac5b37744fe
parent7c292d3b063caaea8469729fb8921858e31654d5 (diff)
No way this will work on the bootleg (nw)
-rw-r--r--src/mame/drivers/taito_f3.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/drivers/taito_f3.cpp b/src/mame/drivers/taito_f3.cpp
index 66d1ee1b139..55a8aa00921 100644
--- a/src/mame/drivers/taito_f3.cpp
+++ b/src/mame/drivers/taito_f3.cpp
@@ -223,8 +223,6 @@ static ADDRESS_MAP_START( bubsympb_map, AS_PROGRAM, 32, taito_f3_state )
AM_RANGE(0x660000, 0x66000f) AM_WRITE16(f3_control_0_w,0xffffffff)
AM_RANGE(0x660010, 0x66001f) AM_WRITE16(f3_control_1_w,0xffffffff)
AM_RANGE(0xc00000, 0xc007ff) AM_RAM
- AM_RANGE(0xc80000, 0xc80003) AM_WRITE(f3_sound_reset_0_w)
- AM_RANGE(0xc80100, 0xc80103) AM_WRITE(f3_sound_reset_1_w)
ADDRESS_MAP_END