index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
plugins
/
rockboy
/
cpu.c
Age
Commit message (
Expand
)
Author
2021-04-23
rockboy: Properly fix the GCC11 code style warnings.
Solomon Peachy
2021-04-23
rockboy: Upstream code style trips GCC11 warnings.
Solomon Peachy
2011-03-19
FS#12014 by Huan Zhang fixing some link errors with a recent mips toolchain.
Nils Wallménius
2010-05-06
Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...
Thomas Martitz
2009-06-07
Convert a number of places in core and plugins to use the BIT_N() macro inste...
Jens Arnold
2008-11-12
Revert last commit (accidentally committed the whole tree)
Karl Kurbjun
2008-11-12
Add in the needed crt0.S code for the wakeup alarm also
Karl Kurbjun
2007-10-16
Code police and clean up for rockboy.
Tom Ross
2007-03-16
Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...
Jens Arnold
2007-02-06
Major Rockboy update.
Tom Ross
2006-06-19
Update for Rockboy: - fix scaling for other color screens than H300 - full me...
Karl Kurbjun
2006-01-20
Karl Kurbjun's patch #1407719:
Daniel Stenberg
2006-01-08
Don't include the .bss and .ibss sections in the binary image for codecs and ...
Jens Arnold
2005-07-03
Centralised the ICODE_ATTR and IDATA_ATTR #defines. Renamed some musepack and...
Jens Arnold
2005-03-05
Minor bug when writing files; files weren't truncated to 0, so when
Michiel Van Der Kolk
2005-03-05
Dynarec debug system added - creates various debugging files in the root.
Michiel Van Der Kolk
2005-03-05
More opcodes implemented on dynarec, somewhat working, some bugs.
Michiel Van Der Kolk
2005-03-03
Added dynarec(under construction) and outline for lcd modes
Michiel Van Der Kolk
2005-03-03
Functions and data into iram mode for iriver, seems faster.
Michiel Van Der Kolk
2005-03-02
Rockboy - gameboy emulation for rockbox, based on gnuboy. Still a bit early, ...
Jens Arnold