I just thought I would share this with you guys.. I made some "filters" for MAME because I wasn't happy with the ones that were included. These are for a scanline and phosphor effect. These are numbered 1,2,and 3 and get progressively darker.. I also included a few others that I made just for fun. Try them out.. If you like them let me know.
Here are a few pics.. They don't look quite right because of the compression or re-sizing or something but you can kind of get the idea.
Unfortunately you're scanlines are misaligned. Check the "Press Start" lettering on the Demon Front screenshot. You can clearly see how the scanlines are splitting up pixels.... That's why you usually don't use the standard scanline function while using Direct3D output from MAME.
Unfortunately you're scanlines are misaligned. Check the "Press Start" lettering on the Demon Front screenshot. You can clearly see how the scanlines are splitting up pixels.... That's why you usually don't use the standard scanline function while using Direct3D output from MAME.
I did notice that but I wasn't sure how to correct it.
It just got broken several years ago. If you want to use MAME's internal scanline filters, DirectDraw is the better choice. But then again you're limited to much lower resolutions in your overlays. That's why eventually HLSL was implemented.