mirror of
https://github.com/raphnet/dreamcast_usb
synced 2025-01-08 20:18:26 -05:00
Version 1.1
This commit is contained in:
parent
67eedb32c8
commit
1f3b8f8d74
@ -1,3 +1,8 @@
|
|||||||
|
2013-10-27 : Version 1.1
|
||||||
|
- Fix incorrect end of frame sequence
|
||||||
|
- Improved maple bus api
|
||||||
|
- Added incomplete mouse support (wheel not supported)
|
||||||
|
|
||||||
2013-10-16 : Version 1.0
|
2013-10-16 : Version 1.0
|
||||||
|
|
||||||
Initial release:
|
Initial release:
|
||||||
|
@ -232,7 +232,7 @@ section at the end of this file).
|
|||||||
*/
|
*/
|
||||||
#define USB_CFG_DEVICE_ID 0x08, 0x00 /* Dremcast to USB */
|
#define USB_CFG_DEVICE_ID 0x08, 0x00 /* Dremcast to USB */
|
||||||
|
|
||||||
#define USB_CFG_DEVICE_VERSION 0x00, 0x01
|
#define USB_CFG_DEVICE_VERSION 0x01, 0x01
|
||||||
/* Version number of the device: Minor number first, then major number.
|
/* Version number of the device: Minor number first, then major number.
|
||||||
*/
|
*/
|
||||||
#define USB_CFG_VENDOR_NAME 'r', 'a', 'p', 'h', 'n', 'e', 't', '.', 'n', 'e', 't'
|
#define USB_CFG_VENDOR_NAME 'r', 'a', 'p', 'h', 'n', 'e', 't', '.', 'n', 'e', 't'
|
||||||
|
Loading…
Reference in New Issue
Block a user