sys9002: removed no-longer-needed comment

This commit is contained in:
Robbbert 2020-07-25 03:18:02 +10:00
parent fe529afa8e
commit 0124a1a044

View File

@ -71,7 +71,7 @@ void sys9002_state::io_map(address_map &map)
{
map.unmap_value_high();
map.global_mask(0xff);
map(0x04, 0x04).rw("crtc", FUNC(mc6845_device::status_r), FUNC(mc6845_device::address_w)); // left commented out as mame freezes after about 2 seconds
map(0x04, 0x04).rw("crtc", FUNC(mc6845_device::status_r), FUNC(mc6845_device::address_w));
map(0x05, 0x05).rw("crtc", FUNC(mc6845_device::register_r), FUNC(mc6845_device::register_w));
map(0x08, 0x09).rw("uart1", FUNC(i8251_device::read), FUNC(i8251_device::write));
map(0x10, 0x11).r(FUNC(sys9002_state::port11_r)); //nopr(); // continuous read