NFL Blitz MAME2010 - 6073 Illegal instruction
-
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 }
-
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.
-
It also runs in mame2003, at least on x86 processors.
-
@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.
-
@alturis most likely a game which only run on x86.
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.