summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/speedspn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/speedspn.cpp')
-rw-r--r--src/mame/drivers/speedspn.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/speedspn.cpp b/src/mame/drivers/speedspn.cpp
index 7fe4e785821..24fc6a2ccb9 100644
--- a/src/mame/drivers/speedspn.cpp
+++ b/src/mame/drivers/speedspn.cpp
@@ -256,7 +256,7 @@ GFXDECODE_END
void speedspn_state::machine_start()
{
/* is this weird banking some form of protection? */
- UINT8 *rom = memregion("maincpu")->base();
+ uint8_t *rom = memregion("maincpu")->base();
m_prgbank->configure_entry(0, &rom[0x28000]);
m_prgbank->configure_entry(1, &rom[0x14000]);
m_prgbank->configure_entry(2, &rom[0x1c000]);