Previous 199869 Revisions Next

r32084 Friday 12th September, 2014 at 14:54:16 UTC by Oliver Stöneberg
more c++11 compilation fixes (nw)
[src/emu/machine]k056230.h
[src/emu/video]mb_vcu.h
[src/mame/audio]taitosnd.h
[src/mame/video]vrender0.h

trunk/src/mame/audio/taitosnd.h
r32083r32084
77//**************************************************************************
88
99#define MCFG_TC0140SYT_MASTER_CPU(_tag) \
10   tc0140syt_device::set_master_tag(*device, "^"_tag);
10   tc0140syt_device::set_master_tag(*device, "^" _tag);
1111
1212#define MCFG_TC0140SYT_SLAVE_CPU(_tag) \
13   tc0140syt_device::set_slave_tag(*device, "^"_tag);
13   tc0140syt_device::set_slave_tag(*device, "^" _tag);
1414
1515
1616//**************************************************************************
trunk/src/mame/video/vrender0.h
r32083r32084
6161
6262
6363#define MCFG_VIDEO_VRENDER0_CPU(_tag) \
64   vr0video_device::set_cpu_tag(*device, "^"_tag);
64   vr0video_device::set_cpu_tag(*device, "^" _tag);
6565
6666#endif /* __VR0VIDEO_H__ */
trunk/src/emu/machine/k056230.h
r32083r32084
1818***************************************************************************/
1919
2020#define MCFG_K056230_CPU(_tag) \
21   k056230_device::set_cpu_tag(*device, "^"_tag);
21   k056230_device::set_cpu_tag(*device, "^" _tag);
2222
2323#define MCFG_K056230_HACK(_region) \
2424   k056230_device::set_thunderh_hack(*device, _region);
trunk/src/emu/video/mb_vcu.h
r32083r32084
8484//**************************************************************************
8585
8686#define MCFG_MB_VCU_CPU(_tag) \
87   mb_vcu_device::set_cpu_tag(*device, "^"_tag);
87   mb_vcu_device::set_cpu_tag(*device, "^" _tag);
8888
8989#define MCFG_MB_VCU_PALETTE(_palette_tag) \
9090   mb_vcu_device::static_set_palette_tag(*device, "^" _palette_tag);

Previous 199869 Revisions Next


© 1997-2024 The MAME Team