First post, by pupnik
- Rank
- Newbie
Title says it all: I'm trying to get solid playability for 286-class games on the Nokia n810 internet tablet. CPU is 400mhz TI OMAP2420.
I generally can get around 1600-1800 cycles without sound blaster emulation, but only 700-1000 cycles with soundblaster (1) before music starts breaking-up (regardless of buffer sizes). Hz of all sound is 8000.
Initial oprofile results show that core cpu and memory writes and reads are big performance eaters. For e.g. top 3 in the Wing Commander INtro are:
144808 31.9373 dosbox CPU_Core_Simple_Run()
43815 9.6634 dosbox mem_writew(unsigned int, unsigned short)
39148 8.6341 dosbox OPL2:: YM3812UpdateOne(int, short*, int
I've been perusing n0p's tweaks and he apparently did not include the verysimple cpu source on his page (BOOOO). If anyone could help me get my hands on this i'd be very grateful.