Skip to content

Commit

Permalink
philips/cdi.cpp: properly dumped Philips CD-i - DVC card 22ER9141 [Te…
Browse files Browse the repository at this point in the history
…amEurope, SSJ]
  • Loading branch information
Osso13 committed Aug 31, 2024
1 parent 93a3db3 commit 38b8dd0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/mame/philips/cdi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -669,9 +669,11 @@ ROM_START( cdi490a )
ROM_SYSTEM_BIOS( 0, "cdi490", "CD-i 490" )
ROMX_LOAD( "cdi490a.rom", 0x000000, 0x80000, CRC(e2f200f6) SHA1(c9bf3c4c7e4fe5cbec3fe3fc993c77a4522ca547), ROM_BIOS(0) | ROM_GROUPWORD | ROM_REVERSE )

ROM_REGION(0x40000, "mpegs", 0) // keep these somewhere
ROM_LOAD( "impega.rom", 0x0000, 0x40000, CRC(84d6f6aa) SHA1(02526482a0851ea2a7b582d8afaa8ef14a8bd914) )
ROM_LOAD( "vmpega.rom", 0x0000, 0x40000, CRC(db264e8b) SHA1(be407fbc102f1731a0862554855e963e5a47c17b) )
ROM_REGION(0x60000, "mpegs", 0) // keep these somewhere
ROM_LOAD( "impega.rom", 0x00000, 0x40000, CRC(84d6f6aa) SHA1(02526482a0851ea2a7b582d8afaa8ef14a8bd914) ) // 1ST AND 2ND HALF IDENTICAL
// Philips CD-i - DVC card 22ER9141
ROM_LOAD16_BYTE( "fmv ffd9 p7308 r4.1 vmpeg.bin", 0x40000, 0x10000, CRC(30ba9273) SHA1(d8adca0627b356ced6131b9458ac1175e43e6548) )
ROM_LOAD16_BYTE( "fmv 4ba9 p7307 r4.1 vmpeg.bin", 0x40001, 0x10000, CRC(623edb1f) SHA1(4c6b11e28ad4c2f5c2e439f7910a783e0a79d1a9) )
ROM_END

ROM_START( cdibios ) // for the quizard sets
Expand Down

0 comments on commit 38b8dd0

Please sign in to comment.