summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/mquake.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mquake.cpp')
-rw-r--r--src/mame/drivers/mquake.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mquake.cpp b/src/mame/drivers/mquake.cpp
index f2bf1517e84..4f6c20ce618 100644
--- a/src/mame/drivers/mquake.cpp
+++ b/src/mame/drivers/mquake.cpp
@@ -60,7 +60,7 @@ public:
private:
required_device<es5503_device> m_es5503;
- required_region_ptr<UINT8> m_es5503_rom;
+ required_region_ptr<uint8_t> m_es5503_rom;
};