hello all,
Please just one question,, how to make for to use super fx with one rom in snes.c driver?
I have this:

GAME( 1991, sn_xxxxx, snes, snes, snes_ms, snes, ROT0, "Nintendo", "XXX (XXX)", 0 )

And this:

ROM_START( sn_xxxxx )
SNES_BIOS
ROM_REGION( 0x400000, "user3", 0 )
ROM_LOAD( "sn_xxxxx.smc", 0x000000, 0x200000, CRC(C87C771C) SHA1(DECAF1A0DEB09AADBFB5B8403404C9307713E6A1) )
ROM_END

More thanks all for help

Last edited by Multipass; 09/13/09 04:32 PM.