summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/atarirle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/atarirle.h')
-rw-r--r--src/mame/video/atarirle.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/video/atarirle.h b/src/mame/video/atarirle.h
index 5cf65931d04..86b07c598a9 100644
--- a/src/mame/video/atarirle.h
+++ b/src/mame/video/atarirle.h
@@ -159,8 +159,7 @@ private:
sprite_parameter m_vrammask; // mask for the VRAM target
// ROM information
- const UINT16 * m_rombase; // pointer to the base of the GFX ROM
- int m_romlength; // length of the GFX ROM
+ required_region_ptr<UINT16> m_rombase; // pointer to the base of the GFX ROM
int m_objectcount; // number of objects in the ROM
std::vector<object_info> m_info; // list of info records