summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/segag80v.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/segag80v.c')
-rw-r--r--src/mame/video/segag80v.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/segag80v.c b/src/mame/video/segag80v.c
index ff902c41334..17f713876f3 100644
--- a/src/mame/video/segag80v.c
+++ b/src/mame/video/segag80v.c
@@ -112,7 +112,7 @@ INLINE int adjust_xy(int rawx, int rawy, int *outx, int *outy)
static void sega_generate_vector_list(running_machine *machine)
{
- UINT8 *sintable = memory_region(machine, RGNCLASS_PROMS, "proms");
+ UINT8 *sintable = memory_region(machine, "proms");
double total_time = 1.0 / (double)IRQ_CLOCK;
UINT16 symaddr = 0;