diff options
Diffstat (limited to 'src/devices/bus/isa/chessmdr.h')
-rw-r--r-- | src/devices/bus/isa/chessmdr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/isa/chessmdr.h b/src/devices/bus/isa/chessmdr.h index 536f72ebb4e..9f5d1bf270f 100644 --- a/src/devices/bus/isa/chessmdr.h +++ b/src/devices/bus/isa/chessmdr.h @@ -34,7 +34,7 @@ protected: private: required_device<chessmachine_device> m_chessm; - bool m_installed = false; + bool m_installed; uint8_t chessmdr_r(offs_t offset); void chessmdr_w(offs_t offset, uint8_t data); |