mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
(nw) super80r : fixed booting of CP/M
This commit is contained in:
parent
81cabc72bb
commit
69c90113ae
@ -159,7 +159,7 @@ WRITE8_MEMBER( super80_state::port3f_w )
|
||||
if (floppy)
|
||||
{
|
||||
floppy->mon_w(0);
|
||||
floppy->ss_w(!BIT(data, 6));
|
||||
floppy->ss_w(BIT(data, 6));
|
||||
}
|
||||
|
||||
m_fdc->dden_w(BIT(data, 7));
|
||||
|
Loading…
Reference in New Issue
Block a user