.. |
Makefile.in
|
Added initial version of UFI/CBI floppy disk storage device support written
|
2015-07-13 08:37:45 +00:00 |
scsi_device.cc
|
Added seek emulation for USB disk write commands (async mode required).
|
2015-10-22 18:13:59 +00:00 |
scsi_device.h
|
Added missing update of 'curr_lba' for the harddisk read seek emulation.
|
2015-10-04 08:54:36 +00:00 |
usb_cbi.cc
|
USB floppy "format unit" timing implemented similar to read/write timing.
|
2015-09-28 18:15:18 +00:00 |
usb_cbi.h
|
USB floppy "format unit" timing implemented similar to read/write timing.
|
2015-09-28 18:15:18 +00:00 |
usb_common.cc
|
Now using BXRS_* macros for all USB devices.
|
2015-10-11 07:33:22 +00:00 |
usb_common.h
|
Some work on async packet and seek emulation support.
|
2015-09-16 17:08:50 +00:00 |
usb_hid.cc
|
Now using BXRS_* macros for all USB devices.
|
2015-10-11 07:33:22 +00:00 |
usb_hid.h
|
- changed license headers from LGPL to MIT for all devices / drivers that have
|
2012-08-31 12:08:19 +00:00 |
usb_hub.cc
|
Now using BXRS_* macros for all USB devices.
|
2015-10-11 07:33:22 +00:00 |
usb_hub.h
|
Fixed USB device disconnect: clear save/restore list before deleting device
|
2015-08-28 18:52:54 +00:00 |
usb_msd.cc
|
Added seek emulation for USB disk write commands (async mode required).
|
2015-10-22 18:13:59 +00:00 |
usb_msd.h
|
Added seek emulation for USB disk write commands (async mode required).
|
2015-10-22 18:13:59 +00:00 |
usb_ohci.cc
|
Now using BXRS_* macros for all USB devices.
|
2015-10-11 07:33:22 +00:00 |
usb_ohci.h
|
Some work for asynchronus USB packet handling (needed by disk/cdrom seek emulation).
|
2015-09-13 20:04:41 +00:00 |
usb_printer.cc
|
Now using BXRS_* macros for all USB devices.
|
2015-10-11 07:33:22 +00:00 |
usb_printer.h
|
- moved the USB stuff to the new subdirectory iodev/usb
|
2012-01-14 12:36:32 +00:00 |
usb_uhci.cc
|
Now using BXRS_* macros for all USB devices.
|
2015-10-11 07:33:22 +00:00 |
usb_uhci.h
|
Implemented unregister mechanism for runtime config handlers.
|
2015-08-23 07:04:56 +00:00 |
usb_xhci.cc
|
Completed save/restore support for the USB xHCI device.
|
2015-10-11 17:07:18 +00:00 |
usb_xhci.h
|
Some variables should not be handled by the xHCI internal save/restore, moving
|
2015-09-05 07:23:25 +00:00 |