summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/namcond1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/namcond1.c')
-rw-r--r--src/mame/drivers/namcond1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/namcond1.c b/src/mame/drivers/namcond1.c
index f3c08d90687..402e1674981 100644
--- a/src/mame/drivers/namcond1.c
+++ b/src/mame/drivers/namcond1.c
@@ -264,7 +264,7 @@ static ADDRESS_MAP_START( nd1h8iomap, ADDRESS_SPACE_IO, 8 )
AM_RANGE(H8_ADC_0_L, H8_ADC_3_H) AM_NOP // MCU reads these, but the games have no analog controls
ADDRESS_MAP_END
-static struct C352interface c352_interface =
+static const struct C352interface c352_interface =
{
REGION_SOUND1
};