mirror of
https://github.com/holub/mame
synced 2025-07-01 16:19:38 +03:00
route16.cpp: removed forgotten leftover. Also verified that the attract mode reset in vscompmj is due to one of the currently undecrypted opcodes. I'll try to identify it as soon as I have some more time (nw)
This commit is contained in:
parent
0ba45f53e0
commit
db31a1e534
@ -407,7 +407,6 @@ void route16_state::jongpute_cpu1_map(address_map &map)
|
||||
map(0x5800, 0x5800).rw(FUNC(route16_state::jongpute_p1_matrix_r), FUNC(route16_state::jongpute_input_port_matrix_w));
|
||||
map(0x6800, 0x6800).w("ay8910", FUNC(ay8910_device::data_w));
|
||||
map(0x6900, 0x6900).w("ay8910", FUNC(ay8910_device::address_w));
|
||||
map(0x7000, 0x7fff).rom();
|
||||
map(0x8000, 0xbfff).ram().share("videoram1");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user