diff options
Diffstat (limited to 'src/mame/sharp/mz2500.h')
| -rw-r--r-- | src/mame/sharp/mz2500.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/sharp/mz2500.h b/src/mame/sharp/mz2500.h index 81a54014058..bcf11ce802e 100644 --- a/src/mame/sharp/mz2500.h +++ b/src/mame/sharp/mz2500.h @@ -42,8 +42,8 @@ public: m_pit(*this, "pit"), m_beeper(*this, "beeper"), m_gfxdecode(*this, "gfxdecode"), - m_fdc(*this, "mb8876"), - m_floppy(*this, "mb8876:%u", 0U), + m_fdc(*this, "fdc"), + m_floppy(*this, "fdc:%u", 0U), m_selected_floppy(nullptr), m_joy(*this, "joy%u", 1U), m_palette(*this, "palette"), |
