Okay, so finally I have the Wiz.
And I've started to play around with it and I'm having problems with making a script for Picodrive to run without those diagonal lines.
So far, I've grabbed the Pollux_set file. and using the instructions from The Wiki and Here.
I've copied pollux_set into the PicoDrive directory.
I've altered the example q2.gpe from
to
I've saved it in Notepad++ after converting to Unix compatible first.
I've called it test1.gpe
but when I run it nothing happens but it hanging on the Loading screen.
Where have I gone wrong.
And I've started to play around with it and I'm having problems with making a script for Picodrive to run without those diagonal lines.
So far, I've grabbed the Pollux_set file. and using the instructions from The Wiki and Here.
I've copied pollux_set into the PicoDrive directory.
I've altered the example q2.gpe from
#!/bin/sh
./pollux_set 'lcd_timings=397,1,37,277,341,0,17,337;dpc_clkdiv0=9;cpuclk=750;ram_timings=2,9,4,1,1,1,1'
./sdlquake2 +set vid_ref softsdl +set s_khz 22
#for a timedemo run add +set timedemo 1 +map demo1.dm2cd
/usr/gp2x/
./gp2xmenu
to
#!/bin/sh
./pollux_set 'lcd_timings=397,1,37,277,341,0,17,337;dpc_clkdiv0=9;cpuclk=750;ram_timings=2,9,4,1,1,1,1'
./PicoDrive
#for a timedemo run add +set timedemo 1 +map demo1.dm2cd
/usr/gp2x/
./gp2xmenu
I've saved it in Notepad++ after converting to Unix compatible first.
I've called it test1.gpe
Where have I gone wrong.
Last edited by a moderator: