VOGONS

Common searches


Search results

Display options

Re: Dark Forces on DosBox

You shouldn't be thinking of x86 and portable in the same breath, like xscale, the x86 based portables suck way too much power. Far better to go with the ARM-based TI OMAP2420 linux pdas (ok 'internet tablets') from Nokia. NO THEY'RE NOT PHONES. check out the Nokia N810 http://www.nseries.com/ …

Re: Keyboard problem

you definitely need a higher frameskip! Try a frameskip of 3-4. cpu cycles with that frameskip should be around 800 on a 770 or 1100-1200 on a N800. use my dosbox.conf as a starting point. it is optimized for 770.

Re: Chained Mode Errors on ARM (screenshots)

c2woody suggested changes which yield proper visual results in vgatest. (AWESOME) From the Jan.25 cvs diff vga_memory.cpp vga_memory.cpp.orig 117,118c117 < //vga.latch.d=((Bit32u*)vga.mem.linear)[start]; < vga.latch.d=host_readd((HostPt)(&((Bit32u*)vga.mem.linear)[start])); --- > vga.latch.d=(( …

Re: Chained Mode Errors on ARM (screenshots)

Thanks to Serge for pointing-out this trick: "If you set 'echo 3 > /proc/cpu/alignment' and it 'fixes' the problem, alignment issues are really involved. You can also check 'dmesg' output after running dosbox and it will show addresses of instructions causing problems. Setting 'echo 4 > /proc/cpu/ …

Re: Chained Mode Errors on ARM (screenshots)

On a tip from Harekiet i tried reversing byte order here - didn't fix... class VGA_ChainedEGA_Handler : public PageHandler { ... colors0_3 = //ARNIM Harekiet Expand16Table[3][temp.b[3]] | Expand16Table[2][temp.b[2]] | Expand16Table[1][temp.b[1]] | Expand16Table[0][temp.b[0]]; *(Bit32u *)write_pixels …

Re: Chained Mode Errors on ARM (screenshots)

cvs 2007-01-03 works cvs 2007-01-23 works cvs 2007-01-25 has the error! 2007-01-24 17:29 harekiet * include/render.h, include/vga.h, src/gui/render.cpp, src/gui/render_loops.h, src/gui/render_scalers.cpp, src/gui/render_simple.h, src/gui/render_templates.h, src/gui/sdlmain.cpp, src/hardware/vga.cpp, …

Chained Mode Errors on ARM (screenshots)

Hello, Since changes from 0.65 to 0.70 (somewhere around early 2007) an error was introduced into the ega/vga for ARM cpu (arm926ej-s) [sbox-SB_Arm2: ~] > gcc -v Reading specs from /scratchbox/compilers/cs2005q3.2-glibc-arm/lib/gcc/arm-none-linux-gnueabi/3.4.4/specs Reading specs from /scratchbox/ …

Page 1 of 1