mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
compile fix (nw)
This commit is contained in:
parent
f2bff83b3d
commit
bca2a842db
@ -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"),
|
||||
|
Loading…
Reference in New Issue
Block a user