From bdc96c8ea5c910cf316cdc65e7e20a747029b51f Mon Sep 17 00:00:00 2001 From: holub Date: Wed, 25 Sep 2024 12:35:29 -0400 Subject: Added ATTR_COLD to common lifecycle methods for many files in src/mame. (#12789) --- src/mame/venture/spcforce.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mame/venture/spcforce.cpp') diff --git a/src/mame/venture/spcforce.cpp b/src/mame/venture/spcforce.cpp index 101a5a479e1..50beb531a51 100644 --- a/src/mame/venture/spcforce.cpp +++ b/src/mame/venture/spcforce.cpp @@ -72,7 +72,7 @@ public: void spcforce(machine_config &config); protected: - virtual void machine_start() override; + virtual void machine_start() override ATTR_COLD; private: void sn76496_latch_w(uint8_t data); @@ -88,8 +88,8 @@ private: uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect); - void main_map(address_map &map); - void sound_map(address_map &map); + void main_map(address_map &map) ATTR_COLD; + void sound_map(address_map &map) ATTR_COLD; required_device m_maincpu; required_device m_mainlatch; -- cgit v1.2.3-70-g09d2