mirror of
https://github.com/holub/mame
synced 2025-04-20 23:42:22 +03:00
sys9002: removed no-longer-needed comment
This commit is contained in:
parent
fe529afa8e
commit
0124a1a044
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user