diff options
Diffstat (limited to 'src/mame/funworld/photoplysx.cpp')
-rw-r--r-- | src/mame/funworld/photoplysx.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/funworld/photoplysx.cpp b/src/mame/funworld/photoplysx.cpp index 9e4826e350c..2cbcc9ef453 100644 --- a/src/mame/funworld/photoplysx.cpp +++ b/src/mame/funworld/photoplysx.cpp @@ -43,7 +43,7 @@ public: private: required_device<cpu_device> m_maincpu; - void photoplaysx_map(address_map &map); + void photoplaysx_map(address_map &map) ATTR_COLD; }; void photoplaysx_state::photoplaysx_map(address_map &map) |