| r8612 Saturday 24th July, 2010 at 21:34:31 UTC by Dirk Best |
|---|
| [APRIDISK] Fix regression |
| [src/mess/formats] | apridisk.c |
| r8611 | r8612 | |
|---|---|---|
| 180 | 180 | UINT16 length; |
| 181 | 181 | UINT8 value; |
| 182 | 182 | |
| 183 | floppy_image_read(floppy, | |
| 183 | floppy_image_read(floppy, | |
| 184 | 184 | |
| 185 | 185 | length = pick_integer_le(buffer, 0, 2); |
| 186 | 186 | value = pick_integer_le(buffer, 2, 1); |
| Previous 50 | 9070 Revisions | Next 50 |