summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/spy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/spy.cpp')
-rw-r--r--src/mame/drivers/spy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/spy.cpp b/src/mame/drivers/spy.cpp
index ea0ab417e67..1396d404b8c 100644
--- a/src/mame/drivers/spy.cpp
+++ b/src/mame/drivers/spy.cpp
@@ -464,7 +464,7 @@ WRITE8_MEMBER(spy_state::volume_callback1)
void spy_state::machine_start()
{
- UINT8 *ROM = memregion("maincpu")->base();
+ uint8_t *ROM = memregion("maincpu")->base();
membank("bank1")->configure_entries(0, 12, &ROM[0x10000], 0x2000);