From e6b55ad7a639359d622f540c74485bbd283d1387 Mon Sep 17 00:00:00 2001 From: Sven Schnelle Date: Fri, 11 May 2018 23:17:55 +0200 Subject: Add topcat asic (#3558) * add topcat template HP topcat was an ASIC used on HP900/300 graphics cards. Signed-off-by: Sven Schnelle * hook up topcat asic to HP98544 Signed-off-by: Sven Schnelle * topcat: add basic configuration macros for fb planes, height and width Signed-off-by: Sven Schnelle * hp98544: move logic to topcat video driver Preparation to support multi plane graphic cards like the HP98543/98545/98547. Signed-off-by: Sven Schnelle * xtal: add 35.904MHz XTAL --- scripts/src/video.lua | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'scripts/src') diff --git a/scripts/src/video.lua b/scripts/src/video.lua index 6931f1152e6..0a2dbb23afe 100644 --- a/scripts/src/video.lua +++ b/scripts/src/video.lua @@ -1069,3 +1069,14 @@ if (VIDEOS["BT45X"]~=null) then MAME_DIR .. "src/devices/video/bt45x.h", } end + +-------------------------------------------------- +-- +--@src/devices/video/topcat.h,VIDEOS["TOPCAT"] = true +-------------------------------------------------- +if (VIDEOS["TOPCAT"]~=null) then + files { + MAME_DIR .. "src/devices/video/topcat.cpp", + MAME_DIR .. "src/devices/video/topcat.h", + } +end -- cgit v1.2.3-70-g09d2