summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bfmsys83.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/bfmsys83.cpp')
-rw-r--r--src/mame/drivers/bfmsys83.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/bfmsys83.cpp b/src/mame/drivers/bfmsys83.cpp
index 1fbed4b72c5..2a297628db9 100644
--- a/src/mame/drivers/bfmsys83.cpp
+++ b/src/mame/drivers/bfmsys83.cpp
@@ -15,7 +15,7 @@ public:
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu") { }
- UINT8 m_codec_data[256];
+ uint8_t m_codec_data[256];
required_device<cpu_device> m_maincpu;
};