mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 15:48:05 -04:00
supporting caanoo, line doublers, refactoring
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@893 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
bf61bea0f2
commit
f4750ee051
24 changed files with 349 additions and 222 deletions
|
@ -35,11 +35,6 @@ static void gp2x_video_wait_vsync_(void)
|
|||
{
|
||||
}
|
||||
|
||||
/* CPU clock */
|
||||
static void gp2x_set_cpuclk_(unsigned int mhz)
|
||||
{
|
||||
}
|
||||
|
||||
/* RAM timings */
|
||||
static void set_ram_timings_(void)
|
||||
{
|
||||
|
@ -81,8 +76,6 @@ void dummy_init(void)
|
|||
gp2x_video_RGB_setscaling = gp2x_video_RGB_setscaling_;
|
||||
gp2x_video_wait_vsync = gp2x_video_wait_vsync_;
|
||||
|
||||
gp2x_set_cpuclk = gp2x_set_cpuclk_;
|
||||
|
||||
set_lcd_custom_rate = set_lcd_custom_rate_;
|
||||
unset_lcd_custom_rate = unset_lcd_custom_rate_;
|
||||
set_lcd_gamma = set_lcd_gamma_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue