RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

    lr-mame2010 bosconian/xevious patch

    Scheduled Pinned Locked Moved Help and Support
    lr-mame2010patchbosconian
    11 Posts 5 Posters 2.4k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • UDb23U
      UDb23
      last edited by

      Any specific improvement/enhancement vs playing it wth lr-mame 2003 ?

      P 1 Reply Last reply Reply Quote 0
      • P
        poi @UDb23
        last edited by poi

        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)

        1 Reply Last reply Reply Quote 2
        • markwkiddM
          markwkidd @poi
          last edited by

          @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

          P 1 Reply Last reply Reply Quote 0
          • meleuM
            meleu
            last edited by

            We played it on the first MAME ROW and it run just fine. Maybe it's a bug in mame2010 only.

            • Useful topics
            • joystick-selection tool
            • rpie-art tool
            • achievements I made
            1 Reply Last reply Reply Quote 1
            • BuZzB
              BuZz administrators @poi
              last edited by

              @poi Please use formatting when posting code etc - http://commonmark.org/help/

              To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

              P 1 Reply Last reply Reply Quote 0
              • P
                poi @BuZz
                last edited by

                @BuZz

                Thank you for everything.

                1 Reply Last reply Reply Quote 0
                • P
                  poi @markwkidd
                  last edited by

                  @markwkidd

                  Sorry, I don’t know how to commit github...

                  markwkiddM 1 Reply Last reply Reply Quote 0
                  • markwkiddM
                    markwkidd @poi
                    last edited by markwkidd

                    @poi said in lr-mame2010 bosconian/xevious patch:

                    @markwkidd

                    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.

                    P 1 Reply Last reply Reply Quote 0
                    • markwkiddM
                      markwkidd
                      last edited by

                      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.

                      1 Reply Last reply Reply Quote 2
                      • P
                        poi @markwkidd
                        last edited by

                        @markwkidd

                        I am grateful for your support.

                        1 Reply Last reply Reply Quote 1
                        • First post
                          Last post

                        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.