From d516871e6fcbde11863b927de75a042e8b8ce3e9 Mon Sep 17 00:00:00 2001 From: ImJezze Date: Mon, 25 Jan 2016 22:02:24 +0100 Subject: NTSC Refactoring and Options - merged YIQ encode and decode pass into one NTSC pass - added options for most NTSC settings - reduced sample count to 64 - changed default O value to 0 - fit NTSC signal jitter between a reasonable limit of 0 and 1 - fit A and B value between a reasonable limit of -1 and 1 - fit scanline jitter between a reasonable limit of 0 and 1 - added hum bar simulation based on [MooglyGuy's] GLSL port of the mame shader pipeline - added monochrome-chessboard.png - added slot-mask-aligned.png (to simulate a TFT LCD) --- artwork/monochrome-chessboard.png | Bin 0 -> 23358 bytes artwork/monochrome-matrix.png | Bin 31397 -> 33194 bytes artwork/slot-mask-aligned.png | Bin 0 -> 26638 bytes 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 artwork/monochrome-chessboard.png create mode 100644 artwork/slot-mask-aligned.png (limited to 'artwork') diff --git a/artwork/monochrome-chessboard.png b/artwork/monochrome-chessboard.png new file mode 100644 index 00000000000..b10019847bf Binary files /dev/null and b/artwork/monochrome-chessboard.png differ diff --git a/artwork/monochrome-matrix.png b/artwork/monochrome-matrix.png index c44d063c397..c1180363087 100644 Binary files a/artwork/monochrome-matrix.png and b/artwork/monochrome-matrix.png differ diff --git a/artwork/slot-mask-aligned.png b/artwork/slot-mask-aligned.png new file mode 100644 index 00000000000..764c5fcb5be Binary files /dev/null and b/artwork/slot-mask-aligned.png differ -- cgit v1.2.3