From ad2712764089b0dbec2e38915e54185a17347dba Mon Sep 17 00:00:00 2001 From: hap Date: Tue, 24 Oct 2023 20:59:14 +0200 Subject: videoart: update notes --- src/mame/misc/videoart.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/mame/misc/videoart.cpp b/src/mame/misc/videoart.cpp index 6d070afeb6d..28ebdbc5abf 100644 --- a/src/mame/misc/videoart.cpp +++ b/src/mame/misc/videoart.cpp @@ -25,7 +25,9 @@ TODO: - background color is wrong, this also causes it to scribble preset drawings on top of eachother, changing each screen_scanning(1) in video/ef9365.cpp to screen_scanning(0) makes it look ok -- vectors on default splash screen should be thicker +- vectors on default splash screen should be thicker, horizontal resolution is + probably 128 instead of 512, which also makes more sense with the amount of + RAM it has (compressing the width down to 128 crudely introduces other bugs) - palette is approximated from photos/videos *******************************************************************************/ -- cgit v1.2.3