summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/nss.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/nss.c')
-rw-r--r--src/mame/drivers/nss.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/nss.c b/src/mame/drivers/nss.c
index 6451e8398f6..84582b8e93a 100644
--- a/src/mame/drivers/nss.c
+++ b/src/mame/drivers/nss.c
@@ -443,7 +443,7 @@ static INPUT_PORTS_START( snes )
PORT_DIPSETTING( 0x80, DEF_STR( On ) )
INPUT_PORTS_END
-static struct CustomSound_interface snes_sound_interface =
+static const struct CustomSound_interface snes_sound_interface =
{ snes_sh_start };
static GFXDECODE_START( nss )