summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bishi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/bishi.cpp')
-rw-r--r--src/mame/drivers/bishi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/bishi.cpp b/src/mame/drivers/bishi.cpp
index a9de3729ea9..77feb8f19be 100644
--- a/src/mame/drivers/bishi.cpp
+++ b/src/mame/drivers/bishi.cpp
@@ -129,7 +129,7 @@ READ16_MEMBER(bishi_state::bishi_mirror_r)
READ16_MEMBER(bishi_state::bishi_K056832_rom_r)
{
- UINT16 ouroffs;
+ uint16_t ouroffs;
ouroffs = (offset >> 1) * 8;
if (offset & 1)