| 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 |
| r32083 | r32084 | |
|---|---|---|
| 7 | 7 | //************************************************************************** |
| 8 | 8 | |
| 9 | 9 | #define MCFG_TC0140SYT_MASTER_CPU(_tag) \ |
| 10 | tc0140syt_device::set_master_tag(*device, "^"_tag); | |
| 10 | tc0140syt_device::set_master_tag(*device, "^" _tag); | |
| 11 | 11 | |
| 12 | 12 | #define MCFG_TC0140SYT_SLAVE_CPU(_tag) \ |
| 13 | tc0140syt_device::set_slave_tag(*device, "^"_tag); | |
| 13 | tc0140syt_device::set_slave_tag(*device, "^" _tag); | |
| 14 | 14 | |
| 15 | 15 | |
| 16 | 16 | //************************************************************************** |
| r32083 | r32084 | |
|---|---|---|
| 61 | 61 | |
| 62 | 62 | |
| 63 | 63 | #define MCFG_VIDEO_VRENDER0_CPU(_tag) \ |
| 64 | vr0video_device::set_cpu_tag(*device, "^"_tag); | |
| 64 | vr0video_device::set_cpu_tag(*device, "^" _tag); | |
| 65 | 65 | |
| 66 | 66 | #endif /* __VR0VIDEO_H__ */ |
| r32083 | r32084 | |
|---|---|---|
| 18 | 18 | ***************************************************************************/ |
| 19 | 19 | |
| 20 | 20 | #define MCFG_K056230_CPU(_tag) \ |
| 21 | k056230_device::set_cpu_tag(*device, "^"_tag); | |
| 21 | k056230_device::set_cpu_tag(*device, "^" _tag); | |
| 22 | 22 | |
| 23 | 23 | #define MCFG_K056230_HACK(_region) \ |
| 24 | 24 | k056230_device::set_thunderh_hack(*device, _region); |
| r32083 | r32084 | |
|---|---|---|
| 84 | 84 | //************************************************************************** |
| 85 | 85 | |
| 86 | 86 | #define MCFG_MB_VCU_CPU(_tag) \ |
| 87 | mb_vcu_device::set_cpu_tag(*device, "^"_tag); | |
| 87 | mb_vcu_device::set_cpu_tag(*device, "^" _tag); | |
| 88 | 88 | |
| 89 | 89 | #define MCFG_MB_VCU_PALETTE(_palette_tag) \ |
| 90 | 90 | mb_vcu_device::static_set_palette_tag(*device, "^" _palette_tag); |
| Previous | 199869 Revisions | Next |