mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
wmg: fix the fix, must be tired
This commit is contained in:
parent
14986dd0df
commit
0ca74be3a1
@ -134,7 +134,8 @@ private:
|
||||
*************************************/
|
||||
void wmg_state::wmg_cpu1(address_map &map)
|
||||
{
|
||||
map(0x0000, 0xbfff).bankr("mainbank").writeonly().share("videoram");
|
||||
map(0x0000, 0xbfff).ram().share("videoram");
|
||||
map(0x0000, 0x8fff).bankr("mainbank");
|
||||
map(0xc000, 0xcfff).m(m_bankc000, FUNC(address_map_bank_device::amap8));
|
||||
map(0xd000, 0xffff).bankr("codebank");
|
||||
map(0xd000, 0xd000).w(FUNC(wmg_state::wmg_d000_w));
|
||||
|
Loading…
Reference in New Issue
Block a user