Home
last modified time | relevance | path

Searched refs:TMS32010_ROM_WRMEM (Results 1 – 10 of 10) sorted by relevance

/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/tms32010/
H A Dtms32010.h115 #define TMS32010_ROM_WRMEM(A,V) (program_write_word_16be((A)<<1,V))
H A Dtms32010.cpp134 #define TMS32010_ROM_WRMEM(A,V) (program_write_word_16be((A),V)) macro
143 #define M_WRTROM(A,V) TMS32010_ROM_WRMEM(A,V)
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/cpu/tms32010/
H A Dtms32010.h113 #define TMS32010_ROM_WRMEM(A,V) (program_write_word_16be((A)<<1,V))
H A Dtms32010.cpp146 #define TMS32010_ROM_WRMEM(A,V) (program_write_word_16be((A),V)) macro
155 #define M_WRTROM(A,V) TMS32010_ROM_WRMEM(A,V)
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/tms32010/
H A Dtms32010.h115 #define TMS32010_ROM_WRMEM(A,V) (cpu_writemem16bew_word(((A)<<1)+TMS32010_PGM_OFFSET,V)) macro
H A Dtms32010.c67 #define M_WRTROM(A,V) TMS32010_ROM_WRMEM(A,V)
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/tms32010/
H A Dtms32010.h115 #define TMS32010_ROM_WRMEM(A,V) (cpu_writemem16bew_word(((A)<<1)+TMS32010_PGM_OFFSET,V)) macro
H A Dtms32010.c67 #define M_WRTROM(A,V) TMS32010_ROM_WRMEM(A,V)
/dports/emulators/mess/mame-mame0226/src/devices/cpu/tms32010/
H A Dtms32010.cpp68 #define M_WRTROM(A,V) TMS32010_ROM_WRMEM(A,V)
192 #define TMS32010_ROM_WRMEM(A,V) (m_program.write_word(A,V)) macro
/dports/emulators/mame/mame-mame0226/src/devices/cpu/tms32010/
H A Dtms32010.cpp68 #define M_WRTROM(A,V) TMS32010_ROM_WRMEM(A,V)
192 #define TMS32010_ROM_WRMEM(A,V) (m_program.write_word(A,V)) macro