summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/pingpong.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/pingpong.c')
-rw-r--r--src/mame/video/pingpong.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/pingpong.c b/src/mame/video/pingpong.c
index d721ad2acc3..c81d69c7c1f 100644
--- a/src/mame/video/pingpong.c
+++ b/src/mame/video/pingpong.c
@@ -32,7 +32,7 @@
***************************************************************************/
PALETTE_INIT( pingpong )
{
- const UINT8 *color_prom = machine.region("proms")->base();
+ const UINT8 *color_prom = machine.root_device().memregion("proms")->base();
int i;
/* allocate the colortable */