summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/tankbatt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/tankbatt.c')
-rw-r--r--src/mame/video/tankbatt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/tankbatt.c b/src/mame/video/tankbatt.c
index 1801e91ab8b..b63da82526b 100644
--- a/src/mame/video/tankbatt.c
+++ b/src/mame/video/tankbatt.c
@@ -17,7 +17,7 @@
***************************************************************************/
PALETTE_INIT( tankbatt )
{
- const UINT8 *color_prom = machine.region("proms")->base();
+ const UINT8 *color_prom = machine.root_device().memregion("proms")->base();
int i;
#define RES_1 0xc0 /* this is a guess */