Previous 199869 Revisions Next

r23520 Friday 7th June, 2013 at 13:10:27 UTC by Robbbert
(MESS) Altos5: connected up dden
[src/mess/drivers]altos5.c

trunk/src/mess/drivers/altos5.c
r23519r23520
99    ToDo:
1010    - DMA has its own memory banking, activated by BUSACK
1111    - Get floppy to read the disk (only ones found are .TD0 format)
12    - Find out how to select double density on the fdc
1312    - Further work once the floppy is fixed
1413
1514****************************************************************************/
r23519r23520
317316   {
318317      floppy->mon_w(0);
319318      floppy->ss_w(BIT(data, 6));
320      //floppy->dden_w(BIT(data, 4)); // no option to specify disk density
319      m_fdc->dden_w(!BIT(data, 4));
321320      m_port08 |= ((UINT8)floppy->twosid_r() << 3); // get number of sides
322321   }
323322}

Previous 199869 Revisions Next


© 1997-2024 The MAME Team