diff options
Diffstat (limited to 'src/devices/machine/cs8221.h')
-rw-r--r-- | src/devices/machine/cs8221.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/machine/cs8221.h b/src/devices/machine/cs8221.h index c6e3778894e..63b3102d5e9 100644 --- a/src/devices/machine/cs8221.h +++ b/src/devices/machine/cs8221.h @@ -58,9 +58,9 @@ private: uint8_t m_address; bool m_address_valid; - const char *m_cputag = nullptr; - const char *m_isatag = nullptr; - const char *m_biostag = nullptr; + const char *m_cputag; + const char *m_isatag; + const char *m_biostag; uint8_t m_registers[0x10]; |