|
|
2007-07-17
, 12:38
|
|
|
Posts: 2,669 |
Thanked: 2,555 times |
Joined on Apr 2007
@ Halifax, Nova Scotia, Canada
|
#11
|
|
|
2007-07-17
, 16:46
|
|
|
Posts: 1,107 |
Thanked: 720 times |
Joined on Mar 2007
@ Germany
|
#12
|
|
|
2007-07-17
, 16:58
|
|
Posts: 474 |
Thanked: 30 times |
Joined on Jan 2006
|
#13
|
|
|
2007-07-17
, 17:35
|
|
|
Posts: 2,669 |
Thanked: 2,555 times |
Joined on Apr 2007
@ Halifax, Nova Scotia, Canada
|
#14
|
N800 graphics access is extremely slow relative to the GP32. This is fixable with PowerVR drivers. N800 memory bandwidth is relatively low compared to the GP32. This is probably fixable with engine tweaking.
The N800 -could- "emulate" games at full speed. The trick is to write a compatible SNES opcode translator and rewriter: it's the difference between a VM and a JIT. I'm sure the ARM work generalizes nicely, but the graphics layer is more of a problem.
Touchscreen buttons do suck, especially without multi-touch.
|
|
2007-07-17
, 18:18
|
|
|
Posts: 1,107 |
Thanked: 720 times |
Joined on Mar 2007
@ Germany
|
#15
|
N800 memory bandwidth is relatively low compared to the GP32. This is probably fixable with engine tweaking.
The N800 -could- "emulate" games at full speed. The trick is to write a compatible SNES opcode translator and rewriter: it's the difference between a VM and a JIT. I'm sure the ARM work generalizes nicely, but the graphics layer is more of a problem.
|
|
2007-07-18
, 13:56
|
|
|
Posts: 124 |
Thanked: 34 times |
Joined on Mar 2007
|
#16
|
|
|
2007-07-18
, 15:28
|
|
Posts: 474 |
Thanked: 30 times |
Joined on Jan 2006
|
#17
|
|
|
2007-07-21
, 10:09
|
|
|
Posts: 1,107 |
Thanked: 720 times |
Joined on Mar 2007
@ Germany
|
#18
|
|
|
2007-10-28
, 07:26
|
|
|
Posts: 1,107 |
Thanked: 720 times |
Joined on Mar 2007
@ Germany
|
#19
|
I haven't even thought about the fact that multi-touch isn't possible on the N800 screen. Yeah, I'll just stick with my PSP for emulation.
|
|
2007-10-28
, 14:32
|
|
|
Posts: 124 |
Thanked: 34 times |
Joined on Mar 2007
|
#20
|
IIRC SNES opcode JIT techniques power the PSP emulator, although they call it dynamic recompilation or something. Likewise for the NDS-based SNES emulators.
It makes sync a much saner prospect.