diff options
Diffstat (limited to 'src/mame/trs/dgnalpha.cpp')
-rw-r--r-- | src/mame/trs/dgnalpha.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/trs/dgnalpha.cpp b/src/mame/trs/dgnalpha.cpp index 37514c80ced..e0a7ddeb2d2 100644 --- a/src/mame/trs/dgnalpha.cpp +++ b/src/mame/trs/dgnalpha.cpp @@ -122,7 +122,7 @@ private: void fdc_intrq_w(int state); void fdc_drq_w(int state); - void dgnalpha_io1(address_map &map); + void dgnalpha_io1(address_map &map) ATTR_COLD; required_device<pia6821_device> m_pia_2; required_device<ay8912_device> m_ay8912; |