Previous 199869 Revisions Next

r20615 Wednesday 30th January, 2013 at 13:43:34 UTC by Fabio Priuli
making happy old OSX compiler... nw
[src/mame/machine]smpc.c

trunk/src/mame/machine/smpc.c
r20614r20615
856856{
857857   int th;
858858   const char *const padnames[] = { "JOY1", "JOY2" };
859   UINT8 res;
859   UINT8 res = 0;
860860
861861   th = (pad_n == 0) ? ((m_smpc.PDR1>>6) & 1) : ((m_smpc.PDR2>>6) & 1);
862862

Previous 199869 Revisions Next


© 1997-2024 The MAME Team