summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/f1gp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/f1gp.cpp')
-rw-r--r--src/mame/drivers/f1gp.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/drivers/f1gp.cpp b/src/mame/drivers/f1gp.cpp
index 5166581a9e3..9a942166ea8 100644
--- a/src/mame/drivers/f1gp.cpp
+++ b/src/mame/drivers/f1gp.cpp
@@ -32,8 +32,8 @@
#include "machine/clock.h"
-#include "sound/2610intf.h"
#include "sound/okim6295.h"
+#include "sound/ym2610.h"
#include "video/vsystem_gga.h"
@@ -589,10 +589,10 @@ ROM_START( f1gpa )
ROM_REGION( 0x40000, "gfx4", ROMREGION_ERASE00 ) /* gfx data for the 053936 */
/* RAM, not ROM - handled at run time */
- ROM_REGION( 0x100000, "ymsnd.deltat", 0 ) /* sound samples */
+ ROM_REGION( 0x100000, "ymsnd:adpcmb", 0 ) /* sound samples */
ROM_LOAD( "rom14-a.09", 0x000000, 0x100000, CRC(b4c1ac31) SHA1(acab2e1b5ce4ca3a5c4734562481b54db4b46995) )
- ROM_REGION( 0x100000, "ymsnd", 0 ) /* sound samples */
+ ROM_REGION( 0x100000, "ymsnd:adpcma", 0 ) /* sound samples */
ROM_LOAD( "rom17-a.08", 0x000000, 0x100000, CRC(ea70303d) SHA1(8de1a0e6d47cd80a622663c1745a1da54cd0ea05) )
ROM_END
@@ -684,10 +684,10 @@ ROM_START( f1gp2 )
ROM_LOAD16_WORD_SWAP( "rom9", 0x200000, 0x100000, CRC(1bede8a1) SHA1(325ecc3afb30d281c2c8a56719e83e4dc20545bb) )
ROM_LOAD16_WORD_SWAP( "rom8", 0x300000, 0x100000, CRC(98baf2a1) SHA1(df7bd1a743ad0a6e067641e2b7a352c466875ef6) )
- ROM_REGION( 0x080000, "ymsnd.deltat", 0 ) /* sound samples */
+ ROM_REGION( 0x080000, "ymsnd:adpcmb", 0 ) /* sound samples */
ROM_LOAD( "rom4", 0x000000, 0x080000, CRC(c2d3d7ad) SHA1(3178096741583cfef1ca8f53e6efa0a59e1d5cb6) )
- ROM_REGION( 0x100000, "ymsnd", 0 ) /* sound samples */
+ ROM_REGION( 0x100000, "ymsnd:adpcma", 0 ) /* sound samples */
ROM_LOAD( "rom3", 0x000000, 0x100000, CRC(7f8f066f) SHA1(5e051d5feb327ac818e9c7f7ac721dada3a102b6) )
ROM_END