summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/timeplt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/timeplt.h')
-rw-r--r--src/mame/audio/timeplt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/timeplt.h b/src/mame/audio/timeplt.h
index b784e846b80..d9bee89f2e4 100644
--- a/src/mame/audio/timeplt.h
+++ b/src/mame/audio/timeplt.h
@@ -2,5 +2,5 @@ ADDRESS_MAP_EXTERN(timeplt_sound_readmem);
ADDRESS_MAP_EXTERN(timeplt_sound_writemem);
ADDRESS_MAP_EXTERN(locomotn_sound_readmem);
ADDRESS_MAP_EXTERN(locomotn_sound_writemem);
-extern struct AY8910interface timeplt_ay8910_interface;
+extern const struct AY8910interface timeplt_ay8910_interface;
WRITE8_HANDLER( timeplt_sh_irqtrigger_w );