notaz.gp2x.de
/
picodrive.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
bugfix
[picodrive.git]
/
platform
/
gp2x
/
PicoDrive.gpe
1
#!/bin/sh
2
3
export LD_PRELOAD=
4
5
export POLLUX_RAM_TIMINGS='ram_timings=2,9,4,1,1,1,1'
6
export POLLUX_LCD_TIMINGS_NTSC='lcd_timings=397,1,37,277,341,0,17,337;clkdiv0=9'
7
export POLLUX_LCD_TIMINGS_PAL='lcd_timings=428,1,37,277,341,0,17,337;clkdiv0=10'
8
9
./PicoDrive "$@"
10
11
cd /usr/gp2x
12
exec ./gp2xmenu