Previous | 199869 Revisions | Next |
r32467 Monday 29th September, 2014 at 18:15:13 UTC by Fabio Priuli |
---|
old apple gcc complains about 'floppy' possibly used uninitialized (switch statements always confuse this compiler :( ). nw. |
[src/emu/bus/a2bus] | corvfdc01.c |
r32466 | r32467 | |
---|---|---|
193 | 193 | void a2bus_corvfdc01_device::write_c0nx(address_space &space, UINT8 offset, UINT8 data) |
194 | 194 | { |
195 | 195 | int current_drive; |
196 | floppy_image_device *floppy; | |
196 | floppy_image_device *floppy = 0; | |
197 | 197 | |
198 | 198 | switch (offset) |
199 | 199 | { |
Previous | 199869 Revisions | Next |