mirror of
https://github.com/holub/mame
synced 2025-07-05 01:48:29 +03:00
m20: fix 2.0 bioses booting, requires image with nonempty first sector (nw)
This commit is contained in:
parent
d3b07cb9e8
commit
12505514ec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user