summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/gba.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/gba.h')
-rw-r--r--src/mess/includes/gba.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/includes/gba.h b/src/mess/includes/gba.h
index 451fc10f293..8b46427b45b 100644
--- a/src/mess/includes/gba.h
+++ b/src/mess/includes/gba.h
@@ -268,7 +268,7 @@ public:
void draw_modes(int mode, int submode, int y, UINT32* line0, UINT32* line1, UINT32* line2, UINT32* line3, UINT32* lineOBJ, UINT32* lineOBJWin, UINT32* lineMix, int bpp);
protected:
- required_memory_region m_region_maincpu;
+ required_region_ptr<UINT32> m_region_maincpu;
required_ioport m_io_inputs;
required_ioport m_bios_hack;
};