trunk/src/mame/drivers/viper.cpp
r253011 | r253012 | |
441 | 441 | |
442 | 442 | UINT32 m_mpc8240_regs[256/4]; |
443 | 443 | |
| 444 | #ifdef UNUSED_FUNCTION |
444 | 445 | static inline UINT64 read64le_with_32le_device_handler(read32_delegate handler, address_space &space, offs_t offset, UINT64 mem_mask) |
445 | 446 | { |
446 | 447 | UINT64 result = 0; |
r253011 | r253012 | |
459 | 460 | if (ACCESSING_BITS_32_63) |
460 | 461 | handler(space, offset * 2 + 1, data >> 32, mem_mask >> 32); |
461 | 462 | } |
| 463 | #endif |
462 | 464 | |
463 | 465 | static inline UINT64 read64be_with_32le_device_handler(read32_delegate handler, address_space &space, offs_t offset, UINT64 mem_mask) |
464 | 466 | { |