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

    NFL Blitz MAME2010 - 6073 Illegal instruction

    Scheduled Pinned Locked Moved Help and Support
    nflblitzmame2010illegalinstruction
    5 Posts 4 Posters 1.5k 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.
    • AlturisA
      Alturis
      last edited by

      Have the Mame2010 (MAME 0.139) version of blitz.zip rom in my .../roms/arcade folder, the blitz.chd likewise from mame2010 set in .../roms/arcade/blitz folder. Getting illegal instruction when trying to run it. This is on a Pi3.

      Not a huge deal I can live without it. I was just trying to add some games with a bit more variety to my cabinet. I have heard the performance of it is unplayable anyway.

      This is from my runcommand.log from ./dev/shm

      SOURCE FILE: src/mame/drivers/seattle.c
      PARENT: 0
      NAME: blitz
      DESCRIPTION: NFL Blitz (boot ROM 1.2)
      YEAR: 1997
      MANUFACTURER: Midway Games
      /opt/retropie/supplementary/runcommand/runcommand.sh: line 1006:  6073 Illegal instruction 
      

      Line 1006 is this second eval $COMMAND here so assuming that is a red herring and the illegal instruction is actually the output from the run of the emulator.

      function launch_command() {
          local ret
          # launch the command
          echo -e "Parameters: $@\nExecuting: $COMMAND" >>"$LOG"
          if [[ "$CONSOLE_OUT" -eq 1 ]]; then
              # turn cursor on
              tput cnorm
              eval $COMMAND </dev/tty 2>>"$LOG"
              ret=$?
              tput civis
          else
              eval $COMMAND </dev/tty &>>"$LOG" ### line 1006
              ret=$?
          fi
          return $ret
      }
      

      RP 4.7.1 • Pi4 4Gig • CanaKit Aluminum • 64GB microSD • 1920x1080 BarTop [2 Sanwa sticks]

      1 Reply Last reply Reply Quote 0
      • dankcushionsD
        dankcushions Global Moderator
        last edited by

        according the compatibility sheet it works: https://docs.google.com/spreadsheets/d/1IRSmFrSDvIc6gAw0gn12TcQ3HDOwmrETTor8wvvb7VI/edit#gid=1947139826

        probably some issue with your setup, but who knows. hopefully someone else can confirm. i have a feeling i ran it mame2010 when testing chds a while ago.

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

          It also runs in mame2003, at least on x86 processors.

          AlturisA 1 Reply Last reply Reply Quote 0
          • AlturisA
            Alturis @markwkidd
            last edited by

            @markwkidd said in NFL Blitz MAME2010 - 6073 Illegal instruction:

            It also runs in mame2003, at least on x86 processors.

            Yeah, this is a Pi3 ARM processor I am trying to run it on.

            RP 4.7.1 • Pi4 4Gig • CanaKit Aluminum • 64GB microSD • 1920x1080 BarTop [2 Sanwa sticks]

            B 1 Reply Last reply Reply Quote 0
            • B
              barbudreadmon @Alturis
              last edited by

              @alturis most likely a game which only run on x86.

              FBNeo developer - github - forum

              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.