summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2018-05-02 15:57:11 +1000
committer Vas Crabb <vas@vastheman.com>2018-05-02 15:57:11 +1000
commit17b6f525de8a53af4ced344447d396cd3d991626 (patch)
tree0cf343ee6e985ab59d2863ba6e9e92f59fc4d0c4
parent8795d808087298025e66c818482f9d9b68968f1f (diff)
C++20 has a feature that will allow us to avoid this... (nw)
-rw-r--r--src/mame/drivers/goldngam.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/drivers/goldngam.cpp b/src/mame/drivers/goldngam.cpp
index 28d32063487..5a34493cd24 100644
--- a/src/mame/drivers/goldngam.cpp
+++ b/src/mame/drivers/goldngam.cpp
@@ -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 *