summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2005-03-06Use the new generic SRC build "macro" in tools/makesrc.inc to process theDaniel Stenberg8-15/+35
2005-03-06first shot at a perl script that generates the dependencies for the .elf filesDaniel Stenberg1-0/+48
2005-03-05Made the plugin linking depend on the plugin library for the simulator builds...Jens Arnold1-2/+2
2005-03-05Minor bug when writing files; files weren't truncated to 0, so whenMichiel Van Der Kolk3-6/+7
2005-03-05Logo plugin: (1) Changed button handling. Left/Down now always decreases the ...Jens Arnold2-30/+97
2005-03-05 Bugggggggggggssssssssss *chases with flyswatter and swats them*Michiel Van Der Kolk1-6/+6
2005-03-05printing of the PC in assembly dumps.Michiel Van Der Kolk1-1/+4
2005-03-05Dynarec debug system added - creates various debugging files in the root.Michiel Van Der Kolk2-57/+286
2005-03-05More opcodes implemented on dynarec, somewhat working, some bugs.Michiel Van Der Kolk2-11/+74
2005-03-05Change the colour of screendumps to blue on irivers.Thom Johansen1-1/+7
2005-03-05Player graphics library: fixed and more robust bounds check, added bitmap dra...Jens Arnold2-7/+40
2005-03-05Properly clean the rockboy dependency file.Jens Arnold1-1/+1
2005-03-05LCD mode switching added for recorders (uses ON button).Jens Arnold1-1/+4
2005-03-04New lcd mode: drop every 9th line; set as default.Michiel Van Der Kolk2-39/+31
2005-03-04New lcd mode; drop top 8 and bottom 8 linesMichiel Van Der Kolk2-8/+21
2005-03-04Increased the file type string buffer sizeLinus Nielsen Feltzing1-1/+1
2005-03-04Lcd mode selecting between top 16 and bottom 16 lines being dropped byMichiel Van Der Kolk1-5/+4
2005-03-04Grayscale support for rockboy - can't work without markuns patch,Michiel Van Der Kolk4-2/+29
2005-03-04Inserted optimized synth_full and put some vital data in IRAM.Thom Johansen2-9/+165
2005-03-04fixed gbc typoDaniel Stenberg1-1/+1
2005-03-04load/savestate support added to the menu, contributed by pabsMichiel Van Der Kolk3-44/+243
2005-03-03no menu for archos players till menu.c is adapted to work for them too...Michiel Van Der Kolk1-0/+4
2005-03-03replaced BUTTON_SELECT with BUTTON_OFFMichiel Van Der Kolk1-1/+1
2005-03-03forgot an #ifdefMichiel Van Der Kolk1-0/+2
2005-03-03ack, forgot to add fileMichiel Van Der Kolk1-0/+303
2005-03-03First stages of rockboy menu - press A/B mode to enter, contributed by pabsMichiel Van Der Kolk5-34/+33
2005-03-03Added dynarec(under construction) and outline for lcd modesMichiel Van Der Kolk10-29/+921
2005-03-03added button_hold() to the plugin apiMichiel Van Der Kolk2-1/+8
2005-03-03Use EXTRA_DEFINES for the SOURCES parsing in the codec makefilesLinus Nielsen Feltzing5-5/+5
2005-03-03Mode button quits now instead of the center button - prevents accidental quits.Michiel Van Der Kolk1-2/+2
2005-03-03Functions and data into iram mode for iriver, seems faster.Michiel Van Der Kolk6-5/+24
2005-03-03Automatic cpu boosting when emulating, when supportedMichiel Van Der Kolk1-6/+7
2005-03-03Broke H100 sim. I suck.Thom Johansen1-1/+1
2005-03-03Duplicate line and four space wide tabs, sorry about that.Thom Johansen1-8/+7
2005-03-03Added new coldfire assembly LPC decoder routine to libFLAC.Thom Johansen5-209/+255
2005-03-03removed the practically useless "trickle charge" and "deep discharge" options...Jörg Hohensohn27-179/+148
2005-03-03More aggressive Recorder V1 charging (patch #1116884 from Jerry Van Baren)Jörg Hohensohn3-38/+21
2005-03-02Rockboy - gameboy emulation for rockbox, based on gnuboy. Still a bit early, ...Jens Arnold56-1/+9225
2005-03-02Added mkdir() to the plugin api.Jens Arnold2-1/+3
2005-03-02Added cpu_boost() to the plugin APILinus Nielsen Feltzing2-1/+7
2005-03-02Handle .S files in the codec MakefilesLinus Nielsen Feltzing5-5/+10
2005-03-02Sokoban: Made the walls dithered again. Code policing, removed tab chars.Jens Arnold1-12/+18
2005-03-01Ondio activity icon changed to MMC/flash symbol (thanks Jens)Jörg Hohensohn2-7/+10
2005-03-01Fixed some warnings.Jens Arnold1-4/+3
2005-03-01Debug interface for the CPU frequency adjustmentLinus Nielsen Feltzing1-12/+31
2005-03-01iRiver: Make better use of internal RAM, and larger buffersLinus Nielsen Feltzing1-2/+12
2005-03-01Fix for adjustable frequencyLinus Nielsen Feltzing1-1/+1
2005-03-01Added cpu_frequency to the plugin APILinus Nielsen Feltzing2-1/+7
2005-03-01Correct dependencies for codec buildsLinus Nielsen Feltzing5-19/+19
2005-02-28Added missing sim_ prefixes.Jens Arnold1-3/+3