summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gladiatr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gladiatr.cpp')
-rw-r--r--src/mame/drivers/gladiatr.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/gladiatr.cpp b/src/mame/drivers/gladiatr.cpp
index 2c82af4487a..2fdda445943 100644
--- a/src/mame/drivers/gladiatr.cpp
+++ b/src/mame/drivers/gladiatr.cpp
@@ -949,7 +949,7 @@ ROM_START( gcastle )
ROM_END
-void gladiatr_state::swap_block(UINT8 *src1,UINT8 *src2,int len)
+void gladiatr_state::swap_block(uint8_t *src1,uint8_t *src2,int len)
{
int i,t;
@@ -963,7 +963,7 @@ void gladiatr_state::swap_block(UINT8 *src1,UINT8 *src2,int len)
DRIVER_INIT_MEMBER(gladiatr_state,gladiatr)
{
- UINT8 *rom;
+ uint8_t *rom;
int i,j;
rom = memregion("gfx2")->base();
@@ -1014,7 +1014,7 @@ READ8_MEMBER(gladiatr_state::ppking_f6a3_r)
DRIVER_INIT_MEMBER(gladiatr_state,ppking)
{
- UINT8 *rom;
+ uint8_t *rom;
int i,j;
rom = memregion("gfx2")->base();