From 1c4821279797f853a6fd6c79e8a0517e80915b73 Mon Sep 17 00:00:00 2001 From: etabeta78 Date: Mon, 3 Nov 2014 10:59:47 +0100 Subject: fixed obvious typo. nw. --- src/emu/bus/dmv/k803.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emu/bus/dmv/k803.c b/src/emu/bus/dmv/k803.c index 0c3fb3ff421..4e57aea8280 100644 --- a/src/emu/bus/dmv/k803.c +++ b/src/emu/bus/dmv/k803.c @@ -53,7 +53,7 @@ dmv_k803_device::dmv_k803_device(const machine_config &mconfig, const char *tag, : device_t(mconfig, DMV_K803, "K803 RTC", tag, owner, clock, "dmv_k803", __FILE__), device_dmvslot_interface( mconfig, *this ), m_rtc(*this, "rtc"), - m_dsw(*this, "DWS") + m_dsw(*this, "DSW") { } -- cgit v1.2.3