diff options
author | 2013-04-13 16:26:57 +0000 | |
---|---|---|
committer | 2013-04-13 16:26:57 +0000 | |
commit | 52aade5b8cadce5528d0b09998f7b6d3b5da995c (patch) | |
tree | 0d24c65e24f82a1be6fa3c6c5c101051a694c954 /src | |
parent | 6b009f2c49044507e9814b0316bcf5eb2a6b0e29 (diff) |
should be required (nw)
Diffstat (limited to 'src')
-rw-r--r-- | src/mame/includes/hcastle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/hcastle.h b/src/mame/includes/hcastle.h index 6e801e065dd..3be971a8aa4 100644 --- a/src/mame/includes/hcastle.h +++ b/src/mame/includes/hcastle.h @@ -43,7 +43,7 @@ public: required_device<cpu_device> m_audiocpu; required_device<k007121_device> m_k007121_1; required_device<k007121_device> m_k007121_2; - optional_device<k007232_device> m_k007232; + required_device<k007232_device> m_k007232; DECLARE_WRITE8_MEMBER(hcastle_bankswitch_w); DECLARE_WRITE8_MEMBER(hcastle_soundirq_w); |