Mon, 14 Dec 2015 19:36:01 -0800 |
Michael Pavone |
Scale mouse data based on window size
|
Tue, 08 Dec 2015 19:33:58 -0800 |
Michael Pavone |
Allow IO device config to be overriden by ROM DB
|
Sun, 06 Dec 2015 19:29:34 -0800 |
Michael Pavone |
Rough emulation of mouse response delays when TR is toggled. Latch current mouse value rather than delta. Some other IO cleanup/fixes
|
Sun, 06 Dec 2015 15:42:36 -0800 |
Michael Pavone |
IO port pins should read as high from the perspective of a device when they are set as inputs
|
Sat, 05 Dec 2015 18:40:34 -0800 |
Michael Pavone |
Mouse X and Y are 9-bit 2's complement not 8-bit magnitude + sign bit like I thought. Fixed mouse Y direction.
|
Sat, 05 Dec 2015 00:17:15 -0800 |
Michael Pavone |
Added mouse support to menu ROM
|
Wed, 02 Dec 2015 07:06:03 -0800 |
Michael Pavone |
Fix problem in 68K debugger caused by stack alignment change
|
Sat, 28 Nov 2015 21:27:21 -0800 |
Michael Pavone |
Mega mouse support is mostly done
|
Sat, 28 Nov 2015 20:05:15 -0800 |
Michael Pavone |
Dividing by FPS_INTERVAL does not make senese as the division was to convert milliseconds to seconds
|
Sat, 28 Nov 2015 14:49:34 -0800 |
Michael Pavone |
Don't try setting the window title on Android
|
Sat, 28 Nov 2015 14:32:55 -0800 |
Michael Pavone |
Actually call track_block in alloc_code
|
Sat, 28 Nov 2015 14:30:30 -0800 |
Michael Pavone |
Make nexus player remote useable as a controller for games that only require a dpad + start + c. Use warning() instead of fprintf(stder,...) in io.c
|
Fri, 27 Nov 2015 13:10:02 -0800 |
Michael Pavone |
Fix a few lingering stack alignment rework bugs
|
Fri, 27 Nov 2015 10:48:13 -0800 |
Michael Pavone |
Adjust stack before pushing arguments. Fixes new stack alignment code on 32-bit targets
|
Fri, 27 Nov 2015 10:47:35 -0800 |
Michael Pavone |
Replace some hard-coded instruction length assumptions with a calculation so they will work properly on both 32-bit and 64-bit hosts
|