summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/taito_f2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/taito_f2.cpp')
-rw-r--r--src/mame/drivers/taito_f2.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/taito_f2.cpp b/src/mame/drivers/taito_f2.cpp
index 54dec410de0..aabd6d7326a 100644
--- a/src/mame/drivers/taito_f2.cpp
+++ b/src/mame/drivers/taito_f2.cpp
@@ -5504,9 +5504,9 @@ ROM_END
DRIVER_INIT_MEMBER(taitof2_state,finalb)
{
int i;
- UINT8 data;
- UINT32 offset;
- UINT8 *gfx = memregion("gfx2")->base();
+ uint8_t data;
+ uint32_t offset;
+ uint8_t *gfx = memregion("gfx2")->base();
offset = 0x100000;
for (i = 0x180000; i < 0x200000; i++)
@@ -5540,7 +5540,7 @@ DRIVER_INIT_MEMBER(taitof2_state,cameltry)
DRIVER_INIT_MEMBER(taitof2_state,mjnquest)
{
int i, len = memregion("gfx2")->bytes();
- UINT8 *gfx = memregion("gfx2")->base();
+ uint8_t *gfx = memregion("gfx2")->base();
/* the bytes in each longword are in reversed order, put them in the
order used by the other games. */