From 17ccfd3cc0d99e51142b0193e575eec6a39c3814 Mon Sep 17 00:00:00 2001 From: Angelo Salese Date: Thu, 11 Jul 2013 00:09:18 +0000 Subject: [PATCH] Realized that Seibu SPI still uses their CRTC chip, updated the file --- src/mame/video/sei_crtc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mame/video/sei_crtc.c b/src/mame/video/sei_crtc.c index 6fedb38dc18..7b6b831e421 100644 --- a/src/mame/video/sei_crtc.c +++ b/src/mame/video/sei_crtc.c @@ -15,12 +15,13 @@ D-Con SD Gundam Psycho Salamander no Kyoui (all games in legionna.c) (all games in raiden2.c) +(all games in seibuspi.c) The name "Seibu CRTC" is actually an agglomerate of all the Seibu Customs that are on the single boards, most if not all of them are shared video chips in the aforementioned games. TODO: -- Needs a full device rewrite +- Needs a full device rewrite, presumably device split too (where CRTC and tilemap are on different chip emulation). - Dynamic Resolution Change (xx10 register?) - Dynamic Paging register probably incorrect,needs further investigation; - Merge the aforementioned games and clean-up the code in these drivers;