Super FX: Difference between revisions

From SNESdev Wiki
Jump to navigationJump to search
(Category:Expansions)
(bsnes code is in two parts)
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
== References ==
== References ==
:* [[SNES Development Manual]]: Book II 2-1-1
:* [[SNES Development Manual]]: Book II 2-1-1
:* [https://github.com/bsnes-emu/bsnes/tree/master/bsnes/sfc/coprocessor/superfx bsnes superfx] - emulation source code
:* [https://github.com/bsnes-emu/bsnes/tree/master/bsnes/processor/gsu bsnes gsu] - emulation source code
:* [https://github.com/bsnes-emu/bsnes/tree/master/bsnes/processor/gsu bsnes gsu] - emulation source code
:* [https://github.com/snes9xgit/snes9x/blob/master/fxemu.cpp Snes9x fxemu] - emulation source code
:* [https://github.com/snes9xgit/snes9x/blob/master/fxemu.cpp Snes9x fxemu] - emulation source code
Line 10: Line 11:
:* [https://wiki.superfamicom.org/superfx-flag-clobber-table Super FX flag clobber table] - superfamicom.org wiki
:* [https://wiki.superfamicom.org/superfx-flag-clobber-table Super FX flag clobber table] - superfamicom.org wiki


[[Category:Expansion]]
[[Category:Expansions]]

Latest revision as of 23:56, 22 February 2023

The Super FX is an enhancement chip, or graphic support unit (GSU), designed by Argonaut Games that natively supports plotting individual pixels and lines. It has a 14 general purpose 16-bit registers, 98 instructions, and a 512-byte cache.

References