summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/tunhunt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/tunhunt.c')
-rw-r--r--src/mame/video/tunhunt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/tunhunt.c b/src/mame/video/tunhunt.c
index 7d08d6dce42..1b6e94325a3 100644
--- a/src/mame/video/tunhunt.c
+++ b/src/mame/video/tunhunt.c
@@ -155,7 +155,7 @@ static void set_pens(running_machine &machine)
0020: 00 f0 f0 f0 b0 b0 00 f0
00 f0 f0 00 b0 00 f0 f0
*/
- //const UINT8 *color_prom = machine.region( "proms" )->base();
+ //const UINT8 *color_prom = machine.root_device().memregion( "proms" )->base();
tunhunt_state *state = machine.driver_data<tunhunt_state>();
int color;
int shade;