- 0bf50f0 adjusted to use the new Make include file to create the SRC variable from by Daniel Stenberg · 20 years ago
- f9b36e3 don't say anything, just slap me on sight... :-! by Daniel Stenberg · 20 years ago
- 2d493de Oops. I didn't mean to commit this just yet, this is work in progress. by Daniel Stenberg · 20 years ago
- 8ebff81 Use the new generic SRC build "macro" in tools/makesrc.inc to process the by Daniel Stenberg · 20 years ago
- e566eed generic SRC builder thing by Daniel Stenberg · 20 years ago
- 0231c61 Win32 simulator performance optimisation: Invalidate onle the part of the window that actually changed in lcd_update() and lcd_update_rect(). by Jens Arnold · 20 years ago
- 1167b40 first shot at a perl script that generates the dependencies for the .elf files by Daniel Stenberg · 20 years ago
- db7986c Made the plugin linking depend on the plugin library for the simulator builds too. Removed unneeded dependency on plugin.h, because the .o gets rebuilt anyway when plugin.h changes: by Jens Arnold · 20 years ago
- e5b4913 Minor bug when writing files; files weren't truncated to 0, so when by Michiel Van Der Kolk · 20 years ago
- fabdf1d Logo plugin: (1) Changed button handling. Left/Down now always decreases the absolute delta (down to 0), while Right/Up increaes it. (2) Adapted for player using the player graphics library. by Jens Arnold · 20 years ago
- 576d029 Simulator: sim_rename() must not use off_t in the argument for the same reason as sim_lseek(). Removed parentheses around system function names as the function name mangling is done differently with the new build system. by Jens Arnold · 20 years ago
- 72975fa Bugggggggggggssssssssss *chases with flyswatter and swats them* by Michiel Van Der Kolk · 20 years ago
- 71eceb4 printing of the PC in assembly dumps. by Michiel Van Der Kolk · 20 years ago
- 12ab0ab Dynarec debug system added - creates various debugging files in the root. by Michiel Van Der Kolk · 20 years ago
- d1f9484 More opcodes implemented on dynarec, somewhat working, some bugs. by Michiel Van Der Kolk · 20 years ago
- fd01ca3 Change the colour of screendumps to blue on irivers. Patch from rasher. by Thom Johansen · 20 years ago
- 75640f4 Player graphics library: fixed and more robust bounds check, added bitmap drawing. by Jens Arnold · 20 years ago
- b0f57cb Properly clean the rockboy dependency file. by Jens Arnold · 20 years ago
- a9ee48a LCD mode switching added for recorders (uses ON button). by Jens Arnold · 20 years ago
- ebd63b5 New lcd mode: drop every 9th line; set as default. by Michiel Van Der Kolk · 20 years ago
- 984cd6e New lcd mode; drop top 8 and bottom 8 lines by Michiel Van Der Kolk · 20 years ago
- a17ee5f Increased the file type string buffer size by Linus Nielsen Feltzing · 20 years ago
- 3e60b5a Lcd mode selecting between top 16 and bottom 16 lines being dropped by by Michiel Van Der Kolk · 20 years ago
- ca2e99b Grayscale support for rockboy - can't work without markuns patch, by Michiel Van Der Kolk · 20 years ago
- ee811a3 Inserted optimized synth_full and put some vital data in IRAM. by Thom Johansen · 20 years ago
- d787c83 fixed gbc typo by Daniel Stenberg · 20 years ago
- 254100a load/savestate support added to the menu, contributed by pabs by Michiel Van Der Kolk · 20 years ago
- db44b29 support .ovl files to "accompany" .rock files when they are viewers by Daniel Stenberg · 20 years ago
- f9e18ae 'rockboxui' is a target name used in/for simulators, ignore such executables by Daniel Stenberg · 20 years ago
- efae754 Add .ovl files to the zip, and treat them like .rock files. by Daniel Stenberg · 20 years ago
- 32160dc iRiver: Increased the max CPU frequency to 120MHz by Linus Nielsen Feltzing · 20 years ago
- 0de0162 no menu for archos players till menu.c is adapted to work for them too... by Michiel Van Der Kolk · 20 years ago
- 0dc6b12 replaced BUTTON_SELECT with BUTTON_OFF by Michiel Van Der Kolk · 20 years ago
- e5f9306 forgot an #ifdef by Michiel Van Der Kolk · 20 years ago
- 31f215e ack, forgot to add file by Michiel Van Der Kolk · 20 years ago
- cd040dd First stages of rockboy menu - press A/B mode to enter, contributed by pabs by Michiel Van Der Kolk · 20 years ago
- 3921e1a Added dynarec(under construction) and outline for lcd modes by Michiel Van Der Kolk · 20 years ago
- 708e357 gmini: variable CPU frequency by Jean-Philippe Bernardy · 20 years ago
- abacb23 dummy button_hold() function to fix iriver sim builds. by Michiel Van Der Kolk · 20 years ago
- cee5e94 CR/LF code policing by Linus Nielsen Feltzing · 20 years ago
- 22ec198 added button_hold() to the plugin api by Michiel Van Der Kolk · 20 years ago
- f513da2 Use EXTRA_DEFINES for the SOURCES parsing in the codec makefiles by Linus Nielsen Feltzing · 20 years ago
- 348f567 Mode button quits now instead of the center button - prevents accidental quits. by Michiel Van Der Kolk · 20 years ago
- 9581972 Functions and data into iram mode for iriver, seems faster. by Michiel Van Der Kolk · 20 years ago
- 0cecadd Automatic cpu boosting when emulating, when supported by Michiel Van Der Kolk · 20 years ago
- fdcb5f0 Broke H100 sim. I suck. by Thom Johansen · 20 years ago
- c332553 Duplicate line and four space wide tabs, sorry about that. by Thom Johansen · 20 years ago
- 340d824 Added new coldfire assembly LPC decoder routine to libFLAC. by Thom Johansen · 20 years ago
- d061b37 removed the practically useless "trickle charge" and "deep discharge" options, now trickle is always on and deep always off by Jörg Hohensohn · 20 years ago
- ac79a0c let zip do zip without depending on 'all', to allow zipping up packages that by Daniel Stenberg · 20 years ago
- 2584896 More aggressive Recorder V1 charging (patch #1116884 from Jerry Van Baren) by Jörg Hohensohn · 20 years ago
- 384de10 Rockboy - gameboy emulation for rockbox, based on gnuboy. Still a bit early, but already playable on iRiver H1xx and the simulators. The archos recorder version is currently rather slow... by Jens Arnold · 20 years ago
- 48dad47 Added mkdir() to the plugin api. by Jens Arnold · 20 years ago
- e002b9c Added cpu_boost() to the plugin API by Linus Nielsen Feltzing · 20 years ago
- 3e1d8e4 Handle .S files in the codec Makefiles by Linus Nielsen Feltzing · 20 years ago
- 8c82d81 Sokoban: Made the walls dithered again. Code policing, removed tab chars. by Jens Arnold · 20 years ago
- f5e7a76 Ondio activity icon changed to MMC/flash symbol (thanks Jens) by Jörg Hohensohn · 20 years ago
- 78520e6 Fixed some warnings. by Jens Arnold · 20 years ago
- aceef07 Debug interface for the CPU frequency adjustment by Linus Nielsen Feltzing · 20 years ago
- 8fb8742 iRiver: Make better use of internal RAM, and larger buffers by Linus Nielsen Feltzing · 20 years ago
- 2d69f4c Fix for adjustable frequency by Linus Nielsen Feltzing · 20 years ago
- d7f3d1c Added cpu_frequency to the plugin API by Linus Nielsen Feltzing · 20 years ago
- d94f328 Adjustable CPU frequency for iRiver by Linus Nielsen Feltzing · 20 years ago
- 76620fb Export tick_start() to allow for tick timer reinit when changing CPU frequency by Linus Nielsen Feltzing · 20 years ago
- e734017 iRiver: more relaxed LCD timing by Linus Nielsen Feltzing · 20 years ago
- 8444632 iRiver: more relaxed default timing by Linus Nielsen Feltzing · 20 years ago
- f0cfd27 Correct dependencies for codec builds by Linus Nielsen Feltzing · 20 years ago
- 4eea7ac iRiver: Moved the main thread stack to IRAM by Linus Nielsen Feltzing · 20 years ago
- bf2946a Added missing sim_ prefixes. by Jens Arnold · 20 years ago
- b363d65 Get malloc() and friends out of the way for the cygwin linker (and maybe others), to make plugins work properly in the simulator. by Jens Arnold · 20 years ago
- c080f7e Added libwavpack & Tremor. by Jens Arnold · 20 years ago
- 399c081 Simulators: lseek() working again for systems with an off_t datatype differing from 'long' (cygwin/x11, maybe others). Removed unused sim_close(). by Jens Arnold · 20 years ago
- 00dd42a Correct libcomsim.a dependencies by Linus Nielsen Feltzing · 20 years ago
- 06ded52 long policy fixes by Jean-Philippe Bernardy · 20 years ago
- 5abca3c TCC730 slight stylistic improvement by Jean-Philippe Bernardy · 20 years ago
- 5426994 Better definition & usage of the ATTRIBUTE_PRINTF macro by Jean-Philippe Bernardy · 20 years ago
- a5fbdbb Killed a warning on iRiver builds by Linus Nielsen Feltzing · 20 years ago
- 274e5c2 Killed a warning by Linus Nielsen Feltzing · 20 years ago
- 4766863 Sokoban adapted to the iRiver H1xx display by Michiel van der Kolk by Linus Nielsen Feltzing · 20 years ago
- c90781b Added common simulator Makefile. by Jens Arnold · 20 years ago
- 80b786a Renamed config.h to config-tremor.h to avoid name clash with rockbox' config.h by Jens Arnold · 20 years ago
- dc838d2 Fix: really clear the button queue when it is meant to be cleared. by Jens Arnold · 20 years ago
- a83214d couple of fixes for 16 bits archs by Jean-Philippe Bernardy · 20 years ago
- 3d0ae46 No NOCYGWIN for the X11 simulator. by Jens Arnold · 20 years ago
- 5da99ed long policy by Jean-Philippe Bernardy · 20 years ago
- 74a1fb8 Use the new config-a52.h by Jens Arnold · 20 years ago
- 101b7e4 Cleanup by Jens Arnold · 20 years ago
- 2ad0dec Renamed config.h to config-a52.h to avoid name clash with rockbox' config.h by Jens Arnold · 20 years ago
- 52356d8 Show compiled source files by Jens Arnold · 20 years ago
- 4d8bbf4 Killed warnings by Jens Arnold · 20 years ago
- fc19445 more long policy by Jean-Philippe Bernardy · 20 years ago
- 5786b38 Synced. New English voice entries. by Mats Lidell · 20 years ago
- 0eeb92f add wv2wav by Christian Gmeiner · 20 years ago
- fe94a7a no strcpy for codecs by Christian Gmeiner · 20 years ago
- 8cb37d3 no strcpy for codecs by Christian Gmeiner · 20 years ago
- 089c5f7 Correction to clean: rule for libwavpack by Dave Chapman · 20 years ago
- 26601b9 dirty ctype fix by Christian Gmeiner · 20 years ago
- 83387a7 include libwavpack into build system by Christian Gmeiner · 20 years ago
- c3e55c0 changes to compile without warnings by Christian Gmeiner · 20 years ago
- e449d88 Initial import of libwavpack by Christian Gmeiner · 20 years ago