| Previous | 199869 Revisions | Next |
| r18488 Friday 12th October, 2012 at 12:49:07 UTC by Miodrag Milanović |
|---|
| change to subdevice for amiga_fdc (nw) |
| [src/emu/machine] | amigafdc.c |
| r18487 | r18488 | |
|---|---|---|
| 63 | 63 | |
| 64 | 64 | void amiga_fdc::device_start() |
| 65 | 65 | { |
| 66 | static const char *names[] = { " | |
| 66 | static const char *names[] = { "0", "1", "2", "3" }; | |
| 67 | 67 | for(int i=0; i != 4; i++) { |
| 68 | floppy_connector *con = | |
| 68 | floppy_connector *con = subdevice<floppy_connector>(names[i]); | |
| 69 | 69 | if(con) |
| 70 | 70 | floppy_devices[i] = con->get_device(); |
| 71 | 71 | else |
| Previous | 199869 Revisions | Next |