summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/snesbsx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/snesbsx.c')
-rw-r--r--src/mame/machine/snesbsx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/machine/snesbsx.c b/src/mame/machine/snesbsx.c
index 820040ef53a..20fcc171903 100644
--- a/src/mame/machine/snesbsx.c
+++ b/src/mame/machine/snesbsx.c
@@ -134,7 +134,6 @@ static WRITE8_HANDLER( bsx_write )
static void bsx_init( running_machine &machine )
{
-
memset(bsx_state.cart_regs, 0, ARRAY_LENGTH(bsx_state.cart_regs));
bsx_state.cart_regs[0x07] = 0x80;