mirror of
https://github.com/holub/mame
synced 2025-06-05 20:33:45 +03:00
hawk: Improve I/O map a little (nw)
This commit is contained in:
parent
68e3a108bc
commit
b7be8d7af9
@ -62,10 +62,11 @@ private:
|
||||
void hawk_state::hawk_io(address_map &map)
|
||||
{
|
||||
map.unmap_value_high();
|
||||
//map.global_mask(0xff);
|
||||
//map(0x18, 0x18).nopw();
|
||||
//map(0x40, 0x4f).rw("rtc", FUNC(msm6242_device::read), FUNC(msm6242_device::write));
|
||||
//map(0xcd, 0xcd).noprw(); // 0x00
|
||||
map(0x0010, 0x0010).mirror(0xff00).nopw();
|
||||
map(0x0018, 0x0018).nopw();
|
||||
map(0x003f, 0x003f).nopw();
|
||||
map(0x0080, 0x00bf).noprw(); // Z180 internal registers
|
||||
map(0x00c0, 0x00cf).mirror(0xff00).rw("rtc", FUNC(msm6242_device::read), FUNC(msm6242_device::write));
|
||||
}
|
||||
|
||||
void hawk_state::hawk_mem(address_map &map)
|
||||
|
Loading…
Reference in New Issue
Block a user