![]() |
2008-10-27
, 22:27
|
Posts: 503 |
Thanked: 267 times |
Joined on Jul 2006
@ Helsinki
|
#2
|
![]() |
2008-10-28
, 05:27
|
Posts: 1,418 |
Thanked: 1,541 times |
Joined on Feb 2008
|
#3
|
Some comments:
1. ioctl(FBFD,OMAPFB_VSYNC); is useless and does nothing (and if it actually waited for VSYNC, that would be bad for performance)
2. You don't need to use OMAPFB_FORMAT_FLAG_FORCE_VSYNC flag (you may actually screw up tearing synchronization using it), just OMAPFB_FORMAT_FLAG_TEARSYNC is enough
![]() |
2008-11-02
, 18:49
|
Posts: 503 |
Thanked: 267 times |
Joined on Jul 2006
@ Helsinki
|
#4
|
mov r14,r5,lsr #16 orr r14,r14,r14,lsl #16 mov r12,r5,lsl #16 orr r12,r12,r12,lsr #16
mov r14,r5,lsr #16 mov r12,r5,lsl #16 orr r14,r14,r14,lsl #16 orr r12,r12,r12,lsr #16
LDM {set of 8 registers} STM {set of 8 registers}
LDM {set of 8 registers} STM {set of first 4 registers} STM {set of last 4 registers}
I have just released the updated source code for the EMULib, a library of emulation and service routines including image processing and audio synthesis. The new version includes Maemo support, with joystick emulation, direct frame buffer access, and assembler-optimized scaling routines. You can get EMULib sources from
http://fms.komkon.org/EMUL8/
To see how EMULib can be used, check out recently updated ColEm source code:
http://fms.komkon.org/ColEm
Computer and Console Emulators for Maemo, Symbian, and more.
Pack Rat: The Maemo Package Aggregator.