summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/mcr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/mcr.c')
-rw-r--r--src/mame/audio/mcr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/mcr.c b/src/mame/audio/mcr.c
index edf94c1a3ae..a689c6b18fe 100644
--- a/src/mame/audio/mcr.c
+++ b/src/mame/audio/mcr.c
@@ -269,7 +269,7 @@ void mcr_sound_reset(void)
*/
static void ssio_compute_ay8910_modulation(void)
{
- UINT8 *prom = memory_region(Machine, RGNCLASS_PROMS, "proms");
+ UINT8 *prom = memory_region(Machine, "proms");
int volval;
/* loop over all possible values of the duty cycle */