vngrdmk1: Map EEPROM where it can boot from (nw)

This commit is contained in:
AJR 2019-12-04 17:01:03 -05:00
parent ea249534ca
commit 5f95c10b36

View File

@ -23,7 +23,7 @@ private:
void vanguardmk1_state::mcu_map(address_map &map)
{
map(0x0000, 0x07ff).rom().region("mcu", 0);
map(0xf800, 0xffff).rom().region("mcu", 0);
}