summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* D2: Obey the SD card write-protect tabRob Purchase2009-09-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22596 a1c6a512-1295-4272-9138-f99709370657
* D2: Enable ARM cache coherency functions (eg. during codec load), which ↵Rob Purchase2009-09-01
| | | | | | should eliminate data aborts/freezes on track changes. NOTE: The linker script reserves space at the end of DRAM for the TTB, but this is not currently used. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22595 a1c6a512-1295-4272-9138-f99709370657
* D2: Move ACTION_WPS_STOP from the power button as it's too easy to hit by ↵Rob Purchase2009-09-01
| | | | | | accident when disengaging the hold switch. Use a long press of the top-right touchscreen area instead. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22594 a1c6a512-1295-4272-9138-f99709370657
* Fixed checkwps build warnings. Updated checkwps makefile to be closer to main.Björn Stenberg2009-09-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22593 a1c6a512-1295-4272-9138-f99709370657
* YH920 : enable battery reading (uncalibrated yet)Rafaël Carré2009-09-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22592 a1c6a512-1295-4272-9138-f99709370657
* Added a missing line for spoken QUICKSCREEN_TOP item in Quick Screen.Alessio Lenzi2009-09-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22591 a1c6a512-1295-4272-9138-f99709370657
* Add the Onda 777 to the simulators list.Jonas Häggqvist2009-09-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22590 a1c6a512-1295-4272-9138-f99709370657
* Onda VX747/VX777 bootloader: power off after holding the poweroff button for ↵Maurus Cuelenaere2009-09-01
| | | | | | 2 seconds (BUTTON_REPEAT doesn't seem to work in bootloader) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22589 a1c6a512-1295-4272-9138-f99709370657
* Enable sound on the Samsung YH-920Mark Arigo2009-09-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22588 a1c6a512-1295-4272-9138-f99709370657
* Add support for vertical stride to resizer.Karl Kurbjun2009-09-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22587 a1c6a512-1295-4272-9138-f99709370657
* Matrix: Add support for vertical stridesKarl Kurbjun2009-09-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22586 a1c6a512-1295-4272-9138-f99709370657
* Invadrox: Add support for vertical stridesKarl Kurbjun2009-09-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22585 a1c6a512-1295-4272-9138-f99709370657
* Star: Add support for Vertical strides.Karl Kurbjun2009-09-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22584 a1c6a512-1295-4272-9138-f99709370657
* Brickmania: Fix define and add support for vertical strides.Karl Kurbjun2009-09-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22583 a1c6a512-1295-4272-9138-f99709370657
* Brickmania: Make the game speed scale with the GAMESCREEN_HEIGHT.Karl Kurbjun2009-09-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22582 a1c6a512-1295-4272-9138-f99709370657
* Move the FIFO emptying up, as having it after lcd_write_single_data16() ↵Thomas Martitz2009-09-01
| | | | | | causes problems with uneven transfers (I'm not sure why). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22581 a1c6a512-1295-4272-9138-f99709370657
* Add in BMP loader for vertical stride and include lcd-16bit-vert.c in SOURCESKarl Kurbjun2009-09-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22580 a1c6a512-1295-4272-9138-f99709370657
* Initial vertical stride LCD driver. Backdrop is inverted with it currently.Karl Kurbjun2009-09-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22579 a1c6a512-1295-4272-9138-f99709370657
* Fuze/e200v2: Speed up the LCD further by letting the FIFO fill until it's ↵Thomas Martitz2009-09-01
| | | | | | | | | | full instead of keeping it almost empty. The blue bars I previously had with this way are fixed by blocking DBOP output while reading buttons from GPIO. We reached the maximum fps even at unboosted now (100.0 fps at lcd_update(), DBOP can't do more). Optimisation to YUV stuff is still possible though. The e200v2 scrollwheel is very improved due to the this and the previous speedup since the chance of getting the wheel read blocked is greatly decreased with faster updates. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22578 a1c6a512-1295-4272-9138-f99709370657
* Fix a typo in jpeg_idct8h which could cause display corruption on ARMv5+Rob Purchase2009-08-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22577 a1c6a512-1295-4272-9138-f99709370657
* * Fix plugin keymaps for VX777Maurus Cuelenaere2009-08-31
| | | | | | | | | * Enable plugins for VX777 * Fix VX777 simulator All done by Aaron DeMille. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22576 a1c6a512-1295-4272-9138-f99709370657
* Apply the lcd speed fix from fuze also to e200v2. Improves speed by a factor ~2.Dominik Wenger2009-08-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22575 a1c6a512-1295-4272-9138-f99709370657
* Speed up the Fuze's LCD by a factor of ~2.1 (lcd_update()) by using 32bit ↵Thomas Martitz2009-08-31
| | | | | | | | transfers when possible. Unaligned (to 4byte boundary) and odd (where the amount of data is not an integer multiple of 32bit) are still supported. Even those still have a speedup of >2. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22574 a1c6a512-1295-4272-9138-f99709370657
* pegbox, sliding_puzzle, sokoban, solitaire, sudoku, and superdom: Add ↵Karl Kurbjun2009-08-31
| | | | | | support for vertical strides git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22573 a1c6a512-1295-4272-9138-f99709370657
* Updated italian translation.Alessio Lenzi2009-08-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22572 a1c6a512-1295-4272-9138-f99709370657
* Jewels: Add support for vertical stride.Karl Kurbjun2009-08-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22571 a1c6a512-1295-4272-9138-f99709370657
* Chessbox and Flipit: Add support for vertical strides.Karl Kurbjun2009-08-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22570 a1c6a512-1295-4272-9138-f99709370657
* Blackjack: Add support for vertical strides.Karl Kurbjun2009-08-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22569 a1c6a512-1295-4272-9138-f99709370657
* Bubbles: Add support for vertical strides.Karl Kurbjun2009-08-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22568 a1c6a512-1295-4272-9138-f99709370657
* Fix Configure script (not ready for that change yet)Karl Kurbjun2009-08-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22567 a1c6a512-1295-4272-9138-f99709370657
* Fix MakefileKarl Kurbjun2009-08-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22566 a1c6a512-1295-4272-9138-f99709370657
* M:Robe 500: Add firmware patcher: Can decrypt firmware updates, patch them, ↵Karl Kurbjun2009-08-30
| | | | | | and re-encrypt them. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22565 a1c6a512-1295-4272-9138-f99709370657
* Update the french translation.Mustapha Senhaji2009-08-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22564 a1c6a512-1295-4272-9138-f99709370657
* rbutil: correct debug output.Dominik Wenger2009-08-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22563 a1c6a512-1295-4272-9138-f99709370657
* rbutil: correct usb-id reading on windows.Dominik Wenger2009-08-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22562 a1c6a512-1295-4272-9138-f99709370657
* Further performance optimization of the atrac3 decoder. Rework the internal ↵Andree Buschmann2009-08-30
| | | | | | sample representation and usage of dsp routines. For now a quick and dirty solution is used to add a fract part of 2 bits. Through this several buffers and functions as well as copy loops could be removed. Furthermore add some ASM for coldfire and place some additional data in IRAM on PP5022/24 and X5/M5. Speedup on ARM: +3%, speedup on Coldfire: +639%. Both ARM and Coldfire can decode in realtime now. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22561 a1c6a512-1295-4272-9138-f99709370657
* Fix Onda VX777 boot extensionMaurus Cuelenaere2009-08-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22560 a1c6a512-1295-4272-9138-f99709370657
* Logic was backwards on the check for NSF file format. Fix that and save one ↵Michael Giacomelli2009-08-30
| | | | | | memcmp. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22559 a1c6a512-1295-4272-9138-f99709370657
* Patch doesn't SVN add . . .Michael Giacomelli2009-08-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22558 a1c6a512-1295-4272-9138-f99709370657
* Accept FS#10570 by Jason Yu. Adds metadata parsing for NSF files.Michael Giacomelli2009-08-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22557 a1c6a512-1295-4272-9138-f99709370657
* Fix x_offset for YUV blitting.Thomas Martitz2009-08-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22556 a1c6a512-1295-4272-9138-f99709370657
* Dreaded last minute changes at 4am :( Fix red.Thomas Martitz2009-08-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22555 a1c6a512-1295-4272-9138-f99709370657
* Samsung YH925: Implement lcd flipping. Although it's a questionable feature, ↵Thomas Martitz2009-08-30
| | | | | | it should enable us to fix the problem that the OF's display is flipped after the Rockbox bootloader. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22554 a1c6a512-1295-4272-9138-f99709370657
* Manual: Fix the vertical spacing in the first and the last rows in tablesAlexander Levin2009-08-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22553 a1c6a512-1295-4272-9138-f99709370657
* Samsung YH: Make going back to the main menu by keeping cancel press also ↵Thomas Martitz2009-08-29
| | | | | | work. For some reason, this needed on Samsung YH, but not on an e200 (it doesn't need repeat). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22552 a1c6a512-1295-4272-9138-f99709370657
* Samsung YH: Many keymap fixes for keyboard screen, wps, set time/date and ↵Thomas Martitz2009-08-29
| | | | | | quickscreen. Little kludge for quickscreen: Entering the quickscreen requires pressing 2 directional buttons (left and down), but that's really easy to do actually, much easier than messing with the side buttons (which don't even work reliably), accidental option changes shouldn't be possible due to use of precondition. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22551 a1c6a512-1295-4272-9138-f99709370657
* Make table headers look like the original booktabsAlexander Levin2009-08-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22550 a1c6a512-1295-4272-9138-f99709370657
* fix redAndree Buschmann2009-08-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22549 a1c6a512-1295-4272-9138-f99709370657
* Submit interim version of FS#10565. Performance optimization of atrac3 ↵Andree Buschmann2009-08-29
| | | | | | decoder for ARM. Introduce ASM routines for multiplications and two synthesis loops, refactured parts of synthesis and windowing. Speeds up decoding by a factor of 2.4 on PP502x. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22548 a1c6a512-1295-4272-9138-f99709370657
* Correct superdom conflictKarl Kurbjun2009-08-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22547 a1c6a512-1295-4272-9138-f99709370657