Previous 199869 Revisions Next

r20396 Monday 21st January, 2013 at 22:43:59 UTC by Phil Bennett
Fix compilation under MSVC2008 -nt-
[src/emu/cpu/mips]r3000.c r3000.h

trunk/src/emu/cpu/mips/r3000.c
r20395r20396
496496    MEMORY ACCESSORS
497497***************************************************************************/
498498
499inline UINT32 r3000_device::readop(off_t pc)
499inline UINT32 r3000_device::readop(offs_t pc)
500500{
501501   return m_direct->read_decrypted_dword(pc);
502502}
trunk/src/emu/cpu/mips/r3000.h
r20395r20396
142142      void   (r3000_device::*m_write_dword)(offs_t byteaddress, UINT32 data);
143143   };
144144
145   UINT32 readop(off_t pc);
145   UINT32 readop(offs_t pc);
146146   UINT8 readmem(offs_t offset);
147147   UINT16 readmem_word(offs_t offset);
148148   UINT32 readmem_dword(offs_t offset);

Previous 199869 Revisions Next


© 1997-2024 The MAME Team