C++20 has a feature that will allow us to avoid this... (nw)

This commit is contained in:
Vas Crabb 2018-05-02 15:57:11 +10:00
parent 8795d80808
commit 17b6f525de

View File

@ -273,6 +273,8 @@ private:
optional_device_array<mc68681_device, 2> m_duart;
};
constexpr int goldngam_state::MOVIECRD_DUART1_IRQ;
constexpr int goldngam_state::MOVIECRD_DUART2_IRQ;
/*************************
* Video Hardware *