(nw) super80r : fixed booting of CP/M

This commit is contained in:
Robbbert 2019-08-12 00:22:47 +10:00
parent 81cabc72bb
commit 69c90113ae

View File

@ -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));