mirror of
https://github.com/holub/mame
synced 2025-04-25 17:56:43 +03:00
vngrdmk1: Map EEPROM where it can boot from (nw)
This commit is contained in:
parent
ea249534ca
commit
5f95c10b36
@ -23,7 +23,7 @@ private:
|
|||||||
|
|
||||||
void vanguardmk1_state::mcu_map(address_map &map)
|
void vanguardmk1_state::mcu_map(address_map &map)
|
||||||
{
|
{
|
||||||
map(0x0000, 0x07ff).rom().region("mcu", 0);
|
map(0xf800, 0xffff).rom().region("mcu", 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user