compile fix (nw)

This commit is contained in:
Miodrag Milanovic 2016-04-03 15:01:15 +02:00
parent f2bff83b3d
commit bca2a842db

View File

@ -175,6 +175,7 @@ machine_config_constructor comx_clm_device::device_mconfig_additions() const
comx_clm_device::comx_clm_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) :
device_t(mconfig, COMX_CLM, "COMX 80 Column Card", tag, owner, clock, "comx_clm", __FILE__),
device_comx_expansion_card_interface(mconfig, *this),
device_gfx_interface(mconfig, *this, nullptr, "palette"),
m_crtc(*this, MC6845_TAG),
m_palette(*this, "palette"),
m_rom(*this, "c000"),