-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
29 lines (26 loc) · 1.01 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
0.0.5:
Added key repeats and some more dirvers.
Added IRDAMon (by Dr. Vegetable) to make coding drivers easier.
0.0.4:
Added a small ascii example.
Added "install" target that will copy all libraries, headers and samples to $(PSPSDK).
Added baudrate change - no idea if this works.
Added some docs.
Fixed buggy maptable handling (about 4 memory corrution bugs).
Updated vt100 send map (sending single chars, e.g. ^M didn't work at all).
Fixed palmuw + map - thx whazilla.
Win32: added intellisense support to vc2005 prj file (defaults to C:\devkitPro\).
Win32: framework enhanced.
0.0.3:
Added pspIrKeybOutputMode() the output can now be.
- raw
- scan code
- ascii (compatible with PSP-SDK debug)
- vt100
0.0.2:
Added "Palm Universal Keyboard" (thx to keycodes from TyoPad).
Return codes for keyboard ini.
Added scePowerTick to the missing keyboards.
Fixed keymaps.
0.0.1:
Initial release.