mirror of
https://github.com/holub/mame
synced 2025-10-07 17:27:06 +03:00
making happy old OSX compiler... nw
This commit is contained in:
parent
b4945eac9e
commit
c5081bd969
@ -856,7 +856,7 @@ UINT8 saturn_state::smpc_th_control_mode(UINT8 pad_n)
|
|||||||
{
|
{
|
||||||
int th;
|
int th;
|
||||||
const char *const padnames[] = { "JOY1", "JOY2" };
|
const char *const padnames[] = { "JOY1", "JOY2" };
|
||||||
UINT8 res;
|
UINT8 res = 0;
|
||||||
|
|
||||||
th = (pad_n == 0) ? ((m_smpc.PDR1>>6) & 1) : ((m_smpc.PDR2>>6) & 1);
|
th = (pad_n == 0) ? ((m_smpc.PDR1>>6) & 1) : ((m_smpc.PDR2>>6) & 1);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user