summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/tmnt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/tmnt.h')
-rw-r--r--src/mame/includes/tmnt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/tmnt.h b/src/mame/includes/tmnt.h
index 95baf1e8cba..5b734d7c3cb 100644
--- a/src/mame/includes/tmnt.h
+++ b/src/mame/includes/tmnt.h
@@ -26,7 +26,7 @@ public:
tmnt_state(const machine_config &mconfig, device_type type, const char *tag) :
driver_device(mconfig, type, tag),
m_spriteram(*this, "spriteram"),
- m_tmnt2_rom(*this, "tmnt2_rom"),
+ m_tmnt2_rom(*this, "maincpu"),
m_sunset_104000(*this, "sunset_104000"),
m_tmnt2_1c0800(*this, "tmnt2_1c0800"),
m_maincpu(*this, "maincpu"),
@@ -71,7 +71,7 @@ protected:
/* memory pointers */
optional_shared_ptr<uint16_t> m_spriteram;
- optional_shared_ptr<uint16_t> m_tmnt2_rom;
+ required_memory_region m_tmnt2_rom;
optional_shared_ptr<uint16_t> m_sunset_104000;
optional_shared_ptr<uint16_t> m_tmnt2_1c0800;