summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cvs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cvs.c')
-rw-r--r--src/mame/drivers/cvs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cvs.c b/src/mame/drivers/cvs.c
index 4617fa0780d..34e51bfed0f 100644
--- a/src/mame/drivers/cvs.c
+++ b/src/mame/drivers/cvs.c
@@ -219,7 +219,7 @@ static READ8_HANDLER( cvs_393hz_Clock_r )
else return 0;
}
-static struct TMS5110interface tms5110_interface =
+static const struct TMS5110interface tms5110_interface =
{
0, /*irq callback function*/
cvs_speech_rom_read_bit /*M0 callback function. Called whenever chip requests a single bit of data*/