summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/xerox820.h
diff options
context:
space:
mode:
author Curt Coder <curtcoder@mail.com>2013-01-01 19:49:38 +0000
committer Curt Coder <curtcoder@mail.com>2013-01-01 19:49:38 +0000
commit6034e2bceb42f7d9926d31abe3dceaaf512e15a8 (patch)
tree9e558eec7c5cb32b94fd97ea1fe9fb18b278ee16 /src/mess/includes/xerox820.h
parent14a9ce97cd06dd765d6c1362ec0ed6c65f887bd8 (diff)
(MESS) xerox820: Fixed MT#5068. [Curt Coder]
Diffstat (limited to 'src/mess/includes/xerox820.h')
-rw-r--r--src/mess/includes/xerox820.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/includes/xerox820.h b/src/mess/includes/xerox820.h
index 06c13ace8c5..8480a766eee 100644
--- a/src/mess/includes/xerox820.h
+++ b/src/mess/includes/xerox820.h
@@ -59,7 +59,7 @@ public:
required_device<cpu_device> m_maincpu;
required_device<z80pio_device> m_kbpio;
required_device<z80ctc_device> m_ctc;
- required_device<fd1771_t> m_fdc;
+ required_device<wd_fdc_t> m_fdc;
required_device<ram_device> m_ram;
required_device<floppy_connector> m_floppy0;
required_device<floppy_connector> m_floppy1;