From 4163b847df02b2248bcd330934a4fa00b33d7c30 Mon Sep 17 00:00:00 2001 From: ClawGrip Date: Mon, 20 Nov 2023 18:31:59 +0100 Subject: sega/stv.cpp: Note the Sports Fishing CD-ROM drive model. (#11768) --- src/mame/sega/stv.cpp | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/src/mame/sega/stv.cpp b/src/mame/sega/stv.cpp index bcdb4faa5ad..3d19f7dbd15 100644 --- a/src/mame/sega/stv.cpp +++ b/src/mame/sega/stv.cpp @@ -2973,20 +2973,23 @@ Sports Fishing There's the regular STV main board with dumped BIOS EPR-18343 and on top is a plug in board (837-11781) containing 2 smaller plug in modules. One is the CD ROM controller (838-10834) with.... -Hitachi HD6437097 (SH1 variant) (QFP144) -20MHz Xtal -Hitachi YGR019B (QFP168) -HM514260 4M DRAM +-Hitachi HD6437097 (SH1 variant) (QFP144) +-20MHz Xtal +-Hitachi YGR019B (QFP168) +-HM514260 4M DRAM The other is an MPEG decoder board (837-10835 171-6814D PC BD MPEG) containing.... -HM514260 4M DRAM -Hitachi HD814102F (QFP100) -Sega 315-5745 HD814101FE (QFP144) -a curious PLCC44 marked SEGA MPR-17610A-H. The MPR-xxxxx suggests it's a PLCC mask ROM, but type unknown????) +-HM514260 4M DRAM +-Hitachi HD814102F (QFP100) +-Sega 315-5745 HD814101FE (QFP144) +-A curious PLCC44 marked SEGA MPR-17610A-H. The MPR-xxxxx suggests it's a PLCC mask ROM, but type unknown????) + +The CD-ROM unit is an Hitachi CDD-150SG with a custom flat connector (like the Saturn +unit, but you cannot use a Saturn unit on the STV, as it lacks tray control). */ ROM_START( sfish2 ) -// STV_BIOS // - sports fishing 2 uses its own bios +// STV_BIOS // - Sports Fishing 2 uses its own BIOS ROM_REGION32_BE( 0x080000, "bios", 0 ) /* SH2 code */ ROM_LOAD16_WORD_SWAP( "epr18343.bin", 0x000000, 0x080000, CRC(48e2eecf) SHA1(a38bfbd5f279525e413b18b5ed3f37f6e9e31cdc) ) /* sport fishing 2 bios */ -- cgit v1.2.3