summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/tc0150rod.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/tc0150rod.h')
-rw-r--r--src/mame/video/tc0150rod.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/tc0150rod.h b/src/mame/video/tc0150rod.h
index 723e97dea7c..a6c2b653a64 100644
--- a/src/mame/video/tc0150rod.h
+++ b/src/mame/video/tc0150rod.h
@@ -20,7 +20,7 @@ protected:
private:
// internal state
std::vector<UINT16> m_ram;
- UINT16 *m_roadgfx;
+ required_region_ptr<UINT16> m_roadgfx;
};
extern const device_type TC0150ROD;