diff options
| author | 2014-10-21 18:25:52 +0200 | |
|---|---|---|
| committer | 2014-10-21 18:25:52 +0200 | |
| commit | 417d79d5626c3414abee932ffee96aef41666fde (patch) | |
| tree | 149840ebeb9f20aa89953a1db03ad2240b367a22 | |
| parent | 63fc82e7f140df8fceecf577ebec3bce530904cc (diff) | |
Fixed cchance and champbwl validation (nw)
| -rw-r--r-- | src/mame/includes/tnzs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/tnzs.h b/src/mame/includes/tnzs.h index 0da488dad98..31ac67c3ee3 100644 --- a/src/mame/includes/tnzs.h +++ b/src/mame/includes/tnzs.h @@ -117,5 +117,5 @@ public: optional_device<dac_device> m_dac; optional_device<samples_device> m_samples; required_device<palette_device> m_palette; - required_device<address_map_bank_device> m_mainbank; + optional_device<address_map_bank_device> m_mainbank; }; |
