Fix build (nw)
This commit is contained in:
parent
607f89615d
commit
229aeb507b
@ -65,6 +65,8 @@ const tiny_rom_entry *nubus_radiustpd_device::device_rom_region() const
|
|||||||
nubus_radiustpd_device::nubus_radiustpd_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :
|
nubus_radiustpd_device::nubus_radiustpd_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :
|
||||||
nubus_radiustpd_device(mconfig, NUBUS_RADIUSTPD, tag, owner, clock)
|
nubus_radiustpd_device(mconfig, NUBUS_RADIUSTPD, tag, owner, clock)
|
||||||
{
|
{
|
||||||
|
(void)m_toggle;
|
||||||
|
(void)&m_colors[0];
|
||||||
}
|
}
|
||||||
|
|
||||||
nubus_radiustpd_device::nubus_radiustpd_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock) :
|
nubus_radiustpd_device::nubus_radiustpd_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock) :
|
||||||
|
@ -60,6 +60,7 @@ const tiny_rom_entry *nubus_cb264se30_device::device_rom_region() const
|
|||||||
nubus_cb264se30_device::nubus_cb264se30_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :
|
nubus_cb264se30_device::nubus_cb264se30_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :
|
||||||
nubus_cb264se30_device(mconfig, PDS030_CB264SE30, tag, owner, clock)
|
nubus_cb264se30_device(mconfig, PDS030_CB264SE30, tag, owner, clock)
|
||||||
{
|
{
|
||||||
|
(void)m_toggle;
|
||||||
}
|
}
|
||||||
|
|
||||||
nubus_cb264se30_device::nubus_cb264se30_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock) :
|
nubus_cb264se30_device::nubus_cb264se30_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock) :
|
||||||
|
@ -60,6 +60,7 @@ const tiny_rom_entry *nubus_lview_device::device_rom_region() const
|
|||||||
nubus_lview_device::nubus_lview_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :
|
nubus_lview_device::nubus_lview_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :
|
||||||
nubus_lview_device(mconfig, PDS030_LVIEW, tag, owner, clock)
|
nubus_lview_device(mconfig, PDS030_LVIEW, tag, owner, clock)
|
||||||
{
|
{
|
||||||
|
(void)m_toggle;
|
||||||
}
|
}
|
||||||
|
|
||||||
nubus_lview_device::nubus_lview_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock) :
|
nubus_lview_device::nubus_lview_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock) :
|
||||||
|
Loading…
Reference in New Issue
Block a user