summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2018-06-30 22:33:49 -0400
committer AJR <ajrhacker@users.noreply.github.com>2018-06-30 22:33:49 -0400
commit88480a7c3ab2147b86a81758259a9099df196ad0 (patch)
tree13358d5f17ab99483cbe8c125ae966412774df05
parentee3116f4e27e65af0b0ba2d94576ece8ef9d0b91 (diff)
nc.cpp: Fix validation (nw)
-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;