Can someone throw me a bone here please im still working on trying to get Raiden Fighters and Viper Phase 1 playable
ive now updated everything code for code to MAME100 thats the seibu driver video plus machine src files
and the ds2404 spisprit and intelflsh machine files plus ive added the required update commands to the YM2171 sound src files
and removed all the obsolete spisprit src files the only thing i haven't has yet updated is the I386 CPU core which wont be easy
so all im asking is do i need to update the CPU Core to MAME100 as well ??
everything compiles with no errors or warnings and yet still the games wont boot with or without sound
only other thing im not sure about is the sound define in the driver currantly im using the one from MAME85 as it seems to
be more like i expect the sound defines in MAME84 to look like....
static struct YMF271interface ymf271_interface =
{
1,
// cant put a clock speed value here as it will cause errors
{ REGION_SOUND1, },
{ YM3012_VOL(100, MIXER_PAN_LEFT, 100, MIXER_PAN_RIGHT), },
{ flashrom_read },
{ flashrom_write },
{ irqhandler },
};
i'll certainly try to update the CPU if i have to but if the games were to still not boot then im lost here as i cant think of what else it would be the games are meant to be playable in MAME100 the Raiden 2000 versions work maybe the problem is xbox related??
either way 3 days of my life gone and nothing to show for it