summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/nbmj8900.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/nbmj8900.cpp')
-rw-r--r--src/mame/drivers/nbmj8900.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/nbmj8900.cpp b/src/mame/drivers/nbmj8900.cpp
index b35348273a7..29712b4136b 100644
--- a/src/mame/drivers/nbmj8900.cpp
+++ b/src/mame/drivers/nbmj8900.cpp
@@ -36,7 +36,7 @@ TODO:
DRIVER_INIT_MEMBER(nbmj8900_state,ohpaipee)
{
#if 0
- UINT8 *prot = memregion("protdata")->base();
+ uint8_t *prot = memregion("protdata")->base();
int i;
/* this is one possible way to rearrange the protection ROM data to get the
@@ -65,7 +65,7 @@ DRIVER_INIT_MEMBER(nbmj8900_state,ohpaipee)
DRIVER_INIT_MEMBER(nbmj8900_state,togenkyo)
{
#if 0
- UINT8 *prot = memregion("protdata")->base();
+ uint8_t *prot = memregion("protdata")->base();
int i;
/* this is one possible way to rearrange the protection ROM data to get the