mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
C++20 has a feature that will allow us to avoid this... (nw)
This commit is contained in:
parent
8795d80808
commit
17b6f525de
@ -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 *
|
||||
|
Loading…
Reference in New Issue
Block a user