2016-06-06 02:42:58 +00:00
|
|
|
--- v1.5 (June 4, 2016)
|
|
|
|
- Changed NES to USB button mapping to match SNES (eg: NES A = SNES A...).
|
|
|
|
- Changed product name string
|
|
|
|
|
2014-08-23 23:58:32 +00:00
|
|
|
--- v1.4.3 (August 23, 2041)
|
|
|
|
- Fix compilation with modern GCC
|
|
|
|
|
2013-07-14 04:32:08 +00:00
|
|
|
--- v1.4.2 (July 14, 2013)
|
|
|
|
- Corrected the USB Vendor ID
|
|
|
|
|
2013-04-26 12:23:38 +00:00
|
|
|
--- v1.4.1 (April 26, 2013)
|
|
|
|
- Reduced declared max current from 120mA to 100mA. This makes
|
|
|
|
it possible to connect the adapter to my keyboard USB port but
|
|
|
|
is still a conservative estimate for the worst combination
|
|
|
|
of hypothetical non-standard power hungry controllers.
|
|
|
|
- Some code cleanups
|
|
|
|
|
2013-04-20 17:24:53 +00:00
|
|
|
--- v1.4 (April 20, 2013)
|
|
|
|
- Support for Atmega168. Use Makefile.atmega168.
|
|
|
|
- New USB VID/PID
|
|
|
|
- Simplified main loop by remving setIdle/getIdle implementation. Optional for
|
|
|
|
joysticks according to HID specification appendix G.
|
|
|
|
|
2012-04-14 14:44:52 +00:00
|
|
|
--- v1.3 (April 2012)
|
|
|
|
- Added support for SNES multitaps in 4 player mode.
|
|
|
|
|
2009-05-02 12:07:45 +00:00
|
|
|
--- v1.2 (May 2, 2009)
|
2009-05-02 14:02:52 +00:00
|
|
|
- License changed to GPLv2
|
|
|
|
- Implemented "Live autodetection". This allows NES and SNES controllers to be
|
2009-05-02 14:44:28 +00:00
|
|
|
changed at runtime. This feature can be disabled by closing JP1.
|
2009-05-02 14:02:52 +00:00
|
|
|
- Added NES fourscore support. When a fourscore is detected in port 1, fourscore
|
2009-05-02 12:07:45 +00:00
|
|
|
mode is entered and ports 1 and 2 are used to read up to 4 NES controllers.
|
|
|
|
|
2007-04-18 23:58:01 +00:00
|
|
|
--- v1.1 (18 Apr 2007)
|
|
|
|
- Changed report descriptor. There are now four separate report IDs, one
|
|
|
|
per controller. This was necessary because even though all axis and buttons
|
|
|
|
were perfectly functional in 'control panel -> game controllers', it was not
|
|
|
|
the case in many games, including zsnes and snes9x!
|
|
|
|
- Changed device id to 0x0A9D
|
|
|
|
|
2007-03-25 03:01:16 +00:00
|
|
|
--- v1.0 (24 Mar 2007)
|
|
|
|
Initial release.
|