summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/gng.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gng.cpp')
-rw-r--r--src/mame/drivers/gng.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gng.cpp b/src/mame/drivers/gng.cpp
index 21b0b3b6c14..656aa49b122 100644
--- a/src/mame/drivers/gng.cpp
+++ b/src/mame/drivers/gng.cpp
@@ -305,7 +305,7 @@ GFXDECODE_END
void gng_state::machine_start()
{
- UINT8 *rombase = memregion("maincpu")->base();
+ uint8_t *rombase = memregion("maincpu")->base();
membank("bank1")->configure_entries(0, 4, &rombase[0x10000], 0x2000);
membank("bank1")->configure_entry(4, &rombase[0x4000]);