summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/nc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/nc.h')
-rw-r--r--src/mame/includes/nc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/nc.h b/src/mame/includes/nc.h
index cd214790b58..bf223001273 100644
--- a/src/mame/includes/nc.h
+++ b/src/mame/includes/nc.h
@@ -107,7 +107,7 @@ protected: // HACK FOR MC6845
required_device<i8251_device> m_uart;
required_device<clock_device> m_uart_clock;
required_device<nvram_device> m_nvram;
- required_device<upd765a_device> m_fdc;
+ optional_device<upd765a_device> m_fdc;
char m_memory_config[4];
emu_timer *m_keyboard_timer;