summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/dccons.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/dccons.cpp')
-rw-r--r--src/mame/machine/dccons.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/dccons.cpp b/src/mame/machine/dccons.cpp
index 0a0792c14d6..cc040d07456 100644
--- a/src/mame/machine/dccons.cpp
+++ b/src/mame/machine/dccons.cpp
@@ -40,7 +40,7 @@ WRITE_LINE_MEMBER(dc_cons_state::ata_interrupt)
TIMER_CALLBACK_MEMBER(dc_cons_state::atapi_xfer_end )
{
- UINT8 sector_buffer[ 4096 ];
+ uint8_t sector_buffer[ 4096 ];
atapi_timer->adjust(attotime::never);