diff options
Diffstat (limited to 'src/devices/cpu/z80/ky80.h')
-rw-r--r-- | src/devices/cpu/z80/ky80.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/cpu/z80/ky80.h b/src/devices/cpu/z80/ky80.h index fce065a9c8f..2f5cef749f2 100644 --- a/src/devices/cpu/z80/ky80.h +++ b/src/devices/cpu/z80/ky80.h @@ -31,8 +31,8 @@ protected: private: // internal address maps - void internal_ram(address_map &map); - void internal_io(address_map &map); + void internal_ram(address_map &map) ATTR_COLD; + void internal_io(address_map &map) ATTR_COLD; }; |