I'm trying to compile MAME plus and it goes okay until I receive the following error message
Compiling src/osd/windows/scale.c...
Assembling src/osd/windows/scale/superscale.asm...
process_begin: CreateProcess(NULL, nasmw -o obj/windows/mamep/osd/windows/scale/
superscale.obj -f coff -Wno-orphan-labels src/osd/windows/scale/superscale.asm,
...) failed.
make (e=2): The system cannot find the file specified.
mingw32-make: *** [obj/windows/mamep/osd/windows/scale/superscale.obj] Error 2
I checked in the folder and I have a superscale.asm file in there but there's nothing about a superscale.obj.
What can I do to get it to compile?
Thanks