Previous 199869 Revisions Next

r23518 Friday 7th June, 2013 at 12:21:47 UTC by Robbbert
(MESS) Altos5: fixed mistake
[src/mess/drivers]altos5.c

trunk/src/mess/drivers/altos5.c
r23517r23518
318318      floppy->mon_w(0);
319319      floppy->ss_w(BIT(data, 6));
320320      //floppy->dden_w(BIT(data, 4)); // no option to specify disk density
321      m_port08 |= (floppy->twosid_r() << 2); // get number of sides
321      m_port08 |= ((UINT8)floppy->twosid_r() << 3); // get number of sides
322322   }
323323}
324324

Previous 199869 Revisions Next


© 1997-2024 The MAME Team