raydac / zxpoly

a multi-CPU ZX-Spectrum 128 concept platform
GNU General Public License v3.0
93 stars 9 forks source link

Filters and Interpolate Video #15

Closed rossimariolee closed 3 years ago

rossimariolee commented 3 years ago

Hello, could you add the color filters AMBER CRT/GREEN CRT and the interpolate video filters EPX and EAGLE ?

raydac commented 3 years ago

I am not sure in interpolation because in Java I use its internal hardcoded mechanisms for scaling, make any custom scaling can kill speed of work and Green/Orange CRT I guess not a problem

Alessandro1970 commented 3 years ago

ZxPoly's Gaussian filter is good for many games

Alessandro1970 commented 3 years ago

This is it on my pc:

Untitled 3

Haroldo64 commented 3 years ago

...what's the hell, No spectrum, that's Amiga !?

Alessandro1970 commented 3 years ago

Not a Commodore Amiga nor ST, that is ZxPoly !!!

http://www.emulatronia.com/emusdaqui/spec256/download-eng.htm

raydac commented 3 years ago

it is a Spec256 game, with 256 colors under virtual 64 bit Z80, and ZX-Poly simulates 4 real Z80 and has only 16 colors per pixel, I just decided to make some support of Spec256 in emulator because it was possible, but not sure that all games for Spec256 work correctly because there is no any description or sources of the platform, only some old set of games, for instance Knight Lore doesn't work because its simulation too complex

raydac commented 3 years ago

@rossimariolee I have added Amber old TV and Green old TV filters, you can try snapshot

rossimariolee commented 3 years ago

thanks