summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/stactics.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/stactics.c')
-rw-r--r--src/mame/video/stactics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/stactics.c b/src/mame/video/stactics.c
index d77371bab4e..8755dfa8b30 100644
--- a/src/mame/video/stactics.c
+++ b/src/mame/video/stactics.c
@@ -312,7 +312,7 @@ static void set_indicator_leds(int data, const char *output_name, int base_index
static void update_artwork(running_machine *machine, stactics_state *state)
{
int i;
- UINT8 *beam_region = memory_region(machine, RGNCLASS_USER, "user1");
+ UINT8 *beam_region = memory_region(machine, "user1");
/* set the lamps first */
output_set_indexed_value("base_lamp", 4, state->lamps[0] & 0x01);