summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/dccons.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/dccons.h')
-rw-r--r--src/mame/includes/dccons.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/dccons.h b/src/mame/includes/dccons.h
index 47b47d72f6c..8c7d3ba7bb6 100644
--- a/src/mame/includes/dccons.h
+++ b/src/mame/includes/dccons.h
@@ -42,7 +42,7 @@ public:
// DECLARE_WRITE8_MEMBER( dc_flash_w );
private:
- UINT64 PDTRA, PCTRA;
+ uint64_t PDTRA, PCTRA;
emu_timer *atapi_timer;
int atapi_xferlen, atapi_xferbase;
};