Build Your Own Arcade Controls Forum

Main => Software Forum => Topic started by: dgame on June 19, 2013, 01:18:45 pm

Title: MAME 149 SEC_REQUE$T_STATUS typo in /src/mame/machine/sec.c/h
Post by: dgame on June 19, 2013, 01:18:45 pm
Hi,

The variable SEC_REQUE$T_STATUS is used in /src/mame/machine/sec.h [line 4]
http://mamedev.org/source/src/mame/machine/sec.h.html (http://mamedev.org/source/src/mame/machine/sec.h.html)

and /src/mame/machine/sec.c [line 109]
http://mamedev.org/source/src/mame/machine/sec.c.html (http://mamedev.org/source/src/mame/machine/sec.c.html)

It causes the compiler to throw an error on the SDL build but goes through on the Windows build.

I think it should be named SEC_REQUEST_STATUS instead of SEC_REQUE$T_STATUS.