mirror of
https://github.com/holub/mame
synced 2025-10-07 17:27:06 +03:00
(nw) fixed validation of cru
This commit is contained in:
parent
e91d8e6939
commit
aeba8b4168
@ -74,7 +74,7 @@ void nsm_state::nsm_io_map(address_map &map)
|
|||||||
map(0x0600, 0x061f).r(FUNC(nsm_state::ff_r)); // sum of analog outputs of ay2
|
map(0x0600, 0x061f).r(FUNC(nsm_state::ff_r)); // sum of analog outputs of ay2
|
||||||
//map(0x0700, 0x071f).nopr(); // serial data in
|
//map(0x0700, 0x071f).nopr(); // serial data in
|
||||||
map(0x1ee0, 0x1efb).nopw();
|
map(0x1ee0, 0x1efb).nopw();
|
||||||
map(0xfe40, 0xfff0).nopr();
|
map(0xfe40, 0xfff1).nopr();
|
||||||
map(0xff60, 0xff7f).w(FUNC(nsm_state::cru_w));
|
map(0xff60, 0xff7f).w(FUNC(nsm_state::cru_w));
|
||||||
map(0xffa0, 0xffa3).w(FUNC(nsm_state::oe_w));
|
map(0xffa0, 0xffa3).w(FUNC(nsm_state::oe_w));
|
||||||
}
|
}
|
||||||
|
@ -355,7 +355,7 @@ READ8_MEMBER(tmspoker_state::unk_r)
|
|||||||
|
|
||||||
void tmspoker_state::tmspoker_cru_map(address_map &map)
|
void tmspoker_state::tmspoker_cru_map(address_map &map)
|
||||||
{
|
{
|
||||||
map(0x0000, 0x7fff).r(FUNC(tmspoker_state::unk_r));
|
map(0x0000, 0x0fff).r(FUNC(tmspoker_state::unk_r));
|
||||||
}
|
}
|
||||||
|
|
||||||
/* I/O byte R/W
|
/* I/O byte R/W
|
||||||
|
Loading…
Reference in New Issue
Block a user