summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/nbmj8688.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/nbmj8688.cpp')
-rw-r--r--src/mame/drivers/nbmj8688.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/mame/drivers/nbmj8688.cpp b/src/mame/drivers/nbmj8688.cpp
index 2486f59a0df..21f22017d76 100644
--- a/src/mame/drivers/nbmj8688.cpp
+++ b/src/mame/drivers/nbmj8688.cpp
@@ -44,8 +44,8 @@ TODO:
DRIVER_INIT_MEMBER(nbmj8688_state,mjcamera)
{
- UINT8 *rom = memregion("voice")->base() + 0x20000;
- UINT8 *prot = memregion("user1")->base();
+ uint8_t *rom = memregion("voice")->base() + 0x20000;
+ uint8_t *prot = memregion("user1")->base();
int i;
/* this is one possible way to rearrange the protection ROM data to get the
@@ -62,7 +62,7 @@ DRIVER_INIT_MEMBER(nbmj8688_state,mjcamera)
DRIVER_INIT_MEMBER(nbmj8688_state,kanatuen)
{
/* uses the same protection data as mjcamer, but a different check */
- UINT8 *rom = memregion("voice")->base() + 0x30000;
+ uint8_t *rom = memregion("voice")->base() + 0x30000;
rom[0x0004] = 0x09;
rom[0x0103] = 0x0e;
@@ -74,7 +74,7 @@ DRIVER_INIT_MEMBER(nbmj8688_state,kyuhito)
{
#if 1
/* uses the same protection data as ????, but a different check */
- UINT8 *rom = memregion("maincpu")->base();
+ uint8_t *rom = memregion("maincpu")->base();
rom[0x0149] = 0x00;
rom[0x014a] = 0x00;
@@ -84,8 +84,8 @@ DRIVER_INIT_MEMBER(nbmj8688_state,kyuhito)
DRIVER_INIT_MEMBER(nbmj8688_state,idhimitu)
{
- UINT8 *rom = memregion("voice")->base() + 0x20000;
- UINT8 *prot = memregion("user1")->base();
+ uint8_t *rom = memregion("voice")->base() + 0x20000;
+ uint8_t *prot = memregion("user1")->base();
int i;
/* this is one possible way to rearrange the protection ROM data to get the
@@ -101,8 +101,8 @@ DRIVER_INIT_MEMBER(nbmj8688_state,idhimitu)
DRIVER_INIT_MEMBER(nbmj8688_state,kaguya2)
{
- UINT8 *rom = memregion("voice")->base() + 0x20000;
- UINT8 *prot = memregion("user1")->base();
+ uint8_t *rom = memregion("voice")->base() + 0x20000;
+ uint8_t *prot = memregion("user1")->base();
int i;
/* this is one possible way to rearrange the protection ROM data to get the