mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
saturn.cpp: resplit back to separate VDP1/2 files, greatly rewrite QA notes at top
This commit is contained in:
parent
6fcd0b90f2
commit
b584fc374c
4 changed files with 2341 additions and 2352 deletions
|
@ -4355,7 +4355,7 @@ Olympic Soccer (Fra) T-7904H-09
|
|||
</part>
|
||||
</software>
|
||||
|
||||
<!-- Gals select screen sports unmasked text layer over box, [VDP2] enables window logic OR on NBG2 with only one window enabled -->
|
||||
<!-- Gal select screen sports unmasked text layer over box, [VDP2] enables window logic OR on NBG2 with only one window enabled -->
|
||||
<software name="gpanicss" supported="no">
|
||||
<description>Gals Panic SS (Jpn)</description>
|
||||
<year>1996</year>
|
||||
|
|
|
@ -3632,7 +3632,8 @@ files {
|
|||
MAME_DIR .. "src/mame/includes/saturn.h",
|
||||
MAME_DIR .. "src/mame/drivers/saturn.cpp",
|
||||
MAME_DIR .. "src/mame/machine/saturn.cpp",
|
||||
MAME_DIR .. "src/mame/video/saturn.cpp",
|
||||
MAME_DIR .. "src/mame/video/segasaturn_vdp1.cpp",
|
||||
MAME_DIR .. "src/mame/video/segasaturn_vdp2.cpp",
|
||||
MAME_DIR .. "src/mame/machine/saturn_cdb.cpp",
|
||||
MAME_DIR .. "src/mame/machine/saturn_cdb.h",
|
||||
MAME_DIR .. "src/mame/includes/stv.h",
|
||||
|
|
2228
src/mame/video/segasaturn_vdp1.cpp
Normal file
2228
src/mame/video/segasaturn_vdp1.cpp
Normal file
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue