Trash Uncle f52f465d62 Added 1.5 Converted and TetroRink Shadowmask sets. (#27)
1.5 Converted are new masks created during the "Beta 3" period of testing.  TetroRink set is a recreation, from screenshots, of a certain commercial upscaler's masks.
2021-12-17 22:45:58 +08:00
2021-12-01 03:58:46 +08:00

Shadow Masks for MiSTer FPGA

This repository contains the Shadow Mask files for the MiSTer FPGA.

Instructions

Create a folder named Shadow_Masks in the root of your MicroSD Card along with the other folders like "filters", "games", etc... Place the .txt Shadow Mask files into that folder.

Color Palette

Color Value Bits
Gray 0 000
Blue 1 001
Green 2 010
Cyan 3 011
Red 4 100
Magenta 5 101
Yellow 6 110
White 7 111

Max width = 8
Max Height = 8

How It Works

Here's an example. If you wanted to make RGB dots that use this pattern:

Then you would make a file like this:

# w,h
6,4

# lut
4,4,2,2,1,1
4,4,2,2,1,1
2,1,1,4,4,2
2,1,1,4,4,2

These numbers correspond to the following r, g, b values like this:

r,r,g,g,b,b
r,r,g,g,b,b
g,b,b,r,r,g
g,b,b,r,r,g

Create Your Own

With the tool found here: MiSTer - Shadow Mask Editor

Tool provided by Tonurics

Description
HDMI Shadow Masks
Readme 1.2 MiB
Languages
Text 100%