mirror of
https://github.com/holub/mame
synced 2025-07-02 16:49:22 +03:00
aid80f: Map some devices (nw)
This commit is contained in:
parent
63b4b64a49
commit
1f3683e456
@ -98,7 +98,9 @@ void aid80f_state::mem_map(address_map &map)
|
||||
void aid80f_state::io_map(address_map &map)
|
||||
{
|
||||
map.global_mask(0xff);
|
||||
map(0xd8, 0xdb).rw("ctc", FUNC(z80ctc_device::read), FUNC(z80ctc_device::write));
|
||||
map(0xdc, 0xdf).rw("pio", FUNC(z80pio_device::read_alt), FUNC(z80pio_device::write_alt));
|
||||
map(0xe4, 0xe7).rw("fdc", FUNC(fd1771_device::read), FUNC(fd1771_device::write));
|
||||
}
|
||||
|
||||
static INPUT_PORTS_START(aid80f)
|
||||
|
Loading…
Reference in New Issue
Block a user