Previous 199869 Revisions Next

r20040 Thursday 3rd January, 2013 at 14:38:19 UTC by Angelo Salese
Added CD-ROM hook-up to kokoroj2, nw
[src/mame/drivers]segas32.c
[src/mess/machine]pce.c

trunk/src/mame/drivers/segas32.c
r20039r20040
32053205   ROMX_LOAD( "mpr-16194.ic27", 0x800004, 0x200000, CRC(39b5efe7) SHA1(2039909a2dd46951d442f1b6377f365525f9f2f1) , ROM_SKIP(6)|ROM_GROUPWORD )
32063206   ROMX_LOAD( "mpr-16196.ic25", 0x800006, 0x200000, CRC(b8e22e05) SHA1(dd667e2c5d421cba356421825e6aca9b5ca0af45) , ROM_SKIP(6)|ROM_GROUPWORD )
32073207
3208   /* AUDIO CD -- verify that this is an acceptable read and convert to CHD */
3209//  ROM_REGION( 0x0017eb, "user1", 0 )
3210//  ROM_LOAD( "segaa.cue",     0x0,  0x0017eb, CRC(7dae0d4b) SHA1(05c84e3a2b0fd0630b84b42e8d4c4ffbbb1cf531) )
3211//  ROM_REGION( 0x179ce890, "user2", 0 )
3212//  ROM_LOAD( "segaa.bin",     0x0,  0x179ce890, CRC(4d6937a4) SHA1(637be0a388e9bde8b12cdf6a0bfb7a0528e763b3) )
3208   /* AUDIO CD */
3209   DISK_REGION( "cdrom" )
3210   DISK_IMAGE_READONLY( "cdp-00146", 0, SHA1(0b37e0ea2380ecd9abef2ccd6a8096d76d2ba344) )
32133211ROM_END
32143212
32153213/**************************************************************************************************************************
trunk/src/mess/machine/pce.c
r20039r20040
670670      }
671671      else
672672      {
673         printf("%08x %08x\n",pce_cd.current_frame,pce_cd.end_frame - pce_cd.current_frame);
673674         cdda_start_audio( machine.device( "cdda" ), pce_cd.current_frame, pce_cd.end_frame - pce_cd.current_frame );
674675         pce_cd.end_mark = 1;
675676      }

Previous 199869 Revisions Next


© 1997-2024 The MAME Team