diff options
Diffstat (limited to 'src/mame/drivers/mappy.cpp')
-rw-r--r-- | src/mame/drivers/mappy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mappy.cpp b/src/mame/drivers/mappy.cpp index 92c8cc959c8..090a46a8d81 100644 --- a/src/mame/drivers/mappy.cpp +++ b/src/mame/drivers/mappy.cpp @@ -577,7 +577,7 @@ TODO: /***************************************************************************/ -void mappy_state::common_latch_w(UINT32 offset) +void mappy_state::common_latch_w(uint32_t offset) { int bit = offset & 1; |