summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/hexa.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/hexa.c')
-rw-r--r--src/mame/video/hexa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/hexa.c b/src/mame/video/hexa.c
index 1d68ceb79d9..305e113bdd2 100644
--- a/src/mame/video/hexa.c
+++ b/src/mame/video/hexa.c
@@ -19,7 +19,7 @@ WRITE8_HANDLER( hexa_videoram_w )
WRITE8_HANDLER( hexa_d008_w )
{
- UINT8 *RAM = memory_region(machine, RGNCLASS_CPU, "main");
+ UINT8 *RAM = memory_region(machine, "main");
int bankaddress;
/* bit 0 = flipx (or y?) */