X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fgp2x%2Fsoc_mmsp2.c;h=9ef1e9b81de2379cee123d2b48adcb1ebf0f98b1;hb=e8b6193660a3227fcd113a1eb82ed48727ca8195;hp=00eb0a230bc0a9907a5845eaeff8eb2219acb840;hpb=61753a672400a712390fb7a0cfb325c640bce479;p=picodrive.git diff --git a/platform/gp2x/soc_mmsp2.c b/platform/gp2x/soc_mmsp2.c index 00eb0a2..9ef1e9b 100644 --- a/platform/gp2x/soc_mmsp2.c +++ b/platform/gp2x/soc_mmsp2.c @@ -1,3 +1,10 @@ +/* + * PicoDrive + * (C) notaz, 2006-2009 + * + * This work is licensed under the terms of MAME license. + * See COPYING file in the top-level directory. + */ #include #include #include @@ -12,6 +19,7 @@ #include "soc_mmsp2.h" #include "plat_gp2x.h" #include "../common/emu.h" +#include "../common/plat.h" #include "../common/arm_utils.h" #include "940ctl.h" @@ -40,7 +48,6 @@ static unsigned short gp2x_screenaddr_old[4]; static unsigned short memtimex_old[2]; static unsigned short reg0910; - /* video stuff */ static void gp2x_video_flip_(void) { @@ -508,6 +515,9 @@ void mmsp2_init(void) set_ram_timings = set_ram_timings_; unset_ram_timings = unset_ram_timings_; gp2x_read_battery = gp2x_read_battery_; + + gp2x_get_ticks_ms = plat_get_ticks_ms_good; + gp2x_get_ticks_us = plat_get_ticks_us_good; } void mmsp2_finish(void)