mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
Fixed compile (nw)
This commit is contained in:
parent
5b600eac2c
commit
0d1e514f64
@ -1832,7 +1832,6 @@ READ16_MEMBER( dcs_audio_device::adsp_control_r )
|
||||
|
||||
WRITE16_MEMBER(dcs_audio_device:: adsp_control_w )
|
||||
{
|
||||
uint16_t data_change = data ^ m_control_regs[offset];
|
||||
m_control_regs[offset] = data;
|
||||
|
||||
switch (offset)
|
||||
|
@ -361,8 +361,8 @@ public:
|
||||
|
||||
void update_sio_irqs();
|
||||
|
||||
DECLARE_WRITE_LINE_MEMBER(vegas_state::watchdog_reset);
|
||||
DECLARE_WRITE_LINE_MEMBER(vegas_state::watchdog_irq);
|
||||
DECLARE_WRITE_LINE_MEMBER(watchdog_reset);
|
||||
DECLARE_WRITE_LINE_MEMBER(watchdog_irq);
|
||||
DECLARE_WRITE32_MEMBER(timekeeper_w);
|
||||
DECLARE_READ32_MEMBER(timekeeper_r);
|
||||
void reset_sio(void);
|
||||
|
Loading…
Reference in New Issue
Block a user