trunk/src/mess/machine/megacd.c
| r29177 | r29178 | |
| 1 | 1 | #include "emu.h" |
| 2 | | #include "mcfglgcy.h" |
| 3 | 2 | #include "machine/megacd.h" |
| 4 | 3 | #include "machine/nvram.h" |
| 5 | 4 | #include "megacd.lh" |
| r29177 | r29178 | |
| 317 | 316 | |
| 318 | 317 | MCFG_DEFAULT_LAYOUT( layout_megacd ) |
| 319 | 318 | |
| 320 | | |
| 321 | 319 | MCFG_RF5C68_ADD("rfsnd", SEGACD_CLOCK) // RF5C164! |
| 322 | 320 | MCFG_SOUND_ROUTE( 0, ":lspeaker", 0.50 ) |
| 323 | 321 | MCFG_SOUND_ROUTE( 1, ":rspeaker", 0.50 ) |
| 324 | 322 | |
| 325 | | |
| 326 | | MCFG_NVRAM_HANDLER_CLEAR() |
| 327 | 323 | MCFG_NVRAM_ADD_0FILL("backupram") |
| 328 | 324 | |
| 329 | 325 | MCFG_QUANTUM_PERFECT_CPU("segacd_68k") // perfect sync to the fastest cpu |