summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/v60/v60d.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/v60/v60d.cpp')
-rw-r--r--src/devices/cpu/v60/v60d.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/v60/v60d.cpp b/src/devices/cpu/v60/v60d.cpp
index a32268fc2b4..f30298080c3 100644
--- a/src/devices/cpu/v60/v60d.cpp
+++ b/src/devices/cpu/v60/v60d.cpp
@@ -26,7 +26,7 @@ static const char *const v60_reg_names[69] = {
"ADTMR1","Reserved","Reserved","Reserved"
};
-static const UINT8 *rombase;
+static const uint8_t *rombase;
static offs_t pcbase;
#define readop(a) rombase[(a) - pcbase]