mirror of
https://github.com/holub/mame
synced 2025-05-19 20:29:09 +03:00
V25: fix false warnings from some GCC versions [R. Belmont]
This commit is contained in:
parent
9a9709ddaa
commit
aceca7f753
@ -26,6 +26,8 @@ int read_sfr(v25_state_t *nec_state, unsigned o)
|
|||||||
logerror("%06x: Read from special function register %02x\n",PC(nec_state),o);
|
logerror("%06x: Read from special function register %02x\n",PC(nec_state),o);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
void write_sfr(v25_state_t *nec_state, unsigned o, unsigned d)
|
void write_sfr(v25_state_t *nec_state, unsigned o, unsigned d)
|
||||||
|
Loading…
Reference in New Issue
Block a user