mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
sh2 drc: reorganised block mgmt code, plus some small scale optimisations
This commit is contained in:
parent
b10a782a36
commit
52055c13b2
7 changed files with 410 additions and 394 deletions
|
@ -7,6 +7,8 @@ if ! [ -e /dev/accel ]; then
|
|||
export POLLUX_RAM_TIMINGS='ram_timings=2,9,4,1,1,1,1'
|
||||
export POLLUX_LCD_TIMINGS_NTSC='lcd_timings=397,1,37,277,341,0,17,337;clkdiv0=9'
|
||||
export POLLUX_LCD_TIMINGS_PAL='lcd_timings=428,1,37,277,341,0,17,337;clkdiv0=10'
|
||||
else
|
||||
export POLLUX_RAM_TIMINGS='ram_timings=3,9,4,1,1,1,1'
|
||||
fi
|
||||
|
||||
./PicoDrive "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue