summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/rm380z.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/rm380z.cpp')
-rw-r--r--src/mame/machine/rm380z.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/rm380z.cpp b/src/mame/machine/rm380z.cpp
index 966eaf61590..2a3aa0690ab 100644
--- a/src/mame/machine/rm380z.cpp
+++ b/src/mame/machine/rm380z.cpp
@@ -287,7 +287,7 @@ void rm380z_state::machine_reset()
memset(m_vram,0,RM380Z_SCREENSIZE);
config_memory_map();
- machine().device("wd1771")->reset();
+ m_fdc->reset();
init_graphic_chars();
}