X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Flinux%2Femu.c;h=95666ad25ba41ab89d6172fd683a2726439be494;hb=21ebcfd322972ea5579bb5d4bedee9e509b42785;hp=aef21976b17ed6f91e8f743bc2b9195805f50958;hpb=e4bac17eb0e6248aafcb7463841fe1d0d36832b9;p=picodrive.git diff --git a/platform/linux/emu.c b/platform/linux/emu.c index aef2197..95666ad 100644 --- a/platform/linux/emu.c +++ b/platform/linux/emu.c @@ -298,24 +298,3 @@ void plat_wait_till_us(unsigned int us_to) } } -const char *plat_get_credits(void) -{ - return "PicoDrive v" VERSION " (c) notaz, 2006-2009\n\n\n" - "Credits:\n" - "fDave: Cyclone 68000 core,\n" - " base code of PicoDrive\n" - "Reesy & FluBBa: DrZ80 core\n" - "MAME devs: YM2612 and SN76496 cores\n" - "rlyeh and others: minimal SDK\n" - "Squidge: mmuhack\n" - "Dzz: ARM940 sample\n" - "GnoStiC / Puck2099: USB joy code\n" - "craigix: GP2X hardware\n" - "ketchupgun: skin design\n" - "\n" - "special thanks (for docs, ideas):\n" - " Charles MacDonald, Haze,\n" - " Stephane Dallongeville,\n" - " Lordus, Exophase, Rokas,\n" - " Nemesis, Tasco Deluxe"; -}