summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/pipbug.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pipbug.cpp')
-rw-r--r--src/mame/drivers/pipbug.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/pipbug.cpp b/src/mame/drivers/pipbug.cpp
index 9088b21663f..8b754ccc075 100644
--- a/src/mame/drivers/pipbug.cpp
+++ b/src/mame/drivers/pipbug.cpp
@@ -96,7 +96,7 @@ QUICKLOAD_LOAD_MEMBER( pipbug_state, pipbug )
int quick_addr = 0x440;
int exec_addr;
int quick_length;
- std::vector<UINT8> quick_data;
+ std::vector<uint8_t> quick_data;
int read_;
image_init_result result = image_init_result::FAIL;