From b5d80d85aecb35fe194c397535e9d427c0358d4d Mon Sep 17 00:00:00 2001 From: cam900 Date: Wed, 17 Jul 2024 11:24:45 +0900 Subject: [PATCH] speglsht.cpp: Add notes (#12575) Transparent color is wrong at title screen animation, reference: https://youtu.be/cK7mGnt6YfY?si=Ah5hC_iFS2Li7Xwl --- src/mame/seta/speglsht.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mame/seta/speglsht.cpp b/src/mame/seta/speglsht.cpp index e23074473f3..adc117f6912 100644 --- a/src/mame/seta/speglsht.cpp +++ b/src/mame/seta/speglsht.cpp @@ -103,6 +103,8 @@ Notes: U70 : 16M mask ROM (DIP42, PCB labelled 'ZPRO0') * : Unpopulated position for 16M DIP42 mask ROM (PCB labelled 'ZPRO1') +TODO: +- Transparent color is wrong at title screen animation */ #include "emu.h"