| Previous | 199869 Revisions | Next |
| r32851 Tuesday 21st October, 2014 at 02:55:24 UTC by Carl |
|---|
| (mess) mikromik: don't stop the motor when resetting the fdc (nw) |
| [src/mess/drivers] | mikromik.c |
| r241362 | r241363 | |
|---|---|---|
| 221 | 221 | case 1: // RECALL |
| 222 | 222 | if (LOG) logerror("RECALL %u\n", d); |
| 223 | 223 | m_recall = d; |
| 224 | if (d) m_fdc->reset(); | |
| 224 | if (d) m_fdc->soft_reset(); | |
| 225 | 225 | break; |
| 226 | 226 | |
| 227 | 227 | case 2: // _RV28/RX21 |
| https://github.com/mamedev/mame/commit/c7e836f6da737fc8eba84281987274d7fc0060f2 |
| Previous | 199869 Revisions | Next |