Jump to content

Errors With Compiling 0.82 Of Mame32 Plus


Recommended Posts

here is another test driver

 

 

Add this near the middle of NEOGEO.C (src/drivers/) before the init section.

ROM_START( svcd )
ROM_REGION( 0x600000, REGION_CPU1, 0 )
ROM_LOAD16_WORD_SWAP( "269-p1.bin", 0x000000, 0x600000, CRC(74680d91) )

NEO_SFIX_128K( "269-s1.bin", CRC(bc670454) )

NEO_BIOS_SOUND_128K( "269-m1.bin", CRC(21293972) )

ROM_REGION( 0x1000000, REGION_SOUND1, ROMREGION_SOUNDONLY )
ROM_LOAD( "269-v1.bin", 0x000000, 0x400000, CRC(e7203930) )
ROM_LOAD( "269-v2.bin", 0x400000, 0x400000, CRC(675159c3) )
ROM_LOAD( "269-v3.bin", 0x800000, 0x400000, CRC(f8810665) )
ROM_LOAD( "269-v4.bin", 0xc00000, 0x400000, CRC(b5754ea3) )

NO_DELTAT_REGION

ROM_REGION( 0x4000000, REGION_GFX3, 0 )
ROM_LOAD16_BYTE( "269-c1d.bin", 0x0000000, 0x800000, CRC(465d473b) )
ROM_LOAD16_BYTE( "269-c2d.bin", 0x0000001, 0x800000, CRC(3eb28f78) )
ROM_LOAD16_BYTE( "269-c3d.bin", 0x1000000, 0x800000, CRC(f4d4ab2b) )
ROM_LOAD16_BYTE( "269-c4d.bin", 0x1000001, 0x800000, CRC(a69d523a) )
ROM_LOAD16_BYTE( "269-c5d.bin", 0x2000000, 0x800000, CRC(ba2a7892) )
ROM_LOAD16_BYTE( "269-c6d.bin", 0x2000001, 0x800000, CRC(37371ca1) )
ROM_LOAD16_BYTE( "269-c7d.bin", 0x3000000, 0x800000, CRC(56ac5fb9) )
ROM_LOAD16_BYTE( "269-c8d.bin", 0x3000001, 0x800000, CRC(de99e613) )
ROM_END


Add this at the bottom of NEOGEO.C (src/drivers/)

GAMEB( 2003, svcd, svc, neogeo, neogeo, neogeo,  neogeo,   ROT0, "SNK", "Snk Vs. Capcom" )


Add this at the bottom of DRIVER.C (src/)

DRIVER( svcd )	/* (c) 2003 SNK */

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...