summaryrefslogtreecommitdiff
path: root/apps/plugins/rockboy (follow)
Commit message (Collapse)AuthorAge
...
* Alpha sound driver for rockboy, should work in theory, but in practice,Michiel Van Der Kolk2005-03-20
| | | | | | | it doesn't. disabled by default with a define. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6218 a1c6a512-1295-4272-9138-f99709370657
* Source documentation of gnuboy (all there is anyways...)Michiel Van Der Kolk2005-03-17
| | | | | | | Helps with understanding the code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6195 a1c6a512-1295-4272-9138-f99709370657
* Removed unnecessary extra check.Jens Arnold2005-03-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6183 a1c6a512-1295-4272-9138-f99709370657
* Made the IRAM usage depend on the CPU type.Jens Arnold2005-03-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6182 a1c6a512-1295-4272-9138-f99709370657
* Baild out instead of crashing when called directly (without playing a ROM file).Jens Arnold2005-03-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6167 a1c6a512-1295-4272-9138-f99709370657
* Minor bug when writing files; files weren't truncated to 0, so whenMichiel Van Der Kolk2005-03-05
| | | | | | | writing a file smaller than the previous one, it adds garbage to the end. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6147 a1c6a512-1295-4272-9138-f99709370657
* Bugggggggggggssssssssss *chases with flyswatter and swats them*Michiel Van Der Kolk2005-03-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6144 a1c6a512-1295-4272-9138-f99709370657
* printing of the PC in assembly dumps.Michiel Van Der Kolk2005-03-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6143 a1c6a512-1295-4272-9138-f99709370657
* Dynarec debug system added - creates various debugging files in the root.Michiel Van Der Kolk2005-03-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6142 a1c6a512-1295-4272-9138-f99709370657
* More opcodes implemented on dynarec, somewhat working, some bugs.Michiel Van Der Kolk2005-03-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6141 a1c6a512-1295-4272-9138-f99709370657
* Properly clean the rockboy dependency file.Jens Arnold2005-03-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6138 a1c6a512-1295-4272-9138-f99709370657
* LCD mode switching added for recorders (uses ON button).Jens Arnold2005-03-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6137 a1c6a512-1295-4272-9138-f99709370657
* New lcd mode: drop every 9th line; set as default.Michiel Van Der Kolk2005-03-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6136 a1c6a512-1295-4272-9138-f99709370657
* New lcd mode; drop top 8 and bottom 8 linesMichiel Van Der Kolk2005-03-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6135 a1c6a512-1295-4272-9138-f99709370657
* Lcd mode selecting between top 16 and bottom 16 lines being dropped byMichiel Van Der Kolk2005-03-04
| | | | | | | using the hold button. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6133 a1c6a512-1295-4272-9138-f99709370657
* Grayscale support for rockboy - can't work without markuns patch,Michiel Van Der Kolk2005-03-04
| | | | | | | needs rockbox' internal framebuffer in 2 bit (4 pixels / byte) format. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6132 a1c6a512-1295-4272-9138-f99709370657
* load/savestate support added to the menu, contributed by pabsMichiel Van Der Kolk2005-03-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6129 a1c6a512-1295-4272-9138-f99709370657
* no menu for archos players till menu.c is adapted to work for them too...Michiel Van Der Kolk2005-03-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6124 a1c6a512-1295-4272-9138-f99709370657
* replaced BUTTON_SELECT with BUTTON_OFFMichiel Van Der Kolk2005-03-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6123 a1c6a512-1295-4272-9138-f99709370657
* forgot an #ifdefMichiel Van Der Kolk2005-03-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6122 a1c6a512-1295-4272-9138-f99709370657
* ack, forgot to add fileMichiel Van Der Kolk2005-03-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6121 a1c6a512-1295-4272-9138-f99709370657
* First stages of rockboy menu - press A/B mode to enter, contributed by pabsMichiel Van Der Kolk2005-03-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6120 a1c6a512-1295-4272-9138-f99709370657
* Added dynarec(under construction) and outline for lcd modesMichiel Van Der Kolk2005-03-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6119 a1c6a512-1295-4272-9138-f99709370657
* Mode button quits now instead of the center button - prevents accidental quits.Michiel Van Der Kolk2005-03-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6113 a1c6a512-1295-4272-9138-f99709370657
* Functions and data into iram mode for iriver, seems faster.Michiel Van Der Kolk2005-03-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6112 a1c6a512-1295-4272-9138-f99709370657
* Automatic cpu boosting when emulating, when supportedMichiel Van Der Kolk2005-03-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6111 a1c6a512-1295-4272-9138-f99709370657
* Rockboy - gameboy emulation for rockbox, based on gnuboy. Still a bit early, ↵Jens Arnold2005-03-02
but already playable on iRiver H1xx and the simulators. The archos recorder version is currently rather slow... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6104 a1c6a512-1295-4272-9138-f99709370657