mirror of
https://github.com/holub/mame
synced 2025-07-06 10:29:38 +03:00
super6.cpp: Wrong tag specified, oops (nw)
This commit is contained in:
parent
e0080fb104
commit
fbdb132327
@ -272,7 +272,7 @@ void super6_state::super6_io(address_map &map)
|
||||
map(0x15, 0x15).portr("J7").w(FUNC(super6_state::s100_w));
|
||||
map(0x16, 0x16).w(FUNC(super6_state::bank0_w));
|
||||
map(0x17, 0x17).w(FUNC(super6_state::bank1_w));
|
||||
map(0x18, 0x18).mirror(0x03).w("brg", FUNC(com8116_device::stt_str_w));
|
||||
map(0x18, 0x18).mirror(0x03).w(BR1945_TAG, FUNC(com8116_device::stt_str_w));
|
||||
// AM_RANGE(0x40, 0x40) ?
|
||||
// AM_RANGE(0xe0, 0xe7) HDC?
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user