summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/arcadia.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/arcadia.cpp')
-rw-r--r--src/mame/drivers/arcadia.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/arcadia.cpp b/src/mame/drivers/arcadia.cpp
index a68f6d8105c..c1386db9654 100644
--- a/src/mame/drivers/arcadia.cpp
+++ b/src/mame/drivers/arcadia.cpp
@@ -676,16 +676,16 @@ ROM_END
DRIVER_INIT_MEMBER(arcadia_state,arcadia)
{
int i;
- UINT8 *gfx=memregion("gfx1")->base();
+ uint8_t *gfx=memregion("gfx1")->base();
for (i=0; i<256; i++) gfx[i]=i;
#if 0
// this is here to allow developement of some simple testroutines
// for a real console
{
- UINT8 *rom=memregion("maincpu")->base();
+ uint8_t *rom=memregion("maincpu")->base();
/* this is a simple routine to display all rom characters
on the display for a snapshot */
- static const UINT8 prog[]={ // address 0 of course
+ static const uint8_t prog[]={ // address 0 of course
0x20, // eorz, 0
0x1b, 0x01, // bctr,a $0004
0x17, // retc a