TASEmulators / gens-rerecording

The Gens rerecording project, a Sega Genesis, 32x, Sega CD emulator. The primary purpose is to expand features related to creating Tool-Assisted movies.
http://tasvideos.org/EmulatorResources/Gens.html
20 stars 10 forks source link

Add Blargg's NTSC filter #62

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Blargg has made some great filters which would be good to add to Gens. The
filter actually needs to be different per console, but that's OK,
apparently he already went to the trouble of making separate versions of
the filter for Master System and Mega Drive. It is quite an unusual filter
to integrate compared to the standard "scale exactly 2x with some effect"
filters, for example it will take some modification of the basic blitter
and backbuffer format to get it in. However, I think we can leverage the
fact that this project is using the GPL, and grab the code from here to
start with: http://code.google.com/p/genplus-gx/source/browse/trunk/source/ntsc

Original issue reported on code.google.com by nitsuja-@hotmail.com on 19 Mar 2009 at 8:33

DerekTurtleRoe commented 9 years ago

Filters/shaders/whatever are awesome to add. Blargg's are good, Themaister's are good as well. Will investigate.

It should be noted that these can cause performance and accuracy issues on some systems and setups. Just FYI.