diff options
Diffstat (limited to 'src/mame/drivers/xbox.cpp')
-rw-r--r-- | src/mame/drivers/xbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/xbox.cpp b/src/mame/drivers/xbox.cpp index 51a927a335a..bcc5ffbdf46 100644 --- a/src/mame/drivers/xbox.cpp +++ b/src/mame/drivers/xbox.cpp @@ -147,7 +147,7 @@ void xbox_state::machine_reset() { ata_mass_storage_device *devh; atapi_cdrom_device *devc; - UINT16 *id; + uint16_t *id; // set some neede parameters devh = machine().device<ata_mass_storage_device>("ide:0:hdd"); |