summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/m107.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/m107.c')
-rw-r--r--src/mame/video/m107.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/m107.c b/src/mame/video/m107.c
index 9b030114485..70aa5b333f7 100644
--- a/src/mame/video/m107.c
+++ b/src/mame/video/m107.c
@@ -156,7 +156,7 @@ VIDEO_START( m107 )
static void draw_sprites(running_machine *machine, bitmap_t *bitmap, const rectangle *cliprect, int pri)
{
int offs;
- UINT8 *rom = memory_region(machine, RGNCLASS_USER, "user1");
+ UINT8 *rom = memory_region(machine, "user1");
for (offs = 0x800-4;offs >= 0;offs -= 4)
{