| Previous | 199869 Revisions | Next |
| r31960 Sunday 7th September, 2014 at 04:57:29 UTC by R. Belmont |
|---|
| (MESS) apple3: invert enable1 sense, external drive selection now works properly. [R. Belmont] |
| [src/emu/machine] | wozfdc.c |
| r31959 | r31960 | |
|---|---|---|
| 92 | 92 | { |
| 93 | 93 | floppy_image_device *newflop = NULL; |
| 94 | 94 | |
| 95 | if (enable1) | |
| 95 | if (!enable1) | |
| 96 | 96 | { |
| 97 | 97 | newflop = floppy0->get_device(); |
| 98 | 98 | } |
| Previous | 199869 Revisions | Next |