Previous 199869 Revisions Next

r31284 Tuesday 15th July, 2014 at 10:43:28 UTC by Barry Rodewald
gimix: corrected FDC clock, Gimix Flex 4.3 is now bootable.
[src/lib/formats]flex_dsk.c
[src/mess/drivers]gimix.c

trunk/src/lib/formats/flex_dsk.c
r31283r31284
4242{
4343   int spt = info.last_sec;
4444   int bps = 256;
45   int cell_count = 100000;
45   int cell_count = 50000;
4646   int offset = 0;
4747   int head_num = 1;
4848   int total_tracks = info.last_trk+1;
r31283r31284
5656      double_sided = true;
5757   if(total_tracks == 80 && spt == 72)  // 1.44MB
5858      double_sided = true;
59   if(spt >= 20)
60      double_sided = true;
5961
6062   if(double_sided)
6163   {
trunk/src/mess/drivers/gimix.c
r31283r31284
542542   MCFG_PTM6840_IRQ_CB(WRITELINE(gimix_state,irq_w))  // PCB pictures show both the RTC and timer set to generate IRQs (are jumper configurable)
543543
544544   /* floppy disks */
545   MCFG_FD1797x_ADD("fdc",XTAL_8MHz / 4)
545   MCFG_FD1797x_ADD("fdc",XTAL_8MHz / 8)
546546   MCFG_WD_FDC_INTRQ_CALLBACK(WRITELINE(gimix_state,fdc_irq_w))
547547   MCFG_WD_FDC_DRQ_CALLBACK(WRITELINE(gimix_state,fdc_drq_w))
548548   MCFG_WD_FDC_FORCE_READY

Previous 199869 Revisions Next


© 1997-2024 The MAME Team