summaryrefslogtreecommitdiff
path: root/apps/plugins
AgeCommit message (Expand)Author
2005-03-17Source documentation of gnuboy (all there is anyways...)Michiel Van Der Kolk
2005-03-10Removed unnecessary extra check.Jens Arnold
2005-03-10Made the IRAM usage depend on the CPU type.Jens Arnold
2005-03-10Compile the simulators without special code & data sections. Fixes intermitte...Jens Arnold
2005-03-09Fixes for the codec test environment: (1) Long aligned codec_malloc(). (2) Up...Jens Arnold
2005-03-07Baild out instead of crashing when called directly (without playing a ROM file).Jens Arnold
2005-03-06do the SOURCES magic correct here tooDaniel Stenberg
2005-03-06don't say anything, just slap me on sight... :-!Daniel Stenberg
2005-03-06Oops. I didn't mean to commit this just yet, this is work in progress.Daniel Stenberg
2005-03-06Use the new generic SRC build "macro" in tools/makesrc.inc to process theDaniel Stenberg
2005-03-06first shot at a perl script that generates the dependencies for the .elf filesDaniel Stenberg
2005-03-05Made the plugin linking depend on the plugin library for the simulator builds...Jens Arnold
2005-03-05Minor bug when writing files; files weren't truncated to 0, so whenMichiel Van Der Kolk
2005-03-05Logo plugin: (1) Changed button handling. Left/Down now always decreases the ...Jens Arnold
2005-03-05 Bugggggggggggssssssssss *chases with flyswatter and swats them*Michiel Van Der Kolk
2005-03-05printing of the PC in assembly dumps.Michiel Van Der Kolk
2005-03-05Dynarec debug system added - creates various debugging files in the root.Michiel Van Der Kolk
2005-03-05More opcodes implemented on dynarec, somewhat working, some bugs.Michiel Van Der Kolk
2005-03-05Player graphics library: fixed and more robust bounds check, added bitmap dra...Jens Arnold
2005-03-05Properly clean the rockboy dependency file.Jens Arnold
2005-03-05LCD mode switching added for recorders (uses ON button).Jens Arnold
2005-03-04New lcd mode: drop every 9th line; set as default.Michiel Van Der Kolk
2005-03-04New lcd mode; drop top 8 and bottom 8 linesMichiel Van Der Kolk
2005-03-04Lcd mode selecting between top 16 and bottom 16 lines being dropped byMichiel Van Der Kolk
2005-03-04Grayscale support for rockboy - can't work without markuns patch,Michiel Van Der Kolk
2005-03-04Inserted optimized synth_full and put some vital data in IRAM.Thom Johansen
2005-03-04fixed gbc typoDaniel Stenberg
2005-03-04load/savestate support added to the menu, contributed by pabsMichiel Van Der Kolk
2005-03-03no menu for archos players till menu.c is adapted to work for them too...Michiel Van Der Kolk
2005-03-03replaced BUTTON_SELECT with BUTTON_OFFMichiel Van Der Kolk
2005-03-03forgot an #ifdefMichiel Van Der Kolk
2005-03-03ack, forgot to add fileMichiel Van Der Kolk
2005-03-03First stages of rockboy menu - press A/B mode to enter, contributed by pabsMichiel Van Der Kolk
2005-03-03Added dynarec(under construction) and outline for lcd modesMichiel Van Der Kolk
2005-03-03Mode button quits now instead of the center button - prevents accidental quits.Michiel Van Der Kolk
2005-03-03Functions and data into iram mode for iriver, seems faster.Michiel Van Der Kolk
2005-03-03Automatic cpu boosting when emulating, when supportedMichiel Van Der Kolk
2005-03-02Rockboy - gameboy emulation for rockbox, based on gnuboy. Still a bit early, ...Jens Arnold
2005-03-02Sokoban: Made the walls dithered again. Code policing, removed tab chars.Jens Arnold
2005-03-01iRiver: Make better use of internal RAM, and larger buffersLinus Nielsen Feltzing
2005-03-01Fix for adjustable frequencyLinus Nielsen Feltzing
2005-02-28Get malloc() and friends out of the way for the cygwin linker (and maybe othe...Jens Arnold
2005-02-28Killed a warningLinus Nielsen Feltzing
2005-02-28Sokoban adapted to the iRiver H1xx display by Michiel van der KolkLinus Nielsen Feltzing
2005-02-26Use the new config-a52.hJens Arnold
2005-02-25add wv2wavChristian Gmeiner
2005-02-25Codec test plugins: use DEBUGF() instead of (not cleanly avaliable) printf().Jens Arnold
2005-02-24Grayscale lib: let the compiler decide when to save the pr register.Jens Arnold
2005-02-23Reduced the LCD updates to once per secondLinus Nielsen Feltzing
2005-02-23Win32 simulator: fixed building of codec test plugins.Jens Arnold