aboutsummaryrefslogtreecommitdiffstats
path: root/src/block.c
Commit message (Expand)AuthorAgeFilesLines
* Pass 'drive_s' pointer instead of driveid.Kevin O'Connor2009-10-221-40/+72
* Fix bug in fdpt filling - driveid is not hdid.Kevin O'Connor2009-09-201-5/+5
* Unify cd emulation access and main disk access code.Kevin O'Connor2009-09-121-1/+3
* Add mechanism for describing internal drives in boot menu.Kevin O'Connor2009-09-121-0/+25
* Replace common segment/offset pairs with struct segoff_s.Kevin O'Connor2009-09-091-4/+4
* Rename VAR16_32 to VAR16VISIBLE.Kevin O'Connor2009-09-091-1/+2
* Add support for using floppy images in CBFS.Kevin O'Connor2009-08-161-2/+4
* Unify floppy and harddrive command routing.Kevin O'Connor2009-08-161-0/+59
* Add floppy controllers to "drives" list also.Kevin O'Connor2009-08-161-3/+28
* Separate ATA code from generic disk code.Kevin O'Connor2009-08-111-0/+211