summaryrefslogtreecommitdiffstats
path: root/apps/plugins/rockboy/emu.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-28plugins: another round of making local things static and adding missing #incl...Bertrik Sikken1-0/+1
2010-05-27rockboy: rename pcm_*() functions to avoid namespace clash with rockboxRafaël Carré1-1/+1
2009-08-09Rockboy: Cleanup redKarl Kurbjun1-0/+2
2009-08-09Rockboy: Significantly reduce the number of palette updates, add support for ...Karl Kurbjun1-0/+1
2007-10-16Code police and clean up for rockboy.Tom Ross1-1/+2
2007-07-30RTC (real time clock) support for Rockboy. The time in games like Pokemon Gol...Tom Ross1-9/+1
2007-06-24Sound improvements for rockboy - players now sync the sound (The gigabeat now...Karl Kurbjun1-3/+13
2007-04-18Allow rockboy to run while music is playing with smaller roms. Works on play...Karl Kurbjun1-10/+8
2007-02-06Major Rockboy update. Tom Ross1-27/+12
2006-06-19Fix the scaling not being initialized properly.Karl Kurbjun1-0/+1
2006-06-19Update for Rockboy: - fix scaling for other color screens than H300 - full me...Karl Kurbjun1-89/+57
2006-04-09use #ifdef x instead of #if defined(x)Christian Gmeiner1-2/+2
2006-04-09HAVE_ADJUSTABLE_CPU_FREQ isn't defined for simulators, so we don't have to ch...Christian Gmeiner1-2/+2
2006-01-20Karl Kurbjun's patch #1407719:Daniel Stenberg1-9/+32
2006-01-10Patch #1401999 by Karl Kurbjun - Rockboy color, sound support, and speedupsLinus Nielsen Feltzing1-1/+1
2005-07-03Centralised the ICODE_ATTR and IDATA_ATTR #defines. Renamed some musepack and...Jens Arnold1-3/+3
2005-03-03Automatic cpu boosting when emulating, when supportedMichiel Van Der Kolk1-6/+7
2005-03-02Rockboy - gameboy emulation for rockbox, based on gnuboy. Still a bit early, ...Jens Arnold1-0/+117