Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.txt | 2014-02-18 | 2.0 kB | |
beaglesnes_full.img.bz2 | 2014-02-18 | 1.2 GB | |
beaglesnes_kernel_BBB.tar.bz2 | 2014-02-18 | 169.9 MB | |
beaglesnes_kernel_BBxM.tar.bz2 | 2014-02-18 | 170.0 MB | |
beaglesnes_u-boot.tar.bz2 | 2014-02-18 | 10.5 MB | |
beaglesnes_partial.tar.bz2 | 2014-02-18 | 5.0 MB | |
beaglesnes_src.tar.bz2 | 2014-02-18 | 1.9 MB | |
Totals: 7 Items | 1.6 GB | 0 |
The latest documentation for BeagleSNES can always be found on the project web page at: http://beaglesnes.org/documentation.html The "BeagleSNES User and Developer Guide" is available for download from that page. This PDF document explains how to download, install, and configure BeagleSNES, provides information on how to build individual components of the system, and gives an overview of how those components work. If you need to know it, it is in the guide. Download it and read it! This release adds: General: - Updated the documentation. Application: - Changed the old game selection menu configuration file from games.cfg to the new XML-based games.xml format. - Added support for the 320x240 LCD3 display. - Added software volume control (mostly used by the LCD3 target). - Changed the name of the snes9x-sdl.BBB binary to snes9x-sdl.BBB.HDMI (for the BBB HDMI target). - Added the snes9x-sdl.BBB.LCD3 binary (for the BBB LCD3 target). - Changed the game selection GUI to pull its button mappings from the emulator configuration file. - Moved the configuration, ROM, and image files to the /boot partition. Kernel: - Added controller driver support for ACRUX, DragonRise, GreenAsia/Pantherlord, I-Force, Sony PS3, X-Box, and ZeroPlus. Bootloader: - Modified the setup_BBB.sh script so that it is now two scripts: setup_BBB_HDMI.sh (for the BBB HDMI target) and setup_BBB_LCD3.sh (for the BBB LCD3 target). - Setup the kernel command line arguments in the setup_BBB_LCD3.sh script to disable the HDMI cape. File System: - Increased the /boot partition size from 64 megabytes to ~950 megabytes. - Decreased the /rootfs partition size to fill the remainder of the 4 gigabyte microSD card image. - Changed the service.sh script to detect whether the LCD3 cape is attached for BBB systems. - Modified the /etc/modes.fb file to include a 320x240 mode for the new LCD3 display target. - Added the Expat 2.1.0 library and headers to /usr/local.