8000 GitHub - pcercuei/bloom: Bloom?
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

pcercuei/bloom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bloom

Bloom is an experimental Playstation 1 emulator for the SEGA Dreamcast.

It is built on top of other open-source projects:

Features

  • Hardware CD-ROM support, including original discs, even the copy-protected (libcrypt) ones

  • BIN/CUE, CCD/IMG, MDS/MDF, ISO, PBP, and CHD images with FLAC/LZMA/ZSTD compression are supported

  • Can load image files from CD, IDE (hard drive) or SD cards

  • Using HLE emulation for the BIOS, no BIOS file required (but one can optionally be supplied)

  • Experimental PVR renderer, faster with low compatibility

  • Optionally supports a software renderer (Unai), slow with very good compatibility

  • Memory cards emulated as files on the VMUs. Possibility to use memory card images on IDE or SD cards.

  • No sound for now.

Building

You need the latest version of KallistiOS installed, and preferably a dc-chain toolchain built with the latest GCC version. If you upload builds with dc-tool, you also need the latest version of both dc-tool and dc-load.

To build Bloom, run:

cd /path/to/bloom
mkdir build
cd build
kos-cmake ..
make

This will build Bloom with the default settings.

To configure Bloom you can use kos-ccmake instead, which will open a (curses-based) user interface with all the options for the project.

Building with debug support

Bloom can be built with full debug output, including the log of the optimizer, the PSX code disassembly, and the SH4 code disassembly.

It is however necesary to first build and install Binutils into the KOS toolchain. To make it easier, there is a script that will automatically download, build and install Binutils:

cd /path/to/bloom
deps/binutils/build.sh

Then, to build Bloom with debug support:

cd /path/to/bloom
mkdir build
cd build
kos-cmake -DCMAKE_BUILD_TYPE=Debug -DLOG_LEVEL=Debug ..
make

About

Bloom?

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0