Movie Player

From Uzebox Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Movie Player
Mode7.png
Frame from movie "The Matrix"
DeveloperUze
Code licenseGNU General Public License version 3
or (at your option) any later version.
Media licenseCreative Commons Attribution Share-Alike version 3.0
EngineUzebox 3.1
Video Mode7
Latest release1.0
Release date29/4/2009
LanguageEnglish


The Movie player is a simple demo using video mode 7. It plays pre-encoded movies from a SD card. Currently it has no GUI an will play the first .UZM file found on the SD card.

IMPORTANT: The MoviePlayer.hex will only work with fast MicroSD cards of quality brands (like Kingston) that has a 1 dummy delay cycle between blocks when performing multi-block reads. Regular SD cards *will not work*, even Kingston. Same for Uzem v1.19+ which emulates a regular SD card which uses a 2 dummy cycles between blocks. Uzem uses two dummy delay bytes since it is what regular SD cards does and we want to emulate the "worst" case. The only possibility would be to fix the MoviePlayer code, but it can not compile anymore with latest kernels since there is not enough free cycles during HSYNC.

ROM

Sources

Part of the master Uzebox repository: [1]