Flycast is a multiplatform Sega Dreamcast, Naomi, Naomi 2 and Atomiswave emulator
Go to file
Flyinghead 1464c02903 mmu: add address cache to mem slow path. better fastmmu hashtable.
mmu: add address cache to Read/WriteMemNoEx
fastmmu: ignore 1k pages. optimize hashtable
get rid of NO_MMU
2021-05-14 19:03:57 +02:00
.github/workflows android: oboe audio driver. get rid of build variants 2021-04-30 19:57:11 +02:00
core mmu: add address cache to mem slow path. better fastmmu hashtable. 2021-05-14 19:03:57 +02:00
docs outdated stuff 2019-09-28 20:00:20 +02:00
gdtool delete deps/coreio 2021-01-19 17:50:03 +01:00
shell mmu: add address cache to mem slow path. better fastmmu hashtable. 2021-05-14 19:03:57 +02:00
snap reicast -> flycast 2020-11-21 21:51:27 +01:00
tests use aligned struct for sqbuffers and sh4 context 2021-03-23 16:07:53 +01:00
.cirrus.yml Fix compilation on FreeBSD 2021-02-14 17:06:03 +01:00
.gitignore gl: use async PBO to copy texture back to vram 2021-04-08 10:33:14 +02:00
.gitmodules deps: use official SDL url for submodule 2021-04-04 15:38:37 +02:00
.travis.yml android: oboe audio driver. get rid of build variants 2021-04-30 19:57:11 +02:00
CMakeLists.txt mmu: add address cache to mem slow path. better fastmmu hashtable. 2021-05-14 19:03:57 +02:00
LICENSE project import 2013-12-19 19:10:14 +02:00
README.md Add Flatpak installation guide 2021-04-19 11:28:56 +02:00
appveyor.yml reicast -> flycast 2021-04-04 13:35:11 +02:00
bitrise.yml bitrise: tentative build fix 2020-10-24 15:35:54 +02:00
issue_template.md custom textures: support JPEG format 2020-04-07 14:32:09 +02:00
wercker.yml reicast -> flycast 2021-04-04 13:35:11 +02:00

README.md

Flycast

C/C++ CI Android CI

flycast logo

Flycast is a multi-platform Sega Dreamcast, Naomi and Atomiswave emulator derived from reicast.

Information about configuration and supported features can be found on TheArcadeStriker's flycast wiki.

Join us on our Discord server for a chat.

Install

Flatpak

  1. Set up Flatpak

  2. Install Flycast from Flathub

flatpak install -y org.flycast.Flycast

  1. Run Flycast

flatpak run org.flycast.Flycast

Binaries

Get fresh builds for your system on the builds page.

New: Now automated test results are available as well.

Disclaimer

All code contritbuted to this fork is not bound by the Individual Contributor License Agreement of the upstream repository (https://github.com/reicast/reicast-emulator) and shall not be considered as a contribution to the upstream repository.