summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hornet.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/hornet.c')
-rw-r--r--src/mame/drivers/hornet.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/hornet.c b/src/mame/drivers/hornet.c
index 64a6a89d20d..8f53173edb3 100644
--- a/src/mame/drivers/hornet.c
+++ b/src/mame/drivers/hornet.c
@@ -845,12 +845,12 @@ static INPUT_PORTS_START( sscope )
INPUT_PORTS_END
-static struct RF5C400interface rf5c400_interface =
+static const struct RF5C400interface rf5c400_interface =
{
REGION_SOUND1
};
-static ppc_config hornet_ppc_cfg =
+static const ppc_config hornet_ppc_cfg =
{
PPC_MODEL_403GA
};