Previous 199869 Revisions Next

r21245 Wednesday 20th February, 2013 at 23:53:09 UTC by Angelo Salese
duh
[src/emu/machine]smpc.c

trunk/src/emu/machine/smpc.c
r21244r21245
928928   const char *const padnames[] = { "JOY1", "JOY2" };
929929   UINT8 res = 0;
930930
931   th = (pad_n == 0) ? ((m_smpc.PDR1>>5) & 3) : ((m_smpc.PDR2>>6) & 3);
931   th = (pad_n == 0) ? ((m_smpc.PDR1>>5) & 3) : ((m_smpc.PDR2>>5) & 3);
932932
933933   if (LOG_SMPC) printf("SMPC: SH-2 TH control mode, returning pad data %d for phase %d\n",pad_n+1, th);
934934

Previous 199869 Revisions Next


© 1997-2024 The MAME Team