lr-mame2010 bosconian/xevious patch
-
Any specific improvement/enhancement vs playing it wth lr-mame 2003 ?
-
Hi UDb23.
improvement/enhancement...
bosconian(lr-mame 2003) sound emulation is so poor.(Fujitsu MBxx microchip emulation not suppot...)most important...
bosconian/xevious don't work in lr-mame2010, patched lr-mame2010 nicely work.
(MAME TESTERS BugID:#03981) -
@poi said in lr-mame2010 bosconian/xevious patch:
I patched lr-mame2010 source and bosconian/xevious work fine!
file = src/mame/machine/namco50.c
static TIMER_CALLBACK( namco_50xx_latch_callback )
{
namco_50xx_state *state = get_safe_token((running_device *)ptr);
state->latched_cmd = param;
state->latched_rw = 0; (modified 1->0)
}static TIMER_CALLBACK( namco_50xx_readrequest_callback )
{
namco_50xx_state *state = get_safe_token((running_device *)ptr);
state->latched_rw = 1; (modified 0->1)
}Nice! If you're sure that the patch is working well, would you be willing to submit your patch as a PR to the mame2010 github? https://github.com/libretro/mame2010-libretro
-
We played it on the first MAME ROW and it run just fine. Maybe it's a bug in mame2010 only.
-
@poi Please use formatting when posting code etc - http://commonmark.org/help/
-
Thank you for everything.
-
Sorry, I don’t know how to commit github...
-
@poi said in lr-mame2010 bosconian/xevious patch:
Sorry, I don’t know how to commit github...
Hi @poi , I have just created a PR for this issue based on your posts: https://github.com/libretro/mame2010-libretro/pull/36
Could you please double-check my work to make sure that it correctly implements your patch? Thank you for your effort on this.
-
In the spirit of libretro, this patch has been quickly merged into the mame2010-libretro core. :)
Unfortunately I am on a platform that currently has trouble with mame2010. It would be great if anyone has time to rebuild mame2010 from source and make sure that bosconian and xevious are working as expected after the patch.
-
I am grateful for your support.
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.