From 7c1de9f9c4eee1bb0cb454e06fa270bd8b207716 Mon Sep 17 00:00:00 2001 From: Robbbert Date: Sat, 17 Nov 2018 00:42:17 +1100 Subject: (nw) lb4: removed unneeded comment --- src/mame/drivers/lb4.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mame/drivers/lb4.cpp b/src/mame/drivers/lb4.cpp index 8205fddbdab..3e50d948b14 100644 --- a/src/mame/drivers/lb4.cpp +++ b/src/mame/drivers/lb4.cpp @@ -65,7 +65,6 @@ private: void lb4_state::mem_map(address_map &map) { - // There are what look like RAM reads/writes from 0000-03ff, but also accesses which look like attempts to talk to a device. map(0x0000, 0x03ff).ram(); map(0x2800, 0x2803).rw(m_ctc, FUNC(z80ctc_device::read), FUNC(z80ctc_device::write)); //map(0x3800, 0x3800).w // many writes of 43 and C3 -- cgit v1.2.3