Realized that Seibu SPI still uses their CRTC chip, updated the file

This commit is contained in:
Angelo Salese 2013-07-11 00:09:18 +00:00
parent 1b1227e322
commit 17ccfd3cc0

View File

@ -15,12 +15,13 @@ D-Con
SD Gundam Psycho Salamander no Kyoui SD Gundam Psycho Salamander no Kyoui
(all games in legionna.c) (all games in legionna.c)
(all games in raiden2.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 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. single boards, most if not all of them are shared video chips in the aforementioned games.
TODO: 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 Resolution Change (xx10 register?)
- Dynamic Paging register probably incorrect,needs further investigation; - Dynamic Paging register probably incorrect,needs further investigation;
- Merge the aforementioned games and clean-up the code in these drivers; - Merge the aforementioned games and clean-up the code in these drivers;