summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/astrocde.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/astrocde.h')
-rw-r--r--src/mame/includes/astrocde.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/astrocde.h b/src/mame/includes/astrocde.h
index 5e89a5a7d03..5dbfdbe43c3 100644
--- a/src/mame/includes/astrocde.h
+++ b/src/mame/includes/astrocde.h
@@ -43,7 +43,7 @@ WRITE8_HANDLER( profpac_screenram_ctrl_w );
/*----------- defined in audio/wow.c -----------*/
-extern const char *wow_sample_names[];
+extern const char *const wow_sample_names[];
READ8_HANDLER( wow_speech_r );
UINT32 wow_speech_status_r(void *param);
@@ -51,7 +51,7 @@ UINT32 wow_speech_status_r(void *param);
/*----------- defined in audio/gorf.c -----------*/
-extern const char *gorf_sample_names[];
+extern const char *const gorf_sample_names[];
READ8_HANDLER( gorf_speech_r );
UINT32 gorf_speech_status_r(void *param);