Previous 199869 Revisions Next

r22832 Wednesday 15th May, 2013 at 17:10:08 UTC by smf
removed unused variable (nw)
[src/emu/cpu/psx]psx.c

trunk/src/emu/cpu/psx/psx.c
r22831r22832
222222
223223WRITE32_MEMBER( psxcpu_device::exp_config_w )
224224{
225   UINT32 old = m_exp_config;
226
227225   COMBINE_DATA( &m_exp_config ); // TODO: check byte writes
228226
229227   m_exp_config &= 0xaf1fffff;

Previous 199869 Revisions Next


© 1997-2024 The MAME Team