mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-16 01:35:07 +00:00
2e6cc9fc7c
# Conflicts: # CMakeLists.txt # papers/doc/7-systems/README.md # src/engine/dispatch.h # src/engine/dispatchContainer.cpp # src/engine/playback.cpp # src/engine/sysDef.cpp # src/gui/gui.cpp
24 lines
760 B
Markdown
24 lines
760 B
Markdown
# systems
|
|
|
|
this is a list of systems that Furnace supports, including each system's effects.
|
|
|
|
- [Sega Genesis/Mega Drive](genesis.md)
|
|
- [Sega Master System](sms.md)
|
|
- [Game Boy](game-boy.md)
|
|
- [PC Engine/TurboGrafx-16](pce.md)
|
|
- [NES](nes.md)
|
|
- [Commodore 64](c64.md)
|
|
- [Arcade (YM2151/PCM)](arcade.md)
|
|
- [Neo Geo/YM2610](ym2610.md)
|
|
- [Taito Arcade/YM2610B](ym2610b.md)
|
|
- [AY-3-8910](ay8910.md)
|
|
- [Amiga](amiga.md)
|
|
- [Yamaha YM2612 standalone](ym2612.md)
|
|
- [Yamaha YM2151 standalone](ym2151.md)
|
|
- [Atari 2600](tia.md)
|
|
- [Philips SAA1099](saa1099.md)
|
|
- [Microchip AY8930](ay8930.md)
|
|
- [Seta/Allumer X1-010](x1_010.md)
|
|
- [WonderSwan](wonderswan.md)
|
|
|
|
Furnace also reads .dmf files with the [Yamaha YMU759](ymu759.md) system, but does not emulate the chip at all.
|