Previous 199869 Revisions Next

r44500 Wednesday 27th January, 2016 at 05:07:25 UTC by AJR
viper.cpp: unused function issues (nw)
[src/mame/drivers]viper.cpp

trunk/src/mame/drivers/viper.cpp
r253011r253012
441441
442442UINT32 m_mpc8240_regs[256/4];
443443
444#ifdef UNUSED_FUNCTION
444445static inline UINT64 read64le_with_32le_device_handler(read32_delegate handler, address_space &space, offs_t offset, UINT64 mem_mask)
445446{
446447   UINT64 result = 0;
r253011r253012
459460   if (ACCESSING_BITS_32_63)
460461      handler(space, offset * 2 + 1, data >> 32, mem_mask >> 32);
461462}
463#endif
462464
463465static inline UINT64 read64be_with_32le_device_handler(read32_delegate handler, address_space &space, offs_t offset, UINT64 mem_mask)
464466{


Previous 199869 Revisions Next


© 1997-2024 The MAME Team