diff options
Diffstat (limited to 'src/mame/sgi/iris_power.cpp')
-rw-r--r-- | src/mame/sgi/iris_power.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/sgi/iris_power.cpp b/src/mame/sgi/iris_power.cpp index 7ab03b1fe1a..e75204a79a5 100644 --- a/src/mame/sgi/iris_power.cpp +++ b/src/mame/sgi/iris_power.cpp @@ -48,7 +48,7 @@ public: void ip15(machine_config &config); protected: - void mem_map(address_map &map); + void mem_map(address_map &map) ATTR_COLD; required_device<r3000_device> m_maincpu; }; |