summaryrefslogtreecommitdiff
path: root/apps/plugins/pacbox (follow)
Commit message (Collapse)AuthorAge
* Patch #4870 from Fredrik Öhrn - Call yield() less often (gives a 3-4fps ↵Dave Chapman2006-03-20
| | | | | | speed increase on H300) plus some minor code reorganisation git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9140 a1c6a512-1295-4272-9138-f99709370657
* More patches from Fredrik Öhrn - joystick2.diff (add support using buttons ↵Dave Chapman2006-03-18
| | | | | | on the iriver remotes) and speedup.diff (more optimisations for Coldfire targets). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9089 a1c6a512-1295-4272-9138-f99709370657
* Add a call to rb->yield() in the main loopDave Chapman2006-03-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9065 a1c6a512-1295-4272-9138-f99709370657
* Sprite rendering bug fix from Dave HooperDave Chapman2006-03-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9055 a1c6a512-1295-4272-9138-f99709370657
* Another optimisation from Fredrik Öhrn - put the Z80 registers and some ↵Dave Chapman2006-03-15
| | | | | | lookup tables in IRAM. Gives a significant boost on Coldfire targets git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9053 a1c6a512-1295-4272-9138-f99709370657
* Save user settings to disk, plus some code policingDave Chapman2006-03-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9047 a1c6a512-1295-4272-9138-f99709370657
* Minor cleanup and correct the copyrightDave Chapman2006-03-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9043 a1c6a512-1295-4272-9138-f99709370657
* Enable frame-rate control for all targets. Change the iPod Nano to display ↵Dave Chapman2006-03-15
| | | | | | 30fps (the other targets are all aiming for 20fps, but are not yet achieving it) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9042 a1c6a512-1295-4272-9138-f99709370657
* Patch #4830 from Dave Hooper - improved grayscale for the H1x0Dave Chapman2006-03-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9041 a1c6a512-1295-4272-9138-f99709370657
* Patch #4829 from Fredrik Öhrn - Coldfire assembler blit_display() function ↵Dave Chapman2006-03-15
| | | | | | for H300 and move the palette data into IRAM. Each of these gives about a 1fps speed improvement. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9038 a1c6a512-1295-4272-9138-f99709370657
* Oops - changing the default setting for showfps shouldn't have been committed.Dave Chapman2006-03-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9019 a1c6a512-1295-4272-9138-f99709370657
* Various improvements and code re-organisation: Optimised assembler LCD ↵Dave Chapman2006-03-13
| | | | | | rendering function for the iPod 5G by me and an optimisations to the sprite drawing routines courtesy of stripwax (these improvements make pacbox almost realtime on the iPod 5G). MENU+SELECT now brings up the menu on the iPod instead of the hold switch. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9018 a1c6a512-1295-4272-9138-f99709370657
* Stop audio playback before using IRAMDave Chapman2006-03-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9005 a1c6a512-1295-4272-9138-f99709370657
* pacbox - a Pacman arcade machine emulator. Currently working for all colour ↵Dave Chapman2006-03-11
targets and the iriver H1x0. Requires the Pacman arcade machine ROMs in /.rockbox/pacman/ git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9001 a1c6a512-1295-4272-9138-f99709370657