View Single Post
  #63 (permalink)  
Old February 6th, 2007, 02:16 PM
DD's Avatar
DD DD is offline
♫ ♪ ♫ ♪ ♫ - misticlurker
 
Join Date: Aug 2005
Location: Hampshire, England
Posts: 2,695
Rockbox adapted for smaller screens.

Quote:
6 Feb 21:41 Tom Ross

apps/plugins/SUBDIRS [diff]
apps/plugins/rockboy/Makefile [diff]
apps/plugins/rockboy/Version [gone]
apps/plugins/rockboy/cpu-gb.h [diff]
apps/plugins/rockboy/cpu.c [diff]
apps/plugins/rockboy/cpucore.h [diff]
apps/plugins/rockboy/debug.c [diff]
apps/plugins/rockboy/dynarec.c [diff]
apps/plugins/rockboy/emu.c [diff]
apps/plugins/rockboy/emu.h [diff]
apps/plugins/rockboy/events.c [diff]
apps/plugins/rockboy/exports.c [gone]
apps/plugins/rockboy/exports.h [gone]
apps/plugins/rockboy/fastmem.c [diff]
apps/plugins/rockboy/fastmem.h [diff]
apps/plugins/rockboy/fb.h [diff]
apps/plugins/rockboy/hw.c [diff]
apps/plugins/rockboy/hw.h [diff]
apps/plugins/rockboy/inflate.c [gone]
apps/plugins/rockboy/input.h [diff]
apps/plugins/rockboy/lcd-gb.h [diff]
apps/plugins/rockboy/lcd.c [diff]
apps/plugins/rockboy/lcdc.c [diff]
apps/plugins/rockboy/loader.c [diff]
apps/plugins/rockboy/loader.h [diff]
apps/plugins/rockboy/main.c [diff]
apps/plugins/rockboy/mem.c [diff]
apps/plugins/rockboy/mem.h [diff]
apps/plugins/rockboy/menu.c [diff]
apps/plugins/rockboy/noise.h [diff]
apps/plugins/rockboy/palette-presets.h [new]
apps/plugins/rockboy/palette.c [gone]
apps/plugins/rockboy/palette.h [gone]
apps/plugins/rockboy/pcm.h [diff]
apps/plugins/rockboy/rbsound.c [diff]
apps/plugins/rockboy/rc.h [gone]
apps/plugins/rockboy/rccmds.c [gone]
apps/plugins/rockboy/rcvars.c [gone]
apps/plugins/rockboy/rockboy.c [diff]
apps/plugins/rockboy/rockmacros.h [diff]
apps/plugins/rockboy/rtc-gb.h [diff]
apps/plugins/rockboy/rtc.c [diff]
apps/plugins/rockboy/save.c [diff]
apps/plugins/rockboy/sound.c [diff]
apps/plugins/rockboy/sound.h [diff]
apps/plugins/rockboy/split.c [gone]
apps/plugins/rockboy/split.h [gone]
apps/plugins/rockboy/sys_rockbox.c [diff]

Major Rockboy update. 1) Adapt Rockboy to smaller screens (H10, X5, and iPod Nano). 2) Add the ability to use a preset palette on color targets. Choose 'Set Palette' from the main menu. 3) Clean up the code to remove any unused code and variables. 4) Changed tabs to spaces. 5) Disable reading and writing sound when sound is disabled. 6) Disbable writing to the RTC since it is not implemented yet. 7) Minor optimizations from WAC gnuboy CE and iBoy. Massive clean up of code to make it appear consistent. 9) Change all C++ style comments to C style. 10) Completely reorganize dynarec. Add fixmes to all unimplemented opcodes. Add debug writes for all opcodes. Attempt to implement a few opcodes myself. 11) Silence some warnings when built using dynarec. 12) Minor reshuffling of IRAM, may or not offer a speed increase. 13) Include fixes found in the short-lived gnuboy CVS. All in all, there's about a 10% improvement on my test roms when sound is disabled and slight improvement with sound. Especially noticable when there are few sprites on screen and less action is occurring. See FS #6567.
__________________

www.designcut.co.uk
Reply With Quote