summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pcat_dyn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pcat_dyn.cpp')
-rw-r--r--src/mame/drivers/pcat_dyn.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/pcat_dyn.cpp b/src/mame/drivers/pcat_dyn.cpp
index 700c817cc43..8b3dc32570d 100644
--- a/src/mame/drivers/pcat_dyn.cpp
+++ b/src/mame/drivers/pcat_dyn.cpp
@@ -47,7 +47,7 @@ public:
required_device<isa8_device> m_isabus;
required_memory_bank m_prgbank;
required_memory_bank m_nvram_bank;
- std::vector<UINT8> m_nvram_mem;
+ std::vector<uint8_t> m_nvram_mem;
DECLARE_WRITE8_MEMBER(bank1_w);
DECLARE_WRITE8_MEMBER(bank2_w);
DECLARE_READ8_MEMBER(audio_r);