mirror of
https://github.com/holub/mame
synced 2025-04-20 15:32:45 +03:00
maciifx: fix GCC compile. [R. Belmont]
This commit is contained in:
parent
cbf6585997
commit
6b1cf91a1f
@ -104,7 +104,6 @@ private:
|
||||
|
||||
void phases_w(uint8_t phases);
|
||||
void devsel_w(uint8_t devsel);
|
||||
WRITE_LINE_MEMBER(hdsel_w);
|
||||
|
||||
uint32_t biu_r(offs_t offset, uint32_t mem_mask = ~0);
|
||||
void biu_w(offs_t offset, uint32_t data, uint32_t mem_mask = ~0);
|
||||
@ -381,18 +380,6 @@ void maciifx_state::devsel_w(uint8_t devsel)
|
||||
m_cur_floppy->ss_w(m_hdsel);
|
||||
}
|
||||
|
||||
WRITE_LINE_MEMBER(maciifx_state::hdsel_w)
|
||||
{
|
||||
if (state != m_hdsel)
|
||||
{
|
||||
if (m_cur_floppy)
|
||||
{
|
||||
m_cur_floppy->ss_w(state);
|
||||
}
|
||||
}
|
||||
m_hdsel = state;
|
||||
}
|
||||
|
||||
uint32_t maciifx_state::biu_r(offs_t offset, uint32_t mem_mask)
|
||||
{
|
||||
// printf("biu_r @ %x, mask %08x\n", offset, mem_mask);
|
||||
|
Loading…
Reference in New Issue
Block a user