mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
Fixed compile error in MSVC.
This commit is contained in:
parent
cb38b8b0d5
commit
c5335ee5d4
@ -9,7 +9,7 @@
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
#define INSTRUCTION(mnemonic) static inline void (mnemonic)(UINT8 opcode)
|
||||
#define INSTRUCTION(mnemonic) INLINE void (mnemonic)(UINT8 opcode)
|
||||
|
||||
#define ROM(addr) cpu_readop(addr)
|
||||
#define RAM_W(addr, value) (data_write_byte_8(addr, value))
|
||||
|
Loading…
Reference in New Issue
Block a user