| Previous | 199869 Revisions | Next |
| r32104 Saturday 13th September, 2014 at 13:29:39 UTC by Miodrag Milanović |
|---|
| cleanup (nw) |
| [src/emu/imagedev] | diablo.h |
| [src/emu/video] | epic12.h |
| [src/mame/drivers] | buster.c cyclemb.c gsword.c rbmk.c |
| r32103 | r32104 | |
|---|---|---|
| 3 | 3 | #define MCFG_EPIC12_ADD(_tag) \ |
| 4 | 4 | MCFG_DEVICE_ADD(_tag, EPIC12, 0) |
| 5 | 5 | |
| 6 | //#define MCFG_EP1C12_ADD(_tag,_config,_map) | |
| 7 | // MCFG_DEVICE_CONFIG(_config) | |
| 8 | // MCFG_DEVICE_ADDRESS_MAP(AS_0, _map) | |
| 9 | ||
| 10 | 6 | #define MCFG_EPIC12_SET_MAINRAMSIZE( _rgn ) \ |
| 11 | 7 | epic12_device::set_mainramsize(*device, _rgn); |
| 12 | 8 |
| r32103 | r32104 | |
|---|---|---|
| 79 | 79 | |
| 80 | 80 | #define MCFG_DIABLO_ADD(_tag) \ |
| 81 | 81 | MCFG_DEVICE_ADD(_tag, DIABLO, 0) |
| 82 | #define MCFG_DIABLO_CONFIG_ADD(_tag,_config) \ | |
| 83 | MCFG_DEVICE_ADD(_tag, DIABLO, 0) \ | |
| 84 | MCFG_DEVICE_CONFIG(_config) | |
| 85 | 82 | |
| 86 | 83 | #define MCFG_DIABLO_LOAD(_class,_method) \ |
| 87 | 84 | diablo_image_device::static_set_device_load(*device, device_image_load_delegate(&DEVICE_IMAGE_LOAD_NAME(_class,_method), #_class "::device_image_load_" #_method, downcast<_class *>(owner))); |
| r32103 | r32104 | |
|---|---|---|
| 724 | 724 | |
| 725 | 725 | #if 0 |
| 726 | 726 | MCFG_SOUND_ADD("msm", MSM5205, 384000) |
| 727 | MCFG_SOUND_CONFIG(msm5205_config) | |
| 728 | 727 | MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.60) |
| 729 | 728 | #endif |
| 730 | 729 | MACHINE_CONFIG_END |
| r32103 | r32104 | |
|---|---|---|
| 927 | 927 | /* sound hardware */ |
| 928 | 928 | MCFG_SPEAKER_STANDARD_MONO("mono") |
| 929 | 929 | MCFG_SOUND_ADD("ymsnd", YM2203, XTAL_18MHz/12) |
| 930 | //MCFG_SOUND_CONFIG(ym2203_config) | |
| 931 | 930 | MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.50) |
| 932 | 931 | MACHINE_CONFIG_END |
| 933 | 932 |
| r32103 | r32104 | |
|---|---|---|
| 575 | 575 | MCFG_SOUND_ROUTE(ALL_OUTPUTS, "rspeaker", 0.47) |
| 576 | 576 | |
| 577 | 577 | MCFG_YM2151_ADD("ymsnd", 22000000 / 8) |
| 578 | // MCFG_SOUND_CONFIG(ym2151_config) | |
| 579 | 578 | MCFG_SOUND_ROUTE(0, "lspeaker", 0.60) |
| 580 | 579 | MCFG_SOUND_ROUTE(1, "rspeaker", 0.60) |
| 581 | 580 | MACHINE_CONFIG_END |
| r32103 | r32104 | |
|---|---|---|
| 347 | 347 | MCFG_SPEAKER_STANDARD_MONO("mono") |
| 348 | 348 | |
| 349 | 349 | MCFG_SOUND_ADD("aysnd", AY8910, 1500000/2) |
| 350 | // MCFG_SOUND_CONFIG(ay8910_config) | |
| 351 | 350 | MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.25) |
| 352 | 351 | MACHINE_CONFIG_END |
| 353 | 352 |
| Previous | 199869 Revisions | Next |