m20: fix 2.0 bioses booting, requires image with nonempty first sector (nw)

This commit is contained in:
cracyc 2015-06-29 17:57:57 -05:00
parent d3b07cb9e8
commit 12505514ec

View File

@ -755,6 +755,9 @@ void m20_state::machine_reset()
else
m_port21 = 0xff;
if(system_bios() > 0) // bits have different meanings?
m_port21 &= ~8;
m_fd1797->reset();
memcpy(RAM, ROM, 8); // we need only the reset vector