| Previous | 199869 Revisions | Next |
| r17984 Tuesday 18th September, 2012 at 05:28:33 UTC by Aaron Giles |
|---|
| Stop allocating arrays of UINT8s for the tokens, when we can allocate objects of the real type. |
| [src/emu/imagedev] | flopdrv.c |
| [src/emu/machine] | 6525tpi.c 68681.c 74148.c 74153.c adc083x.c adc1038.c adc1213x.c idectrl.c k053252.c latch8.c mb14241.c mb87078.c pd4990a.c pic8259.c pit8253.c rp5h01.c s3c2400.c s3c2410.c s3c2440.c smc91c9x.c tms6100.c upd4701.c wd17xx.c |
| [src/emu/sound] | 2151intf.c 2203intf.c 2413intf.c 2608intf.c 2610intf.c 2612intf.c 262intf.c 3526intf.c 3812intf.c 8950intf.c aica.c astrocde.c ay8910.c beep.c c140.c c6280.c cdda.c cem3394.c digitalk.c dmadac.c es5506.c es8712.c flt_rc.c flt_vol.c gaelco.c hc55516.c iremga20.c k005289.c k007232.c k051649.c k053260.c k056800.c msm5205.c msm5232.c multipcm.c n63701x.c namco.c nes_apu.c nile.c okim6258.c okim6376.c qsound.c rf5c400.c rf5c68.c s14001a.c s2636.c saa1099.c scsp.c segapcm.c sn76477.c sn76496.c snkwave.c sp0250.c sp0256.c speaker.c st0016.c t6w28.c tiaintf.c tms3615.c tms36xx.c tms5110.c tms5220.c upd7759.c vlm5030.c vrender0.c x1_010.c ymf271.c ymf278b.c ymz280b.c zsg2.c |
| [src/emu/video] | hd63484.c i8275.c s2636.c tlc34076.c tms9927.c voodoo.c |
| [src/mame/audio] | amiga.c beezer.c cps3.c exidy.c exidy440.c flower.c geebee.c gomoku.c gridlee.c hyprolyb.c irem.c leland.c m72.c micro3d.c namco52.c namco54.c phoenix.c pleiads.c polepos.c redbaron.c segasnd.c seibu.c snes_snd.c snk6502.c taitosnd.c tiamc1.c timeplt.c trackfld.c tx1.c warpwarp.c wiping.c |
| [src/mame/drivers] | mjkjidai.c renegade.c |
| [src/mame/machine] | buggychl.c cd32.c decocass.c gaelco3d.c mathbox.c namco06.c namco50.c namco51.c namco53.c namco62.c namcoio.c nmk112.c taitoio.c |
| [src/mame/video] | atarirle.c deco16ic.c decocomn.c kan_pand.c konicdev.c taitoic.c vrender0.c |
| [src/mess/audio] | channelf.c dave.c gb.c gmaster.c lynx.c mac.c mea8000.c socrates.c special.c svision.c t6721.c upd1771.c vc4000.c wswan.c |
| [src/mess/machine] | 990_tap.c applefdc.c at45dbxx.c atarifdc.c ay31015.c beta.c ds1315.c e05a03.c er59256.c hd63450.c i8271.c kr2376.c mc68328.c mc6843.c mc6846.c mc6854.c micropolis.c mm58274c.c mos6530.c omti8621.c pc_lpt.c pcf8593.c pf10.c s3c44b0.c sst39vfx.c strata.c tf20.c upd7002.c upd71071.c upd765.c |
| [src/mess/video] | 733_asr.c 911_vdt.c apollo.c crt.c dl1416.c k1ge.c vdc8563.c vic4567.c vic6567.c vtvideo.c |
| r17983 | r17984 | |
|---|---|---|
| 407 | 407 | : device_t(mconfig, MICRO3D, "Microprose Custom", tag, owner, clock), |
| 408 | 408 | device_sound_interface(mconfig, *this) |
| 409 | 409 | { |
| 410 | m_token = global_alloc_ | |
| 410 | m_token = global_alloc_ | |
| 411 | 411 | } |
| 412 | 412 | |
| 413 | 413 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 247 | 247 | : device_t(mconfig, WARPWARP, "Warp Warp Custom", tag, owner, clock), |
| 248 | 248 | device_sound_interface(mconfig, *this) |
| 249 | 249 | { |
| 250 | m_token = global_alloc_ | |
| 250 | m_token = global_alloc_ | |
| 251 | 251 | } |
| 252 | 252 | |
| 253 | 253 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 576 | 576 | : device_t(mconfig, PHOENIX, "Phoenix Custom", tag, owner, clock), |
| 577 | 577 | device_sound_interface(mconfig, *this) |
| 578 | 578 | { |
| 579 | m_token = global_alloc_ | |
| 579 | m_token = global_alloc_ | |
| 580 | 580 | } |
| 581 | 581 | |
| 582 | 582 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 228 | 228 | namco_52xx_device::namco_52xx_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 229 | 229 | : device_t(mconfig, NAMCO_52XX, "Namco 52xx", tag, owner, clock) |
| 230 | 230 | { |
| 231 | m_token = global_alloc_ | |
| 231 | m_token = global_alloc_ | |
| 232 | 232 | } |
| 233 | 233 | |
| 234 | 234 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 182 | 182 | : device_t(mconfig, SEGASPEECH, "Sega Speech Sound Board", tag, owner, clock), |
| 183 | 183 | device_sound_interface(mconfig, *this) |
| 184 | 184 | { |
| 185 | m_token = global_alloc_ | |
| 185 | m_token = global_alloc_ | |
| 186 | 186 | } |
| 187 | 187 | |
| 188 | 188 | //------------------------------------------------- |
| r17983 | r17984 | |
| 885 | 885 | : device_t(mconfig, SEGAUSB, "Sega Universal Sound Board", tag, owner, clock), |
| 886 | 886 | device_sound_interface(mconfig, *this) |
| 887 | 887 | { |
| 888 | m_token = global_alloc_ | |
| 888 | m_token = global_alloc_ | |
| 889 | 889 | } |
| 890 | 890 | |
| 891 | 891 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 317 | 317 | tc0140syt_device::tc0140syt_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 318 | 318 | : device_t(mconfig, TC0140SYT, "Taito TC0140SYT", tag, owner, clock) |
| 319 | 319 | { |
| 320 | m_token = global_alloc_ | |
| 320 | m_token = global_alloc_ | |
| 321 | 321 | } |
| 322 | 322 | |
| 323 | 323 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 265 | 265 | : device_t(mconfig, WIPING, "Wiping Custom", tag, owner, clock), |
| 266 | 266 | device_sound_interface(mconfig, *this) |
| 267 | 267 | { |
| 268 | m_token = global_alloc_ | |
| 268 | m_token = global_alloc_ | |
| 269 | 269 | } |
| 270 | 270 | |
| 271 | 271 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 576 | 576 | : device_t(mconfig, LELAND, "Leland DAC", tag, owner, clock), |
| 577 | 577 | device_sound_interface(mconfig, *this) |
| 578 | 578 | { |
| 579 | m_token = global_alloc_ | |
| 579 | m_token = global_alloc_ | |
| 580 | 580 | } |
| 581 | 581 | |
| 582 | 582 | leland_sound_device::leland_sound_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock) |
| 583 | 583 | : device_t(mconfig, type, name, tag, owner, clock), |
| 584 | 584 | device_sound_interface(mconfig, *this) |
| 585 | 585 | { |
| 586 | m_token = global_alloc_ | |
| 586 | m_token = global_alloc_ | |
| 587 | 587 | } |
| 588 | 588 | |
| 589 | 589 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 282 | 282 | : device_t(mconfig, GOMOKU, "Gomoku Custom", tag, owner, clock), |
| 283 | 283 | device_sound_interface(mconfig, *this) |
| 284 | 284 | { |
| 285 | m_token = global_alloc_ | |
| 285 | m_token = global_alloc_ | |
| 286 | 286 | } |
| 287 | 287 | |
| 288 | 288 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 607 | 607 | : device_t(mconfig, SEIBU_ADPCM, "Seibu ADPCM", tag, owner, clock), |
| 608 | 608 | device_sound_interface(mconfig, *this) |
| 609 | 609 | { |
| 610 | m_token = global_alloc_ | |
| 610 | m_token = global_alloc_ | |
| 611 | 611 | } |
| 612 | 612 | |
| 613 | 613 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 185 | 185 | : device_t(mconfig, GRIDLEE, "Gridlee Custom", tag, owner, clock), |
| 186 | 186 | device_sound_interface(mconfig, *this) |
| 187 | 187 | { |
| 188 | m_token = global_alloc_ | |
| 188 | m_token = global_alloc_ | |
| 189 | 189 | } |
| 190 | 190 | |
| 191 | 191 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 335 | 335 | : device_t(mconfig, TIAMC1, "TIA-MC1 Custom", tag, owner, clock), |
| 336 | 336 | device_sound_interface(mconfig, *this) |
| 337 | 337 | { |
| 338 | m_token = global_alloc_ | |
| 338 | m_token = global_alloc_ | |
| 339 | 339 | } |
| 340 | 340 | |
| 341 | 341 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 360 | 360 | : device_t(mconfig, FLOWER, "Flower Custom", tag, owner, clock), |
| 361 | 361 | device_sound_interface(mconfig, *this) |
| 362 | 362 | { |
| 363 | m_token = global_alloc_ | |
| 363 | m_token = global_alloc_ | |
| 364 | 364 | } |
| 365 | 365 | |
| 366 | 366 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 424 | 424 | : device_t(mconfig, EXIDY, "Exidy SFX", tag, owner, clock), |
| 425 | 425 | device_sound_interface(mconfig, *this) |
| 426 | 426 | { |
| 427 | m_token = global_alloc_ | |
| 427 | m_token = global_alloc_ | |
| 428 | 428 | } |
| 429 | 429 | |
| 430 | 430 | exidy_sound_device::exidy_sound_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock) |
| 431 | 431 | : device_t(mconfig, type, name, tag, owner, clock), |
| 432 | 432 | device_sound_interface(mconfig, *this) |
| 433 | 433 | { |
| 434 | m_token = global_alloc_ | |
| 434 | m_token = global_alloc_ | |
| 435 | 435 | } |
| 436 | 436 | |
| 437 | 437 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 175 | 175 | : device_t(mconfig, CPS3, "CPS3 Custom", tag, owner, clock), |
| 176 | 176 | device_sound_interface(mconfig, *this) |
| 177 | 177 | { |
| 178 | m_token = global_alloc_ | |
| 178 | m_token = global_alloc_ | |
| 179 | 179 | } |
| 180 | 180 | |
| 181 | 181 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 141 | 141 | : device_t(mconfig, HYPROLYB_ADPCM, "Hyper Olympics Audio", tag, owner, clock), |
| 142 | 142 | device_sound_interface(mconfig, *this) |
| 143 | 143 | { |
| 144 | m_token = global_alloc_ | |
| 144 | m_token = global_alloc_ | |
| 145 | 145 | } |
| 146 | 146 | |
| 147 | 147 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 266 | 266 | : device_t(mconfig, TIMEPLT_AUDIO, "Time Pilot Audio", tag, owner, clock), |
| 267 | 267 | device_sound_interface(mconfig, *this) |
| 268 | 268 | { |
| 269 | m_token = global_alloc_ | |
| 269 | m_token = global_alloc_ | |
| 270 | 270 | } |
| 271 | 271 | |
| 272 | 272 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 282 | 282 | : device_t(mconfig, AMIGA, "Amiga Paula", tag, owner, clock), |
| 283 | 283 | device_sound_interface(mconfig, *this) |
| 284 | 284 | { |
| 285 | m_token = global_alloc_ | |
| 285 | m_token = global_alloc_ | |
| 286 | 286 | } |
| 287 | 287 | |
| 288 | 288 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 166 | 166 | : device_t(mconfig, TRACKFLD_AUDIO, "Track And Field Audio", tag, owner, clock), |
| 167 | 167 | device_sound_interface(mconfig, *this) |
| 168 | 168 | { |
| 169 | m_token = global_alloc_ | |
| 169 | m_token = global_alloc_ | |
| 170 | 170 | } |
| 171 | 171 | |
| 172 | 172 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 231 | 231 | : device_t(mconfig, REDBARON, "Red Baron Custom", tag, owner, clock), |
| 232 | 232 | device_sound_interface(mconfig, *this) |
| 233 | 233 | { |
| 234 | m_token = global_alloc_ | |
| 234 | m_token = global_alloc_ | |
| 235 | 235 | } |
| 236 | 236 | |
| 237 | 237 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 184 | 184 | namco_54xx_device::namco_54xx_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 185 | 185 | : device_t(mconfig, NAMCO_54XX, "Namco 54xx", tag, owner, clock) |
| 186 | 186 | { |
| 187 | m_token = global_alloc_ | |
| 187 | m_token = global_alloc_ | |
| 188 | 188 | } |
| 189 | 189 | |
| 190 | 190 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 1255 | 1255 | : device_t(mconfig, SNK6502, "snk6502 Custom", tag, owner, clock), |
| 1256 | 1256 | device_sound_interface(mconfig, *this) |
| 1257 | 1257 | { |
| 1258 | m_token = global_alloc_ | |
| 1258 | m_token = global_alloc_ | |
| 1259 | 1259 | } |
| 1260 | 1260 | |
| 1261 | 1261 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 995 | 995 | : device_t(mconfig, EXIDY440, "Exidy 440 CVSD", tag, owner, clock), |
| 996 | 996 | device_sound_interface(mconfig, *this) |
| 997 | 997 | { |
| 998 | m_token = global_alloc_ | |
| 998 | m_token = global_alloc_ | |
| 999 | 999 | } |
| 1000 | 1000 | |
| 1001 | 1001 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 624 | 624 | : device_t(mconfig, TX1, "TX-1 Custom", tag, owner, clock), |
| 625 | 625 | device_sound_interface(mconfig, *this) |
| 626 | 626 | { |
| 627 | m_token = global_alloc_ | |
| 627 | m_token = global_alloc_ | |
| 628 | 628 | } |
| 629 | 629 | |
| 630 | 630 | tx1_sound_device::tx1_sound_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock) |
| 631 | 631 | : device_t(mconfig, type, name, tag, owner, clock), |
| 632 | 632 | device_sound_interface(mconfig, *this) |
| 633 | 633 | { |
| 634 | m_token = global_alloc_ | |
| 634 | m_token = global_alloc_ | |
| 635 | 635 | } |
| 636 | 636 | //------------------------------------------------- |
| 637 | 637 | // device_config_complete - perform any |
| r17983 | r17984 | |
|---|---|---|
| 491 | 491 | : device_t(mconfig, IREM_AUDIO, "Irem Audio", tag, owner, clock), |
| 492 | 492 | device_sound_interface(mconfig, *this) |
| 493 | 493 | { |
| 494 | m_token = global_alloc_ | |
| 494 | m_token = global_alloc_ | |
| 495 | 495 | } |
| 496 | 496 | |
| 497 | 497 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 259 | 259 | : device_t(mconfig, M72, "M72 Custom", tag, owner, clock), |
| 260 | 260 | device_sound_interface(mconfig, *this) |
| 261 | 261 | { |
| 262 | m_token = global_alloc_ | |
| 262 | m_token = global_alloc_ | |
| 263 | 263 | } |
| 264 | 264 | |
| 265 | 265 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 400 | 400 | : device_t(mconfig, BEEZER, "beezer SFX", tag, owner, clock), |
| 401 | 401 | device_sound_interface(mconfig, *this) |
| 402 | 402 | { |
| 403 | m_token = global_alloc_ | |
| 403 | m_token = global_alloc_ | |
| 404 | 404 | } |
| 405 | 405 | |
| 406 | 406 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 149 | 149 | : device_t(mconfig, GEEBEE, "Gee Bee Custom", tag, owner, clock), |
| 150 | 150 | device_sound_interface(mconfig, *this) |
| 151 | 151 | { |
| 152 | m_token = global_alloc_ | |
| 152 | m_token = global_alloc_ | |
| 153 | 153 | } |
| 154 | 154 | |
| 155 | 155 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 1366 | 1366 | : device_t(mconfig, SNES, "SNES Custom DSP (SPC700)", tag, owner, clock), |
| 1367 | 1367 | device_sound_interface(mconfig, *this) |
| 1368 | 1368 | { |
| 1369 | m_token = global_alloc_ | |
| 1369 | m_token = global_alloc_ | |
| 1370 | 1370 | } |
| 1371 | 1371 | |
| 1372 | 1372 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 685 | 685 | : device_t(mconfig, PLEIADS, "Pleiads Custom", tag, owner, clock), |
| 686 | 686 | device_sound_interface(mconfig, *this) |
| 687 | 687 | { |
| 688 | m_token = global_alloc_ | |
| 688 | m_token = global_alloc_ | |
| 689 | 689 | } |
| 690 | 690 | |
| 691 | 691 | pleiads_sound_device::pleiads_sound_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock) |
| 692 | 692 | : device_t(mconfig, type, name, tag, owner, clock), |
| 693 | 693 | device_sound_interface(mconfig, *this) |
| 694 | 694 | { |
| 695 | m_token = global_alloc_ | |
| 695 | m_token = global_alloc_ | |
| 696 | 696 | } |
| 697 | 697 | |
| 698 | 698 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 356 | 356 | : device_t(mconfig, POLEPOS, "Pole Position Custom", tag, owner, clock), |
| 357 | 357 | device_sound_interface(mconfig, *this) |
| 358 | 358 | { |
| 359 | m_token = global_alloc_ | |
| 359 | m_token = global_alloc_ | |
| 360 | 360 | } |
| 361 | 361 | |
| 362 | 362 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 512 | 512 | tc0220ioc_device::tc0220ioc_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 513 | 513 | : device_t(mconfig, TC0220IOC, "Taito TC0220IOC", tag, owner, clock) |
| 514 | 514 | { |
| 515 | m_token = global_alloc_ | |
| 515 | m_token = global_alloc_ | |
| 516 | 516 | } |
| 517 | 517 | |
| 518 | 518 | //------------------------------------------------- |
| r17983 | r17984 | |
| 549 | 549 | tc0510nio_device::tc0510nio_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 550 | 550 | : device_t(mconfig, TC0510NIO, "Taito TC0510NIO", tag, owner, clock) |
| 551 | 551 | { |
| 552 | m_token = global_alloc_ | |
| 552 | m_token = global_alloc_ | |
| 553 | 553 | } |
| 554 | 554 | |
| 555 | 555 | //------------------------------------------------- |
| r17983 | r17984 | |
| 586 | 586 | tc0640fio_device::tc0640fio_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 587 | 587 | : device_t(mconfig, TC0640FIO, "Taito TC0640FIO", tag, owner, clock) |
| 588 | 588 | { |
| 589 | m_token = global_alloc_ | |
| 589 | m_token = global_alloc_ | |
| 590 | 590 | } |
| 591 | 591 | |
| 592 | 592 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 292 | 292 | namco_06xx_device::namco_06xx_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 293 | 293 | : device_t(mconfig, NAMCO_06XX, "Namco 06xx", tag, owner, clock) |
| 294 | 294 | { |
| 295 | m_token = global_alloc_ | |
| 295 | m_token = global_alloc_ | |
| 296 | 296 | } |
| 297 | 297 | |
| 298 | 298 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 548 | 548 | namcoio_device::namcoio_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 549 | 549 | : device_t(mconfig, NAMCO56XX, "Namco 56xx, 58xx & 59xx", tag, owner, clock) |
| 550 | 550 | { |
| 551 | m_token = global_alloc_ | |
| 551 | m_token = global_alloc_ | |
| 552 | 552 | } |
| 553 | 553 | |
| 554 | 554 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 156 | 156 | nmk112_device::nmk112_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 157 | 157 | : device_t(mconfig, NMK112, "NMK 112", tag, owner, clock) |
| 158 | 158 | { |
| 159 | m_token = global_alloc_ | |
| 159 | m_token = global_alloc_ | |
| 160 | 160 | } |
| 161 | 161 | |
| 162 | 162 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 296 | 296 | namco_50xx_device::namco_50xx_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 297 | 297 | : device_t(mconfig, NAMCO_50XX, "Namco 50xx", tag, owner, clock) |
| 298 | 298 | { |
| 299 | m_token = global_alloc_ | |
| 299 | m_token = global_alloc_ | |
| 300 | 300 | } |
| 301 | 301 | |
| 302 | 302 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 444 | 444 | namco_51xx_device::namco_51xx_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 445 | 445 | : device_t(mconfig, NAMCO_51XX, "Namco 51xx", tag, owner, clock) |
| 446 | 446 | { |
| 447 | m_token = global_alloc_ | |
| 447 | m_token = global_alloc_ | |
| 448 | 448 | } |
| 449 | 449 | |
| 450 | 450 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 916 | 916 | akiko_device::akiko_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 917 | 917 | : device_t(mconfig, AKIKO, "Akiko", tag, owner, clock) |
| 918 | 918 | { |
| 919 | m_token = global_alloc_ | |
| 919 | m_token = global_alloc_ | |
| 920 | 920 | } |
| 921 | 921 | |
| 922 | 922 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 500 | 500 | gaelco_serial_device::gaelco_serial_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 501 | 501 | : device_t(mconfig, GAELCO_SERIAL, "gaelco_serial", tag, owner, clock) |
| 502 | 502 | { |
| 503 | m_token = global_alloc_ | |
| 503 | m_token = global_alloc_ | |
| 504 | 504 | } |
| 505 | 505 | |
| 506 | 506 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 2248 | 2248 | decocass_tape_device::decocass_tape_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 2249 | 2249 | : device_t(mconfig, DECOCASS_TAPE, "DECO Cassette Tape", tag, owner, clock) |
| 2250 | 2250 | { |
| 2251 | m_token = global_alloc_ | |
| 2251 | m_token = global_alloc_ | |
| 2252 | 2252 | } |
| 2253 | 2253 | |
| 2254 | 2254 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 239 | 239 | buggychl_mcu_device::buggychl_mcu_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 240 | 240 | : device_t(mconfig, BUGGYCHL_MCU, "BuggyChl MCU", tag, owner, clock) |
| 241 | 241 | { |
| 242 | m_token = global_alloc_ | |
| 242 | m_token = global_alloc_ | |
| 243 | 243 | } |
| 244 | 244 | |
| 245 | 245 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 196 | 196 | namco_53xx_device::namco_53xx_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 197 | 197 | : device_t(mconfig, NAMCO_53XX, "Namco 53xx", tag, owner, clock) |
| 198 | 198 | { |
| 199 | m_token = global_alloc_ | |
| 199 | m_token = global_alloc_ | |
| 200 | 200 | } |
| 201 | 201 | |
| 202 | 202 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 89 | 89 | namco_62xx_device::namco_62xx_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 90 | 90 | : device_t(mconfig, NAMCO_62XX, "Namco 62xx", tag, owner, clock) |
| 91 | 91 | { |
| 92 | m_token = global_alloc_ | |
| 92 | m_token = global_alloc_ | |
| 93 | 93 | } |
| 94 | 94 | |
| 95 | 95 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 342 | 342 | mathbox_device::mathbox_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 343 | 343 | : device_t(mconfig, MATHBOX, "MATHBOX", tag, owner, clock) |
| 344 | 344 | { |
| 345 | m_token = global_alloc_ | |
| 345 | m_token = global_alloc_ | |
| 346 | 346 | } |
| 347 | 347 | |
| 348 | 348 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 973 | 973 | pc080sn_device::pc080sn_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 974 | 974 | : device_t(mconfig, PC080SN, "Taito PC080SN", tag, owner, clock) |
| 975 | 975 | { |
| 976 | m_token = global_alloc_ | |
| 976 | m_token = global_alloc_ | |
| 977 | 977 | } |
| 978 | 978 | |
| 979 | 979 | //------------------------------------------------- |
| r17983 | r17984 | |
| 1238 | 1238 | pc090oj_device::pc090oj_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 1239 | 1239 | : device_t(mconfig, PC090OJ, "Taito PC090OJ", tag, owner, clock) |
| 1240 | 1240 | { |
| 1241 | m_token = global_alloc_ | |
| 1241 | m_token = global_alloc_ | |
| 1242 | 1242 | } |
| 1243 | 1243 | |
| 1244 | 1244 | //------------------------------------------------- |
| r17983 | r17984 | |
| 1904 | 1904 | tc0080vco_device::tc0080vco_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 1905 | 1905 | : device_t(mconfig, TC0080VCO, "Taito TC0080VCO", tag, owner, clock) |
| 1906 | 1906 | { |
| 1907 | m_token = global_alloc_ | |
| 1907 | m_token = global_alloc_ | |
| 1908 | 1908 | } |
| 1909 | 1909 | |
| 1910 | 1910 | //------------------------------------------------- |
| r17983 | r17984 | |
| 2489 | 2489 | tc0100scn_device::tc0100scn_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 2490 | 2490 | : device_t(mconfig, TC0100SCN, "Taito TC0100SCN", tag, owner, clock) |
| 2491 | 2491 | { |
| 2492 | m_token = global_alloc_ | |
| 2492 | m_token = global_alloc_ | |
| 2493 | 2493 | } |
| 2494 | 2494 | |
| 2495 | 2495 | //------------------------------------------------- |
| r17983 | r17984 | |
| 2777 | 2777 | tc0280grd_device::tc0280grd_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 2778 | 2778 | : device_t(mconfig, TC0280GRD, "Taito TC0280GRD & TC0430GRW", tag, owner, clock) |
| 2779 | 2779 | { |
| 2780 | m_token = global_alloc_ | |
| 2780 | m_token = global_alloc_ | |
| 2781 | 2781 | } |
| 2782 | 2782 | |
| 2783 | 2783 | //------------------------------------------------- |
| r17983 | r17984 | |
| 2898 | 2898 | tc0360pri_device::tc0360pri_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 2899 | 2899 | : device_t(mconfig, TC0360PRI, "Taito TC0360PRI", tag, owner, clock) |
| 2900 | 2900 | { |
| 2901 | m_token = global_alloc_ | |
| 2901 | m_token = global_alloc_ | |
| 2902 | 2902 | } |
| 2903 | 2903 | |
| 2904 | 2904 | //------------------------------------------------- |
| r17983 | r17984 | |
| 3780 | 3780 | tc0480scp_device::tc0480scp_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 3781 | 3781 | : device_t(mconfig, TC0480SCP, "Taito TC0480SCP", tag, owner, clock) |
| 3782 | 3782 | { |
| 3783 | m_token = global_alloc_ | |
| 3783 | m_token = global_alloc_ | |
| 3784 | 3784 | } |
| 3785 | 3785 | |
| 3786 | 3786 | //------------------------------------------------- |
| r17983 | r17984 | |
| 4724 | 4724 | tc0150rod_device::tc0150rod_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 4725 | 4725 | : device_t(mconfig, TC0150ROD, "Taito TC0150ROD", tag, owner, clock) |
| 4726 | 4726 | { |
| 4727 | m_token = global_alloc_ | |
| 4727 | m_token = global_alloc_ | |
| 4728 | 4728 | } |
| 4729 | 4729 | |
| 4730 | 4730 | //------------------------------------------------- |
| r17983 | r17984 | |
| 4972 | 4972 | tc0110pcr_device::tc0110pcr_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 4973 | 4973 | : device_t(mconfig, TC0110PCR, "Taito TC0110PCR", tag, owner, clock) |
| 4974 | 4974 | { |
| 4975 | m_token = global_alloc_ | |
| 4975 | m_token = global_alloc_ | |
| 4976 | 4976 | } |
| 4977 | 4977 | |
| 4978 | 4978 | //------------------------------------------------- |
| r17983 | r17984 | |
| 5304 | 5304 | tc0180vcu_device::tc0180vcu_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 5305 | 5305 | : device_t(mconfig, TC0180VCU, "Taito TC0180VCU", tag, owner, clock) |
| 5306 | 5306 | { |
| 5307 | m_token = global_alloc_ | |
| 5307 | m_token = global_alloc_ | |
| 5308 | 5308 | } |
| 5309 | 5309 | |
| 5310 | 5310 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 372 | 372 | atarirle_device::atarirle_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 373 | 373 | : device_t(mconfig, ATARIRLE, "Atari RLE", tag, owner, clock) |
| 374 | 374 | { |
| 375 | m_token = global_alloc_ | |
| 375 | m_token = global_alloc_ | |
| 376 | 376 | } |
| 377 | 377 | |
| 378 | 378 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 903 | 903 | deco16ic_device::deco16ic_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 904 | 904 | : device_t(mconfig, DECO16IC, "Data East IC 55 / 56 / 74 / 141", tag, owner, clock) |
| 905 | 905 | { |
| 906 | m_token = global_alloc_ | |
| 906 | m_token = global_alloc_ | |
| 907 | 907 | } |
| 908 | 908 | |
| 909 | 909 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 144 | 144 | decocomn_device::decocomn_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 145 | 145 | : device_t(mconfig, DECOCOMN, "Data East Common Video Functions", tag, owner, clock) |
| 146 | 146 | { |
| 147 | m_token = global_alloc_ | |
| 147 | m_token = global_alloc_ | |
| 148 | 148 | } |
| 149 | 149 | |
| 150 | 150 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 605 | 605 | vr0video_device::vr0video_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 606 | 606 | : device_t(mconfig, VIDEO_VRENDER0, "VRender0", tag, owner, clock) |
| 607 | 607 | { |
| 608 | m_token = global_alloc_ | |
| 608 | m_token = global_alloc_ | |
| 609 | 609 | } |
| 610 | 610 | |
| 611 | 611 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 329 | 329 | kaneko_pandora_device::kaneko_pandora_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 330 | 330 | : device_t(mconfig, KANEKO_PANDORA, "Kaneko Pandora - PX79C480FP-3", tag, owner, clock) |
| 331 | 331 | { |
| 332 | m_token = global_alloc_ | |
| 332 | m_token = global_alloc_ | |
| 333 | 333 | } |
| 334 | 334 | |
| 335 | 335 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 1581 | 1581 | k007121_device::k007121_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 1582 | 1582 | : device_t(mconfig, K007121, "Konami 007121", tag, owner, clock) |
| 1583 | 1583 | { |
| 1584 | m_token = global_alloc_ | |
| 1584 | m_token = global_alloc_ | |
| 1585 | 1585 | } |
| 1586 | 1586 | |
| 1587 | 1587 | //------------------------------------------------- |
| r17983 | r17984 | |
| 1854 | 1854 | k007342_device::k007342_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 1855 | 1855 | : device_t(mconfig, K007342, "Konami 007342", tag, owner, clock) |
| 1856 | 1856 | { |
| 1857 | m_token = global_alloc_ | |
| 1857 | m_token = global_alloc_ | |
| 1858 | 1858 | } |
| 1859 | 1859 | |
| 1860 | 1860 | //------------------------------------------------- |
| r17983 | r17984 | |
| 2187 | 2187 | k007420_device::k007420_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 2188 | 2188 | : device_t(mconfig, K007420, "Konami 007420", tag, owner, clock) |
| 2189 | 2189 | { |
| 2190 | m_token = global_alloc_ | |
| 2190 | m_token = global_alloc_ | |
| 2191 | 2191 | } |
| 2192 | 2192 | |
| 2193 | 2193 | //------------------------------------------------- |
| r17983 | r17984 | |
| 2758 | 2758 | k052109_device::k052109_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 2759 | 2759 | : device_t(mconfig, K052109, "Konami 052109", tag, owner, clock) |
| 2760 | 2760 | { |
| 2761 | m_token = global_alloc_ | |
| 2761 | m_token = global_alloc_ | |
| 2762 | 2762 | } |
| 2763 | 2763 | |
| 2764 | 2764 | //------------------------------------------------- |
| r17983 | r17984 | |
| 3429 | 3429 | k051960_device::k051960_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 3430 | 3430 | : device_t(mconfig, K051960, "Konami 051960", tag, owner, clock) |
| 3431 | 3431 | { |
| 3432 | m_token = global_alloc_ | |
| 3432 | m_token = global_alloc_ | |
| 3433 | 3433 | } |
| 3434 | 3434 | |
| 3435 | 3435 | //------------------------------------------------- |
| r17983 | r17984 | |
| 4260 | 4260 | k05324x_device::k05324x_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 4261 | 4261 | : device_t(mconfig, K053244, "Konami 053244 & 053245", tag, owner, clock) |
| 4262 | 4262 | { |
| 4263 | m_token = global_alloc_ | |
| 4263 | m_token = global_alloc_ | |
| 4264 | 4264 | } |
| 4265 | 4265 | |
| 4266 | 4266 | //------------------------------------------------- |
| r17983 | r17984 | |
| 5272 | 5272 | k055673_device::k055673_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 5273 | 5273 | : device_t(mconfig, K055673, "Konami 055673", tag, owner, clock) |
| 5274 | 5274 | { |
| 5275 | m_token = global_alloc_ | |
| 5275 | m_token = global_alloc_ | |
| 5276 | 5276 | } |
| 5277 | 5277 | |
| 5278 | 5278 | //------------------------------------------------- |
| r17983 | r17984 | |
| 5308 | 5308 | k053247_device::k053247_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 5309 | 5309 | : device_t(mconfig, K053246, "Konami 053246 & 053247", tag, owner, clock) |
| 5310 | 5310 | { |
| 5311 | m_token = global_alloc_ | |
| 5311 | m_token = global_alloc_ | |
| 5312 | 5312 | } |
| 5313 | 5313 | |
| 5314 | 5314 | //------------------------------------------------- |
| r17983 | r17984 | |
| 5541 | 5541 | k051316_device::k051316_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 5542 | 5542 | : device_t(mconfig, K051316, "Konami 051316", tag, owner, clock) |
| 5543 | 5543 | { |
| 5544 | m_token = global_alloc_ | |
| 5544 | m_token = global_alloc_ | |
| 5545 | 5545 | } |
| 5546 | 5546 | |
| 5547 | 5547 | //------------------------------------------------- |
| r17983 | r17984 | |
| 5914 | 5914 | k053936_device::k053936_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 5915 | 5915 | : device_t(mconfig, K053936, "Konami 053936", tag, owner, clock) |
| 5916 | 5916 | { |
| 5917 | m_token = global_alloc_ | |
| 5917 | m_token = global_alloc_ | |
| 5918 | 5918 | } |
| 5919 | 5919 | |
| 5920 | 5920 | //------------------------------------------------- |
| r17983 | r17984 | |
| 6105 | 6105 | k053251_device::k053251_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 6106 | 6106 | : device_t(mconfig, K053251, "Konami 053251", tag, owner, clock) |
| 6107 | 6107 | { |
| 6108 | m_token = global_alloc_ | |
| 6108 | m_token = global_alloc_ | |
| 6109 | 6109 | } |
| 6110 | 6110 | |
| 6111 | 6111 | //------------------------------------------------- |
| r17983 | r17984 | |
| 6250 | 6250 | k054000_device::k054000_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 6251 | 6251 | : device_t(mconfig, K054000, "Konami 054000", tag, owner, clock) |
| 6252 | 6252 | { |
| 6253 | m_token = global_alloc_ | |
| 6253 | m_token = global_alloc_ | |
| 6254 | 6254 | } |
| 6255 | 6255 | |
| 6256 | 6256 | //------------------------------------------------- |
| r17983 | r17984 | |
| 6438 | 6438 | k051733_device::k051733_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 6439 | 6439 | : device_t(mconfig, K051733, "Konami 051733", tag, owner, clock) |
| 6440 | 6440 | { |
| 6441 | m_token = global_alloc_ | |
| 6441 | m_token = global_alloc_ | |
| 6442 | 6442 | } |
| 6443 | 6443 | |
| 6444 | 6444 | //------------------------------------------------- |
| r17983 | r17984 | |
| 8186 | 8186 | k056832_device::k056832_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 8187 | 8187 | : device_t(mconfig, K056832, "Konami 056832", tag, owner, clock) |
| 8188 | 8188 | { |
| 8189 | m_token = global_alloc_ | |
| 8189 | m_token = global_alloc_ | |
| 8190 | 8190 | } |
| 8191 | 8191 | |
| 8192 | 8192 | //------------------------------------------------- |
| r17983 | r17984 | |
| 8577 | 8577 | k055555_device::k055555_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 8578 | 8578 | : device_t(mconfig, K055555, "Konami 055555", tag, owner, clock) |
| 8579 | 8579 | { |
| 8580 | m_token = global_alloc_ | |
| 8580 | m_token = global_alloc_ | |
| 8581 | 8581 | } |
| 8582 | 8582 | |
| 8583 | 8583 | //------------------------------------------------- |
| r17983 | r17984 | |
| 8915 | 8915 | k054338_device::k054338_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 8916 | 8916 | : device_t(mconfig, K054338, "Konami 054338", tag, owner, clock) |
| 8917 | 8917 | { |
| 8918 | m_token = global_alloc_ | |
| 8918 | m_token = global_alloc_ | |
| 8919 | 8919 | } |
| 8920 | 8920 | |
| 8921 | 8921 | //------------------------------------------------- |
| r17983 | r17984 | |
| 9126 | 9126 | k001006_device::k001006_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 9127 | 9127 | : device_t(mconfig, K001006, "Konami 001006", tag, owner, clock) |
| 9128 | 9128 | { |
| 9129 | m_token = global_alloc_ | |
| 9129 | m_token = global_alloc_ | |
| 9130 | 9130 | } |
| 9131 | 9131 | |
| 9132 | 9132 | //------------------------------------------------- |
| r17983 | r17984 | |
| 10089 | 10089 | k001005_device::k001005_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 10090 | 10090 | : device_t(mconfig, K001005, "Konami 001005", tag, owner, clock) |
| 10091 | 10091 | { |
| 10092 | m_token = global_alloc_ | |
| 10092 | m_token = global_alloc_ | |
| 10093 | 10093 | } |
| 10094 | 10094 | |
| 10095 | 10095 | //------------------------------------------------- |
| r17983 | r17984 | |
| 10487 | 10487 | k001604_device::k001604_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 10488 | 10488 | : device_t(mconfig, K001604, "Konami 001604", tag, owner, clock) |
| 10489 | 10489 | { |
| 10490 | m_token = global_alloc_ | |
| 10490 | m_token = global_alloc_ | |
| 10491 | 10491 | } |
| 10492 | 10492 | |
| 10493 | 10493 | //------------------------------------------------- |
| r17983 | r17984 | |
| 10783 | 10783 | k037122_device::k037122_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 10784 | 10784 | : device_t(mconfig, K037122, "Konami 0371222", tag, owner, clock) |
| 10785 | 10785 | { |
| 10786 | m_token = global_alloc_ | |
| 10786 | m_token = global_alloc_ | |
| 10787 | 10787 | } |
| 10788 | 10788 | |
| 10789 | 10789 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 106 | 106 | : device_t(mconfig, MJKJIDAI, "Custom ADPCM", tag, owner, clock), |
| 107 | 107 | device_sound_interface(mconfig, *this) |
| 108 | 108 | { |
| 109 | m_token = global_alloc_ | |
| 109 | m_token = global_alloc_ | |
| 110 | 110 | } |
| 111 | 111 | |
| 112 | 112 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 196 | 196 | : device_t(mconfig, RENEGADE_ADPCM, "Renegade Custom ADPCM", tag, owner, clock), |
| 197 | 197 | device_sound_interface(mconfig, *this) |
| 198 | 198 | { |
| 199 | m_token = global_alloc_ | |
| 199 | m_token = global_alloc_ | |
| 200 | 200 | } |
| 201 | 201 | |
| 202 | 202 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 1581 | 1581 | hd63484_device::hd63484_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 1582 | 1582 | : device_t(mconfig, HD63484, "HD63484", tag, owner, clock) |
| 1583 | 1583 | { |
| 1584 | m_token = global_alloc_ | |
| 1584 | m_token = global_alloc_ | |
| 1585 | 1585 | } |
| 1586 | 1586 | |
| 1587 | 1587 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 285 | 285 | tlc34076_device::tlc34076_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 286 | 286 | : device_t(mconfig, TLC34076, "TLC34076", tag, owner, clock) |
| 287 | 287 | { |
| 288 | m_token = global_alloc_ | |
| 288 | m_token = global_alloc_ | |
| 289 | 289 | } |
| 290 | 290 | |
| 291 | 291 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 5658 | 5658 | voodoo_device::voodoo_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock) |
| 5659 | 5659 | : device_t(mconfig, type, name, tag, owner, clock) |
| 5660 | 5660 | { |
| 5661 | m_token = global_alloc_ | |
| 5661 | m_token = global_alloc_ | |
| 5662 | 5662 | } |
| 5663 | 5663 | |
| 5664 | 5664 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 591 | 591 | i8275_device::i8275_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 592 | 592 | : device_t(mconfig, I8275, "Intel 8275", tag, owner, clock) |
| 593 | 593 | { |
| 594 | m_token = global_alloc_ | |
| 594 | m_token = global_alloc_ | |
| 595 | 595 | } |
| 596 | 596 | |
| 597 | 597 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 369 | 369 | s2636_device::s2636_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 370 | 370 | : device_t(mconfig, S2636, "Signetics 2636", tag, owner, clock) |
| 371 | 371 | { |
| 372 | m_token = global_alloc_ | |
| 372 | m_token = global_alloc_ | |
| 373 | 373 | } |
| 374 | 374 | |
| 375 | 375 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 311 | 311 | tms9927_device::tms9927_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 312 | 312 | : device_t(mconfig, TMS9927, "TMS9927", tag, owner, clock) |
| 313 | 313 | { |
| 314 | m_token = global_alloc_ | |
| 314 | m_token = global_alloc_ | |
| 315 | 315 | } |
| 316 | 316 | tms9927_device::tms9927_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock) |
| 317 | 317 | : device_t(mconfig, type, name, tag, owner, clock) |
| 318 | 318 | { |
| 319 | m_token = global_alloc_ | |
| 319 | m_token = global_alloc_ | |
| 320 | 320 | } |
| 321 | 321 | |
| 322 | 322 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 1370 | 1370 | : device_t(mconfig, SP0256, "SP0256", tag, owner, clock), |
| 1371 | 1371 | device_sound_interface(mconfig, *this) |
| 1372 | 1372 | { |
| 1373 | m_token = global_alloc_ | |
| 1373 | m_token = global_alloc_ | |
| 1374 | 1374 | } |
| 1375 | 1375 | |
| 1376 | 1376 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 299 | 299 | : device_t(mconfig, HC55516, "HC-55516", tag, owner, clock), |
| 300 | 300 | device_sound_interface(mconfig, *this) |
| 301 | 301 | { |
| 302 | m_token = global_alloc_ | |
| 302 | m_token = global_alloc_ | |
| 303 | 303 | } |
| 304 | 304 | hc55516_device::hc55516_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock) |
| 305 | 305 | : device_t(mconfig, type, name, tag, owner, clock), |
| 306 | 306 | device_sound_interface(mconfig, *this) |
| 307 | 307 | { |
| 308 | m_token = global_alloc_ | |
| 308 | m_token = global_alloc_ | |
| 309 | 309 | } |
| 310 | 310 | |
| 311 | 311 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 269 | 269 | : device_t(mconfig, IREMGA20, "Irem GA20", tag, owner, clock), |
| 270 | 270 | device_sound_interface(mconfig, *this) |
| 271 | 271 | { |
| 272 | m_token = global_alloc_ | |
| 272 | m_token = global_alloc_ | |
| 273 | 273 | } |
| 274 | 274 | |
| 275 | 275 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 1501 | 1501 | : device_t(mconfig, TMS5110, "TMS5110", tag, owner, clock), |
| 1502 | 1502 | device_sound_interface(mconfig, *this) |
| 1503 | 1503 | { |
| 1504 | m_token = global_alloc_ | |
| 1504 | m_token = global_alloc_ | |
| 1505 | 1505 | } |
| 1506 | 1506 | tms5110_device::tms5110_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock) |
| 1507 | 1507 | : device_t(mconfig, type, name, tag, owner, clock), |
| 1508 | 1508 | device_sound_interface(mconfig, *this) |
| 1509 | 1509 | { |
| 1510 | m_token = global_alloc_ | |
| 1510 | m_token = global_alloc_ | |
| 1511 | 1511 | } |
| 1512 | 1512 | |
| 1513 | 1513 | //------------------------------------------------- |
| r17983 | r17984 | |
| 1717 | 1717 | tmsprom_device::tmsprom_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 1718 | 1718 | : device_t(mconfig, TMSPROM, "TMSPROM", tag, owner, clock) |
| 1719 | 1719 | { |
| 1720 | m_token = global_alloc_ | |
| 1720 | m_token = global_alloc_ | |
| 1721 | 1721 | } |
| 1722 | 1722 | |
| 1723 | 1723 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 162 | 162 | : device_t(mconfig, YM2612, "YM2612", tag, owner, clock), |
| 163 | 163 | device_sound_interface(mconfig, *this) |
| 164 | 164 | { |
| 165 | m_token = global_alloc_ | |
| 165 | m_token = global_alloc_ | |
| 166 | 166 | } |
| 167 | 167 | ym2612_device::ym2612_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock) |
| 168 | 168 | : device_t(mconfig, type, name, tag, owner, clock), |
| 169 | 169 | device_sound_interface(mconfig, *this) |
| 170 | 170 | { |
| 171 | m_token = global_alloc_ | |
| 171 | m_token = global_alloc_ | |
| 172 | 172 | } |
| 173 | 173 | |
| 174 | 174 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 150 | 150 | : device_t(mconfig, YM3526, "YM3526", tag, owner, clock), |
| 151 | 151 | device_sound_interface(mconfig, *this) |
| 152 | 152 | { |
| 153 | m_token = global_alloc_ | |
| 153 | m_token = global_alloc_ | |
| 154 | 154 | } |
| 155 | 155 | |
| 156 | 156 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 286 | 286 | : device_t(mconfig, K051649, "K051649", tag, owner, clock), |
| 287 | 287 | device_sound_interface(mconfig, *this) |
| 288 | 288 | { |
| 289 | m_token = global_alloc_ | |
| 289 | m_token = global_alloc_ | |
| 290 | 290 | } |
| 291 | 291 | |
| 292 | 292 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 480 | 480 | : device_t(mconfig, C140, "C140", tag, owner, clock), |
| 481 | 481 | device_sound_interface(mconfig, *this) |
| 482 | 482 | { |
| 483 | m_token = global_alloc_ | |
| 483 | m_token = global_alloc_ | |
| 484 | 484 | } |
| 485 | 485 | |
| 486 | 486 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 346 | 346 | : device_t(mconfig, MSM5205, "MSM5205", tag, owner, clock), |
| 347 | 347 | device_sound_interface(mconfig, *this) |
| 348 | 348 | { |
| 349 | m_token = global_alloc_ | |
| 349 | m_token = global_alloc_ | |
| 350 | 350 | } |
| 351 | 351 | msm5205_device::msm5205_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock) |
| 352 | 352 | : device_t(mconfig, type, name, tag, owner, clock), |
| 353 | 353 | device_sound_interface(mconfig, *this) |
| 354 | 354 | { |
| 355 | m_token = global_alloc_ | |
| 355 | m_token = global_alloc_ | |
| 356 | 356 | } |
| 357 | 357 | |
| 358 | 358 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 375 | 375 | : device_t(mconfig, QSOUND, "Q-Sound", tag, owner, clock), |
| 376 | 376 | device_sound_interface(mconfig, *this) |
| 377 | 377 | { |
| 378 | m_token = global_alloc_ | |
| 378 | m_token = global_alloc_ | |
| 379 | 379 | } |
| 380 | 380 | |
| 381 | 381 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 164 | 164 | : device_t(mconfig, SNKWAVE, "SNK Wave", tag, owner, clock), |
| 165 | 165 | device_sound_interface(mconfig, *this) |
| 166 | 166 | { |
| 167 | m_token = global_alloc_ | |
| 167 | m_token = global_alloc_ | |
| 168 | 168 | } |
| 169 | 169 | |
| 170 | 170 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 146 | 146 | : device_t(mconfig, YM3812, "YM3812", tag, owner, clock), |
| 147 | 147 | device_sound_interface(mconfig, *this) |
| 148 | 148 | { |
| 149 | m_token = global_alloc_ | |
| 149 | m_token = global_alloc_ | |
| 150 | 150 | } |
| 151 | 151 | |
| 152 | 152 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 562 | 562 | : device_t(mconfig, RF5C400, "RF5C400", tag, owner, clock), |
| 563 | 563 | device_sound_interface(mconfig, *this) |
| 564 | 564 | { |
| 565 | m_token = global_alloc_ | |
| 565 | m_token = global_alloc_ | |
| 566 | 566 | } |
| 567 | 567 | |
| 568 | 568 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 562 | 562 | : device_t(mconfig, CEM3394, "CEM3394", tag, owner, clock), |
| 563 | 563 | device_sound_interface(mconfig, *this) |
| 564 | 564 | { |
| 565 | m_token = global_alloc_ | |
| 565 | m_token = global_alloc_ | |
| 566 | 566 | } |
| 567 | 567 | |
| 568 | 568 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 441 | 441 | : device_t(mconfig, SAA1099, "SAA1099", tag, owner, clock), |
| 442 | 442 | device_sound_interface(mconfig, *this) |
| 443 | 443 | { |
| 444 | m_token = global_alloc_ | |
| 444 | m_token = global_alloc_ | |
| 445 | 445 | } |
| 446 | 446 | |
| 447 | 447 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 696 | 696 | : device_t(mconfig, DIGITALKER, "Digitalker", tag, owner, clock), |
| 697 | 697 | device_sound_interface(mconfig, *this) |
| 698 | 698 | { |
| 699 | m_token = global_alloc_ | |
| 699 | m_token = global_alloc_ | |
| 700 | 700 | } |
| 701 | 701 | |
| 702 | 702 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 1051 | 1051 | : device_t(mconfig, YMZ280B, "YMZ280B", tag, owner, clock), |
| 1052 | 1052 | device_sound_interface(mconfig, *this) |
| 1053 | 1053 | { |
| 1054 | m_token = global_alloc_ | |
| 1054 | m_token = global_alloc_ | |
| 1055 | 1055 | } |
| 1056 | 1056 | |
| 1057 | 1057 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 262 | 262 | : device_t(mconfig, RF5C68, "RF5C68", tag, owner, clock), |
| 263 | 263 | device_sound_interface(mconfig, *this) |
| 264 | 264 | { |
| 265 | m_token = global_alloc_ | |
| 265 | m_token = global_alloc_ | |
| 266 | 266 | } |
| 267 | 267 | |
| 268 | 268 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 250 | 250 | : device_t(mconfig, K005289, "K005289", tag, owner, clock), |
| 251 | 251 | device_sound_interface(mconfig, *this) |
| 252 | 252 | { |
| 253 | m_token = global_alloc_ | |
| 253 | m_token = global_alloc_ | |
| 254 | 254 | } |
| 255 | 255 | |
| 256 | 256 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 1359 | 1359 | : device_t(mconfig, AICA, "AICA", tag, owner, clock), |
| 1360 | 1360 | device_sound_interface(mconfig, *this) |
| 1361 | 1361 | { |
| 1362 | m_token = global_alloc_ | |
| 1362 | m_token = global_alloc_ | |
| 1363 | 1363 | } |
| 1364 | 1364 | |
| 1365 | 1365 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 491 | 491 | : device_t(mconfig, SN76496, "SN76496", tag, owner, clock), |
| 492 | 492 | device_sound_interface(mconfig, *this) |
| 493 | 493 | { |
| 494 | m_token = global_alloc_ | |
| 494 | m_token = global_alloc_ | |
| 495 | 495 | } |
| 496 | 496 | sn76496_device::sn76496_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock) |
| 497 | 497 | : device_t(mconfig, type, name, tag, owner, clock), |
| 498 | 498 | device_sound_interface(mconfig, *this) |
| 499 | 499 | { |
| 500 | m_token = global_alloc_ | |
| 500 | m_token = global_alloc_ | |
| 501 | 501 | } |
| 502 | 502 | |
| 503 | 503 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 307 | 307 | : device_t(mconfig, ASTROCADE, "Astrocade", tag, owner, clock), |
| 308 | 308 | device_sound_interface(mconfig, *this) |
| 309 | 309 | { |
| 310 | m_token = global_alloc_ | |
| 310 | m_token = global_alloc_ | |
| 311 | 311 | } |
| 312 | 312 | |
| 313 | 313 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 289 | 289 | : device_t(mconfig, X1_010, "X1-010", tag, owner, clock), |
| 290 | 290 | device_sound_interface(mconfig, *this) |
| 291 | 291 | { |
| 292 | m_token = global_alloc_ | |
| 292 | m_token = global_alloc_ | |
| 293 | 293 | } |
| 294 | 294 | |
| 295 | 295 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 168 | 168 | k056800_device::k056800_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 169 | 169 | : device_t(mconfig, K056800, "Konami 056800 MIRAC", tag, owner, clock) |
| 170 | 170 | { |
| 171 | m_token = global_alloc_ | |
| 171 | m_token = global_alloc_ | |
| 172 | 172 | } |
| 173 | 173 | |
| 174 | 174 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 791 | 791 | : device_t(mconfig, UPD7759, "uPD7759", tag, owner, clock), |
| 792 | 792 | device_sound_interface(mconfig, *this) |
| 793 | 793 | { |
| 794 | m_token = global_alloc_ | |
| 794 | m_token = global_alloc_ | |
| 795 | 795 | } |
| 796 | 796 | upd7759_device::upd7759_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock) |
| 797 | 797 | : device_t(mconfig, type, name, tag, owner, clock), |
| 798 | 798 | device_sound_interface(mconfig, *this) |
| 799 | 799 | { |
| 800 | m_token = global_alloc_ | |
| 800 | m_token = global_alloc_ | |
| 801 | 801 | } |
| 802 | 802 | |
| 803 | 803 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 1816 | 1816 | : device_t(mconfig, YMF271, "YMF271", tag, owner, clock), |
| 1817 | 1817 | device_sound_interface(mconfig, *this) |
| 1818 | 1818 | { |
| 1819 | m_token = global_alloc_ | |
| 1819 | m_token = global_alloc_ | |
| 1820 | 1820 | } |
| 1821 | 1821 | |
| 1822 | 1822 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 159 | 159 | : device_t(mconfig, NAMCO_63701X, "Namco 63701X", tag, owner, clock), |
| 160 | 160 | device_sound_interface(mconfig, *this) |
| 161 | 161 | { |
| 162 | m_token = global_alloc_ | |
| 162 | m_token = global_alloc_ | |
| 163 | 163 | } |
| 164 | 164 | |
| 165 | 165 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 243 | 243 | : device_t(mconfig, SP0250, "SP0250", tag, owner, clock), |
| 244 | 244 | device_sound_interface(mconfig, *this) |
| 245 | 245 | { |
| 246 | m_token = global_alloc_ | |
| 246 | m_token = global_alloc_ | |
| 247 | 247 | } |
| 248 | 248 | |
| 249 | 249 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 423 | 423 | : device_t(mconfig, SPEAKER_SOUND, "Speaker", tag, owner, clock), |
| 424 | 424 | device_sound_interface(mconfig, *this) |
| 425 | 425 | { |
| 426 | m_token = global_alloc_ | |
| 426 | m_token = global_alloc_ | |
| 427 | 427 | } |
| 428 | 428 | |
| 429 | 429 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 1042 | 1042 | : device_t(mconfig, AY8910, "AY-3-8910A", tag, owner, clock), |
| 1043 | 1043 | device_sound_interface(mconfig, *this) |
| 1044 | 1044 | { |
| 1045 | m_token = global_alloc_ | |
| 1045 | m_token = global_alloc_ | |
| 1046 | 1046 | } |
| 1047 | 1047 | ay8910_device::ay8910_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock) |
| 1048 | 1048 | : device_t(mconfig, type, name, tag, owner, clock), |
| 1049 | 1049 | device_sound_interface(mconfig, *this) |
| 1050 | 1050 | { |
| 1051 | m_token = global_alloc_ | |
| 1051 | m_token = global_alloc_ | |
| 1052 | 1052 | } |
| 1053 | 1053 | |
| 1054 | 1054 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 318 | 318 | : device_t(mconfig, CDDA, "CD/DA", tag, owner, clock), |
| 319 | 319 | device_sound_interface(mconfig, *this) |
| 320 | 320 | { |
| 321 | m_token = global_alloc_ | |
| 321 | m_token = global_alloc_ | |
| 322 | 322 | } |
| 323 | 323 | |
| 324 | 324 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 529 | 529 | : device_t(mconfig, TMS36XX, "TMS36XX", tag, owner, clock), |
| 530 | 530 | device_sound_interface(mconfig, *this) |
| 531 | 531 | { |
| 532 | m_token = global_alloc_ | |
| 532 | m_token = global_alloc_ | |
| 533 | 533 | } |
| 534 | 534 | |
| 535 | 535 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 150 | 150 | : device_t(mconfig, ST0016, "ST0016", tag, owner, clock), |
| 151 | 151 | device_sound_interface(mconfig, *this) |
| 152 | 152 | { |
| 153 | m_token = global_alloc_ | |
| 153 | m_token = global_alloc_ | |
| 154 | 154 | } |
| 155 | 155 | |
| 156 | 156 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 52 | 52 | : device_t(mconfig, TIA, "TIA", tag, owner, clock), |
| 53 | 53 | device_sound_interface(mconfig, *this) |
| 54 | 54 | { |
| 55 | m_token = global_alloc_ | |
| 55 | m_token = global_alloc_ | |
| 56 | 56 | } |
| 57 | 57 | |
| 58 | 58 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 350 | 350 | : device_t(mconfig, C6280, "HuC6280", tag, owner, clock), |
| 351 | 351 | device_sound_interface(mconfig, *this) |
| 352 | 352 | { |
| 353 | m_token = global_alloc_ | |
| 353 | m_token = global_alloc_ | |
| 354 | 354 | } |
| 355 | 355 | |
| 356 | 356 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 1361 | 1361 | : device_t(mconfig, SCSP, "SCSP", tag, owner, clock), |
| 1362 | 1362 | device_sound_interface(mconfig, *this) |
| 1363 | 1363 | { |
| 1364 | m_token = global_alloc_ | |
| 1364 | m_token = global_alloc_ | |
| 1365 | 1365 | } |
| 1366 | 1366 | |
| 1367 | 1367 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 856 | 856 | : device_t(mconfig, MSM5232, "MSM5232", tag, owner, clock), |
| 857 | 857 | device_sound_interface(mconfig, *this) |
| 858 | 858 | { |
| 859 | m_token = global_alloc_ | |
| 859 | m_token = global_alloc_ | |
| 860 | 860 | } |
| 861 | 861 | |
| 862 | 862 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 222 | 222 | : device_t(mconfig, YM2610, "YM2610", tag, owner, clock), |
| 223 | 223 | device_sound_interface(mconfig, *this) |
| 224 | 224 | { |
| 225 | m_token = global_alloc_ | |
| 225 | m_token = global_alloc_ | |
| 226 | 226 | } |
| 227 | 227 | ym2610_device::ym2610_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock) |
| 228 | 228 | : device_t(mconfig, type, name, tag, owner, clock), |
| 229 | 229 | device_sound_interface(mconfig, *this) |
| 230 | 230 | { |
| 231 | m_token = global_alloc_ | |
| 231 | m_token = global_alloc_ | |
| 232 | 232 | } |
| 233 | 233 | |
| 234 | 234 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 116 | 116 | : device_t(mconfig, FILTER_RC, "RC Filter", tag, owner, clock), |
| 117 | 117 | device_sound_interface(mconfig, *this) |
| 118 | 118 | { |
| 119 | m_token = global_alloc_ | |
| 119 | m_token = global_alloc_ | |
| 120 | 120 | } |
| 121 | 121 | |
| 122 | 122 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 168 | 168 | : device_t(mconfig, BEEP, "Beep", tag, owner, clock), |
| 169 | 169 | device_sound_interface(mconfig, *this) |
| 170 | 170 | { |
| 171 | m_token = global_alloc_ | |
| 171 | m_token = global_alloc_ | |
| 172 | 172 | } |
| 173 | 173 | |
| 174 | 174 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 99 | 99 | : device_t(mconfig, TMS3615, "TMS3615", tag, owner, clock), |
| 100 | 100 | device_sound_interface(mconfig, *this) |
| 101 | 101 | { |
| 102 | m_token = global_alloc_ | |
| 102 | m_token = global_alloc_ | |
| 103 | 103 | } |
| 104 | 104 | |
| 105 | 105 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 635 | 635 | : device_t(mconfig, S14001A, "S14001A", tag, owner, clock), |
| 636 | 636 | device_sound_interface(mconfig, *this) |
| 637 | 637 | { |
| 638 | m_token = global_alloc_ | |
| 638 | m_token = global_alloc_ | |
| 639 | 639 | } |
| 640 | 640 | |
| 641 | 641 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 288 | 288 | : device_t(mconfig, GAELCO_GAE1, "Gaelco GAE1", tag, owner, clock), |
| 289 | 289 | device_sound_interface(mconfig, *this) |
| 290 | 290 | { |
| 291 | m_token = global_alloc_ | |
| 291 | m_token = global_alloc_ | |
| 292 | 292 | } |
| 293 | 293 | |
| 294 | 294 | gaelco_gae1_device::gaelco_gae1_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock) |
| 295 | 295 | : device_t(mconfig, type, name, tag, owner, clock), |
| 296 | 296 | device_sound_interface(mconfig, *this) |
| 297 | 297 | { |
| 298 | m_token = global_alloc_ | |
| 298 | m_token = global_alloc_ | |
| 299 | 299 | } |
| 300 | 300 | |
| 301 | 301 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 239 | 239 | : device_t(mconfig, DMADAC, "DMA-driven DAC", tag, owner, clock), |
| 240 | 240 | device_sound_interface(mconfig, *this) |
| 241 | 241 | { |
| 242 | m_token = global_alloc_ | |
| 242 | m_token = global_alloc_ | |
| 243 | 243 | } |
| 244 | 244 | |
| 245 | 245 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 209 | 209 | : device_t(mconfig, YM2608, "YM2608", tag, owner, clock), |
| 210 | 210 | device_sound_interface(mconfig, *this) |
| 211 | 211 | { |
| 212 | m_token = global_alloc_ | |
| 212 | m_token = global_alloc_ | |
| 213 | 213 | } |
| 214 | 214 | |
| 215 | 215 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 87 | 87 | : device_t(mconfig, S2636_SOUND, "S2636", tag, owner, clock), |
| 88 | 88 | device_sound_interface(mconfig, *this) |
| 89 | 89 | { |
| 90 | m_token = global_alloc_ | |
| 90 | m_token = global_alloc_ | |
| 91 | 91 | } |
| 92 | 92 | |
| 93 | 93 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 624 | 624 | : device_t(mconfig, OKIM6376, "OKI6376", tag, owner, clock), |
| 625 | 625 | device_sound_interface(mconfig, *this) |
| 626 | 626 | { |
| 627 | m_token = global_alloc_ | |
| 627 | m_token = global_alloc_ | |
| 628 | 628 | } |
| 629 | 629 | |
| 630 | 630 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 235 | 235 | : device_t(mconfig, ZSG2, "ZSG-2", tag, owner, clock), |
| 236 | 236 | device_sound_interface(mconfig, *this) |
| 237 | 237 | { |
| 238 | m_token = global_alloc_ | |
| 238 | m_token = global_alloc_ | |
| 239 | 239 | } |
| 240 | 240 | |
| 241 | 241 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 2137 | 2137 | : device_t(mconfig, ES5506, "ES5506", tag, owner, clock), |
| 2138 | 2138 | device_sound_interface(mconfig, *this) |
| 2139 | 2139 | { |
| 2140 | m_token = global_alloc_ | |
| 2140 | m_token = global_alloc_ | |
| 2141 | 2141 | } |
| 2142 | 2142 | |
| 2143 | 2143 | es5506_device::es5506_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock) |
| 2144 | 2144 | : device_t(mconfig, type, name, tag, owner, clock), |
| 2145 | 2145 | device_sound_interface(mconfig, *this) |
| 2146 | 2146 | { |
| 2147 | m_token = global_alloc_ | |
| 2147 | m_token = global_alloc_ | |
| 2148 | 2148 | } |
| 2149 | 2149 | |
| 2150 | 2150 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 1093 | 1093 | : device_t(mconfig, YMF278B, "YMF278B", tag, owner, clock), |
| 1094 | 1094 | device_sound_interface(mconfig, *this) |
| 1095 | 1095 | { |
| 1096 | m_token = global_alloc_ | |
| 1096 | m_token = global_alloc_ | |
| 1097 | 1097 | } |
| 1098 | 1098 | |
| 1099 | 1099 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 49 | 49 | : device_t(mconfig, FILTER_VOLUME, "Volume Filter", tag, owner, clock), |
| 50 | 50 | device_sound_interface(mconfig, *this) |
| 51 | 51 | { |
| 52 | m_token = global_alloc_ | |
| 52 | m_token = global_alloc_ | |
| 53 | 53 | } |
| 54 | 54 | |
| 55 | 55 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 124 | 124 | : device_t(mconfig, YM2151, "YM2151", tag, owner, clock), |
| 125 | 125 | device_sound_interface(mconfig, *this) |
| 126 | 126 | { |
| 127 | m_token = global_alloc_ | |
| 127 | m_token = global_alloc_ | |
| 128 | 128 | } |
| 129 | 129 | |
| 130 | 130 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 441 | 441 | : device_t(mconfig, K053260, "K053260", tag, owner, clock), |
| 442 | 442 | device_sound_interface(mconfig, *this) |
| 443 | 443 | { |
| 444 | m_token = global_alloc_ | |
| 444 | m_token = global_alloc_ | |
| 445 | 445 | } |
| 446 | 446 | |
| 447 | 447 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 120 | 120 | : device_t(mconfig, YM2413, "YM2413", tag, owner, clock), |
| 121 | 121 | device_sound_interface(mconfig, *this) |
| 122 | 122 | { |
| 123 | m_token = global_alloc_ | |
| 123 | m_token = global_alloc_ | |
| 124 | 124 | } |
| 125 | 125 | |
| 126 | 126 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 153 | 153 | : device_t(mconfig, SEGAPCM, "Sega PCM", tag, owner, clock), |
| 154 | 154 | device_sound_interface(mconfig, *this) |
| 155 | 155 | { |
| 156 | m_token = global_alloc_ | |
| 156 | m_token = global_alloc_ | |
| 157 | 157 | } |
| 158 | 158 | |
| 159 | 159 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 244 | 244 | : device_t(mconfig, VRENDER0, "VRender0", tag, owner, clock), |
| 245 | 245 | device_sound_interface(mconfig, *this) |
| 246 | 246 | { |
| 247 | m_token = global_alloc_ | |
| 247 | m_token = global_alloc_ | |
| 248 | 248 | } |
| 249 | 249 | |
| 250 | 250 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 179 | 179 | : device_t(mconfig, Y8950, "Y8950", tag, owner, clock), |
| 180 | 180 | device_sound_interface(mconfig, *this) |
| 181 | 181 | { |
| 182 | m_token = global_alloc_ | |
| 182 | m_token = global_alloc_ | |
| 183 | 183 | } |
| 184 | 184 | |
| 185 | 185 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 370 | 370 | : device_t(mconfig, T6W28, "T6W28", tag, owner, clock), |
| 371 | 371 | device_sound_interface(mconfig, *this) |
| 372 | 372 | { |
| 373 | m_token = global_alloc_ | |
| 373 | m_token = global_alloc_ | |
| 374 | 374 | } |
| 375 | 375 | |
| 376 | 376 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 678 | 678 | : device_t(mconfig, MULTIPCM, "Sega/Yamaha 315-5560", tag, owner, clock), |
| 679 | 679 | device_sound_interface(mconfig, *this) |
| 680 | 680 | { |
| 681 | m_token = global_alloc_ | |
| 681 | m_token = global_alloc_ | |
| 682 | 682 | } |
| 683 | 683 | |
| 684 | 684 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 819 | 819 | : device_t(mconfig, NAMCO, "Namco", tag, owner, clock), |
| 820 | 820 | device_sound_interface(mconfig, *this) |
| 821 | 821 | { |
| 822 | m_token = global_alloc_ | |
| 822 | m_token = global_alloc_ | |
| 823 | 823 | } |
| 824 | 824 | |
| 825 | 825 | namco_device::namco_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock) |
| 826 | 826 | : device_t(mconfig, type, name, tag, owner, clock), |
| 827 | 827 | device_sound_interface(mconfig, *this) |
| 828 | 828 | { |
| 829 | m_token = global_alloc_ | |
| 829 | m_token = global_alloc_ | |
| 830 | 830 | } |
| 831 | 831 | |
| 832 | 832 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 2472 | 2472 | : device_t(mconfig, SN76477, "SN76477", tag, owner, clock), |
| 2473 | 2473 | device_sound_interface(mconfig, *this) |
| 2474 | 2474 | { |
| 2475 | m_token = global_alloc_ | |
| 2475 | m_token = global_alloc_ | |
| 2476 | 2476 | } |
| 2477 | 2477 | |
| 2478 | 2478 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 693 | 693 | : device_t(mconfig, VLM5030, "VLM5030", tag, owner, clock), |
| 694 | 694 | device_sound_interface(mconfig, *this) |
| 695 | 695 | { |
| 696 | m_token = global_alloc_ | |
| 696 | m_token = global_alloc_ | |
| 697 | 697 | } |
| 698 | 698 | |
| 699 | 699 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 186 | 186 | : device_t(mconfig, YM2203, "YM2203", tag, owner, clock), |
| 187 | 187 | device_sound_interface(mconfig, *this) |
| 188 | 188 | { |
| 189 | m_token = global_alloc_ | |
| 189 | m_token = global_alloc_ | |
| 190 | 190 | } |
| 191 | 191 | |
| 192 | 192 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 449 | 449 | : device_t(mconfig, K007232, "K007232", tag, owner, clock), |
| 450 | 450 | device_sound_interface(mconfig, *this) |
| 451 | 451 | { |
| 452 | m_token = global_alloc_ | |
| 452 | m_token = global_alloc_ | |
| 453 | 453 | } |
| 454 | 454 | |
| 455 | 455 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 2036 | 2036 | : device_t(mconfig, TMS5220, "TMS5220", tag, owner, clock), |
| 2037 | 2037 | device_sound_interface(mconfig, *this) |
| 2038 | 2038 | { |
| 2039 | m_token = global_alloc_ | |
| 2039 | m_token = global_alloc_ | |
| 2040 | 2040 | } |
| 2041 | 2041 | tms5220_device::tms5220_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock) |
| 2042 | 2042 | : device_t(mconfig, type, name, tag, owner, clock), |
| 2043 | 2043 | device_sound_interface(mconfig, *this) |
| 2044 | 2044 | { |
| 2045 | m_token = global_alloc_ | |
| 2045 | m_token = global_alloc_ | |
| 2046 | 2046 | } |
| 2047 | 2047 | |
| 2048 | 2048 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 358 | 358 | : device_t(mconfig, OKIM6258, "OKI6258", tag, owner, clock), |
| 359 | 359 | device_sound_interface(mconfig, *this) |
| 360 | 360 | { |
| 361 | m_token = global_alloc_ | |
| 361 | m_token = global_alloc_ | |
| 362 | 362 | } |
| 363 | 363 | |
| 364 | 364 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 235 | 235 | : device_t(mconfig, NILE, "NiLe", tag, owner, clock), |
| 236 | 236 | device_sound_interface(mconfig, *this) |
| 237 | 237 | { |
| 238 | m_token = global_alloc_ | |
| 238 | m_token = global_alloc_ | |
| 239 | 239 | } |
| 240 | 240 | |
| 241 | 241 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 384 | 384 | : device_t(mconfig, ES8712, "ES8712", tag, owner, clock), |
| 385 | 385 | device_sound_interface(mconfig, *this) |
| 386 | 386 | { |
| 387 | m_token = global_alloc_ | |
| 387 | m_token = global_alloc_ | |
| 388 | 388 | } |
| 389 | 389 | |
| 390 | 390 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 770 | 770 | : device_t(mconfig, NES, "N2A03", tag, owner, clock), |
| 771 | 771 | device_sound_interface(mconfig, *this) |
| 772 | 772 | { |
| 773 | m_token = global_alloc_ | |
| 773 | m_token = global_alloc_ | |
| 774 | 774 | } |
| 775 | 775 | |
| 776 | 776 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 136 | 136 | : device_t(mconfig, YMF262, "YMF262", tag, owner, clock), |
| 137 | 137 | device_sound_interface(mconfig, *this) |
| 138 | 138 | { |
| 139 | m_token = global_alloc_ | |
| 139 | m_token = global_alloc_ | |
| 140 | 140 | } |
| 141 | 141 | |
| 142 | 142 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 868 | 868 | device_image_interface(mconfig, *this), |
| 869 | 869 | m_token(NULL) |
| 870 | 870 | { |
| 871 | m_token = global_alloc_ | |
| 871 | m_token = global_alloc_ | |
| 872 | 872 | } |
| 873 | 873 | |
| 874 | 874 | legacy_floppy_image_device::legacy_floppy_image_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock) |
| r17983 | r17984 | |
| 876 | 876 | device_image_interface(mconfig, *this), |
| 877 | 877 | m_token(NULL) |
| 878 | 878 | { |
| 879 | m_token = global_alloc_ | |
| 879 | m_token = global_alloc_ | |
| 880 | 880 | } |
| 881 | 881 | |
| 882 | 882 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 374 | 374 | adc12138_device::adc12138_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 375 | 375 | : device_t(mconfig, ADC12138, "A/D Converter 12138", tag, owner, clock) |
| 376 | 376 | { |
| 377 | m_token = global_alloc_ | |
| 377 | m_token = global_alloc_ | |
| 378 | 378 | } |
| 379 | 379 | adc12138_device::adc12138_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock) |
| 380 | 380 | : device_t(mconfig, type, name, tag, owner, clock) |
| 381 | 381 | { |
| 382 | m_token = global_alloc_ | |
| 382 | m_token = global_alloc_ | |
| 383 | 383 | } |
| 384 | 384 | |
| 385 | 385 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 180 | 180 | ttl74153_device::ttl74153_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 181 | 181 | : device_t(mconfig, TTL74153, "74153", tag, owner, clock) |
| 182 | 182 | { |
| 183 | m_token = global_alloc_ | |
| 183 | m_token = global_alloc_ | |
| 184 | 184 | } |
| 185 | 185 | |
| 186 | 186 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 264 | 264 | tms6100_device::tms6100_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 265 | 265 | : device_t(mconfig, TMS6100, "TMS6100", tag, owner, clock) |
| 266 | 266 | { |
| 267 | m_token = global_alloc_ | |
| 267 | m_token = global_alloc_ | |
| 268 | 268 | } |
| 269 | 269 | tms6100_device::tms6100_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock) |
| 270 | 270 | : device_t(mconfig, type, name, tag, owner, clock) |
| 271 | 271 | { |
| 272 | m_token = global_alloc_ | |
| 272 | m_token = global_alloc_ | |
| 273 | 273 | } |
| 274 | 274 | |
| 275 | 275 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 586 | 586 | smc91c9x_device::smc91c9x_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock) |
| 587 | 587 | : device_t(mconfig, type, name, tag, owner, clock) |
| 588 | 588 | { |
| 589 | m_token = global_alloc_ | |
| 589 | m_token = global_alloc_ | |
| 590 | 590 | } |
| 591 | 591 | |
| 592 | 592 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 509 | 509 | adc0831_device::adc0831_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 510 | 510 | : device_t(mconfig, ADC0831, "A/D Converters 0831", tag, owner, clock) |
| 511 | 511 | { |
| 512 | m_token = global_alloc_ | |
| 512 | m_token = global_alloc_ | |
| 513 | 513 | } |
| 514 | 514 | adc0831_device::adc0831_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock) |
| 515 | 515 | : device_t(mconfig, type, name, tag, owner, clock) |
| 516 | 516 | { |
| 517 | m_token = global_alloc_ | |
| 517 | m_token = global_alloc_ | |
| 518 | 518 | } |
| 519 | 519 | |
| 520 | 520 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 451 | 451 | pic8259_device::pic8259_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 452 | 452 | : device_t(mconfig, PIC8259, "Intel PIC8259", tag, owner, clock) |
| 453 | 453 | { |
| 454 | m_token = global_alloc_ | |
| 454 | m_token = global_alloc_ | |
| 455 | 455 | } |
| 456 | 456 | |
| 457 | 457 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 305 | 305 | upd4701_device::upd4701_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 306 | 306 | : device_t(mconfig, UPD4701, "NEC uPD4701 Encoder", tag, owner, clock) |
| 307 | 307 | { |
| 308 | m_token = global_alloc_ | |
| 308 | m_token = global_alloc_ | |
| 309 | 309 | } |
| 310 | 310 | |
| 311 | 311 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 76 | 76 | s3c2440_device::s3c2440_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 77 | 77 | : device_t(mconfig, S3C2440, "Samsung S3C2440", tag, owner, clock) |
| 78 | 78 | { |
| 79 | m_token = global_alloc_ | |
| 79 | m_token = global_alloc_ | |
| 80 | 80 | } |
| 81 | 81 | |
| 82 | 82 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 2247 | 2247 | wd1770_device::wd1770_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 2248 | 2248 | : device_t(mconfig, WD1770, "WD1770", tag, owner, clock) |
| 2249 | 2249 | { |
| 2250 | m_token = global_alloc_ | |
| 2250 | m_token = global_alloc_ | |
| 2251 | 2251 | } |
| 2252 | 2252 | wd1770_device::wd1770_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock) |
| 2253 | 2253 | : device_t(mconfig, type, name, tag, owner, clock) |
| 2254 | 2254 | { |
| 2255 | m_token = global_alloc_ | |
| 2255 | m_token = global_alloc_ | |
| 2256 | 2256 | } |
| 2257 | 2257 | |
| 2258 | 2258 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 162 | 162 | adc1038_device::adc1038_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 163 | 163 | : device_t(mconfig, ADC1038, "A/D Converters 1038", tag, owner, clock) |
| 164 | 164 | { |
| 165 | m_token = global_alloc_ | |
| 165 | m_token = global_alloc_ | |
| 166 | 166 | } |
| 167 | 167 | |
| 168 | 168 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 236 | 236 | latch8_device::latch8_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 237 | 237 | : device_t(mconfig, LATCH8, "8 bit latch", tag, owner, clock) |
| 238 | 238 | { |
| 239 | m_token = global_alloc_ | |
| 239 | m_token = global_alloc_ | |
| 240 | 240 | memset((void*)&m_inline_config,0,sizeof(m_inline_config)); |
| 241 | 241 | } |
| 242 | 242 |
| r17983 | r17984 | |
|---|---|---|
| 72 | 72 | mb14241_device::mb14241_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 73 | 73 | : device_t(mconfig, MB14241, "MB14241", tag, owner, clock) |
| 74 | 74 | { |
| 75 | m_token = global_alloc_ | |
| 75 | m_token = global_alloc_ | |
| 76 | 76 | } |
| 77 | 77 | |
| 78 | 78 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 1948 | 1948 | ide_controller_device::ide_controller_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 1949 | 1949 | : device_t(mconfig, IDE_CONTROLLER, "IDE Controller", tag, owner, clock) |
| 1950 | 1950 | { |
| 1951 | m_token = global_alloc_ | |
| 1951 | m_token = global_alloc_ | |
| 1952 | 1952 | } |
| 1953 | 1953 | |
| 1954 | 1954 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 218 | 218 | ttl74148_device::ttl74148_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 219 | 219 | : device_t(mconfig, TTL74148, "74148", tag, owner, clock) |
| 220 | 220 | { |
| 221 | m_token = global_alloc_ | |
| 221 | m_token = global_alloc_ | |
| 222 | 222 | } |
| 223 | 223 | |
| 224 | 224 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 908 | 908 | duart68681_device::duart68681_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 909 | 909 | : device_t(mconfig, DUART68681, "DUART 68681", tag, owner, clock) |
| 910 | 910 | { |
| 911 | m_token = global_alloc_ | |
| 911 | m_token = global_alloc_ | |
| 912 | 912 | } |
| 913 | 913 | |
| 914 | 914 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 525 | 525 | upd4990a_device::upd4990a_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 526 | 526 | : device_t(mconfig, UPD4990A, "NEC uPD4990A", tag, owner, clock) |
| 527 | 527 | { |
| 528 | m_token = global_alloc_ | |
| 528 | m_token = global_alloc_ | |
| 529 | 529 | } |
| 530 | 530 | |
| 531 | 531 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 71 | 71 | s3c2400_device::s3c2400_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 72 | 72 | : device_t(mconfig, S3C2400, "Samsung S3C2400", tag, owner, clock) |
| 73 | 73 | { |
| 74 | m_token = global_alloc_ | |
| 74 | m_token = global_alloc_ | |
| 75 | 75 | } |
| 76 | 76 | |
| 77 | 77 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 226 | 226 | rp5h01_device::rp5h01_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 227 | 227 | : device_t(mconfig, RP5H01, "RP5H01", tag, owner, clock) |
| 228 | 228 | { |
| 229 | m_token = global_alloc_ | |
| 229 | m_token = global_alloc_ | |
| 230 | 230 | } |
| 231 | 231 | |
| 232 | 232 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 74 | 74 | s3c2410_device::s3c2410_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 75 | 75 | : device_t(mconfig, S3C2410, "Samsung S3C2410", tag, owner, clock) |
| 76 | 76 | { |
| 77 | m_token = global_alloc_ | |
| 77 | m_token = global_alloc_ | |
| 78 | 78 | } |
| 79 | 79 | |
| 80 | 80 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 600 | 600 | tpi6525_device::tpi6525_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 601 | 601 | : device_t(mconfig, TPI6525, "6525 TPI", tag, owner, clock) |
| 602 | 602 | { |
| 603 | m_token = global_alloc_ | |
| 603 | m_token = global_alloc_ | |
| 604 | 604 | } |
| 605 | 605 | |
| 606 | 606 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 235 | 235 | k053252_device::k053252_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 236 | 236 | : device_t(mconfig, K053252, "Konami 053252", tag, owner, clock) |
| 237 | 237 | { |
| 238 | m_token = global_alloc_ | |
| 238 | m_token = global_alloc_ | |
| 239 | 239 | } |
| 240 | 240 | |
| 241 | 241 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 270 | 270 | mb87078_device::mb87078_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 271 | 271 | : device_t(mconfig, MB87078, "Fujitsu MB87078", tag, owner, clock) |
| 272 | 272 | { |
| 273 | m_token = global_alloc_ | |
| 273 | m_token = global_alloc_ | |
| 274 | 274 | } |
| 275 | 275 | |
| 276 | 276 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 1158 | 1158 | pit8253_device::pit8253_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 1159 | 1159 | : device_t(mconfig, PIT8253, "Intel PIT8253", tag, owner, clock) |
| 1160 | 1160 | { |
| 1161 | m_token = global_alloc_ | |
| 1161 | m_token = global_alloc_ | |
| 1162 | 1162 | } |
| 1163 | 1163 | pit8253_device::pit8253_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock) |
| 1164 | 1164 | : device_t(mconfig, type, name, tag, owner, clock) |
| 1165 | 1165 | { |
| 1166 | m_token = global_alloc_ | |
| 1166 | m_token = global_alloc_ | |
| 1167 | 1167 | } |
| 1168 | 1168 | |
| 1169 | 1169 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 254 | 254 | : device_t(mconfig, WSWAN, "WonderSwan Custom", tag, owner, clock), |
| 255 | 255 | device_sound_interface(mconfig, *this) |
| 256 | 256 | { |
| 257 | m_token = global_alloc_ | |
| 257 | m_token = global_alloc_ | |
| 258 | 258 | } |
| 259 | 259 | |
| 260 | 260 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 193 | 193 | : device_t(mconfig, MAC_SOUND, "Mac Custom", tag, owner, clock), |
| 194 | 194 | device_sound_interface(mconfig, *this) |
| 195 | 195 | { |
| 196 | m_token = global_alloc_ | |
| 196 | m_token = global_alloc_ | |
| 197 | 197 | } |
| 198 | 198 | |
| 199 | 199 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 71 | 71 | : device_t(mconfig, GMASTER, "Game Master Custom", tag, owner, clock), |
| 72 | 72 | device_sound_interface(mconfig, *this) |
| 73 | 73 | { |
| 74 | m_token = global_alloc_ | |
| 74 | m_token = global_alloc_ | |
| 75 | 75 | } |
| 76 | 76 | |
| 77 | 77 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 464 | 464 | : device_t(mconfig, UPD1771C, "NEC uPD1771C 017", tag, owner, clock), |
| 465 | 465 | device_sound_interface(mconfig, *this) |
| 466 | 466 | { |
| 467 | m_token = global_alloc_ | |
| 467 | m_token = global_alloc_ | |
| 468 | 468 | } |
| 469 | 469 | |
| 470 | 470 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 708 | 708 | mea8000_device::mea8000_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 709 | 709 | : device_t(mconfig, MEA8000, "Philips / Signetics MEA 8000 speech synthesizer", tag, owner, clock) |
| 710 | 710 | { |
| 711 | m_token = global_alloc_ | |
| 711 | m_token = global_alloc_ | |
| 712 | 712 | } |
| 713 | 713 | |
| 714 | 714 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 87 | 87 | : device_t(mconfig, VC4000, "VC 4000 Custom", tag, owner, clock), |
| 88 | 88 | device_sound_interface(mconfig, *this) |
| 89 | 89 | { |
| 90 | m_token = global_alloc_ | |
| 90 | m_token = global_alloc_ | |
| 91 | 91 | } |
| 92 | 92 | |
| 93 | 93 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 137 | 137 | : device_t(mconfig, CHANNELF, "Channel F", tag, owner, clock), |
| 138 | 138 | device_sound_interface(mconfig, *this) |
| 139 | 139 | { |
| 140 | m_token = global_alloc_ | |
| 140 | m_token = global_alloc_ | |
| 141 | 141 | } |
| 142 | 142 | |
| 143 | 143 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 823 | 823 | : device_t(mconfig, DAVE, "Dave", tag, owner, clock), |
| 824 | 824 | device_sound_interface(mconfig, *this) |
| 825 | 825 | { |
| 826 | m_token = global_alloc_ | |
| 826 | m_token = global_alloc_ | |
| 827 | 827 | } |
| 828 | 828 | |
| 829 | 829 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 77 | 77 | : device_t(mconfig, SPECIMX, "Specialist MX Custom", tag, owner, clock), |
| 78 | 78 | device_sound_interface(mconfig, *this) |
| 79 | 79 | { |
| 80 | m_token = global_alloc_ | |
| 80 | m_token = global_alloc_ | |
| 81 | 81 | } |
| 82 | 82 | |
| 83 | 83 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 149 | 149 | : device_t(mconfig, SOCRATES, "Socrates Sound", tag, owner, clock), |
| 150 | 150 | device_sound_interface(mconfig, *this) |
| 151 | 151 | { |
| 152 | m_token = global_alloc_ | |
| 152 | m_token = global_alloc_ | |
| 153 | 153 | } |
| 154 | 154 | |
| 155 | 155 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 288 | 288 | t6721_device::t6721_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 289 | 289 | : device_t(mconfig, T6721, "Toshiba 6721A", tag, owner, clock) |
| 290 | 290 | { |
| 291 | m_token = global_alloc_ | |
| 291 | m_token = global_alloc_ | |
| 292 | 292 | } |
| 293 | 293 | |
| 294 | 294 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 761 | 761 | : device_t(mconfig, GAMEBOY, "LR35902", tag, owner, clock), |
| 762 | 762 | device_sound_interface(mconfig, *this) |
| 763 | 763 | { |
| 764 | m_token = global_alloc_ | |
| 764 | m_token = global_alloc_ | |
| 765 | 765 | } |
| 766 | 766 | |
| 767 | 767 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 506 | 506 | : device_t(mconfig, LYNX, "Mikey", tag, owner, clock), |
| 507 | 507 | device_sound_interface(mconfig, *this) |
| 508 | 508 | { |
| 509 | m_token = global_alloc_ | |
| 509 | m_token = global_alloc_ | |
| 510 | 510 | } |
| 511 | 511 | |
| 512 | 512 | lynx_sound_device::lynx_sound_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock) |
| 513 | 513 | : device_t(mconfig, type, name, tag, owner, clock), |
| 514 | 514 | device_sound_interface(mconfig, *this) |
| 515 | 515 | { |
| 516 | m_token = global_alloc_ | |
| 516 | m_token = global_alloc_ | |
| 517 | 517 | } |
| 518 | 518 | |
| 519 | 519 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 303 | 303 | : device_t(mconfig, SVISION, "Super Vision Custom", tag, owner, clock), |
| 304 | 304 | device_sound_interface(mconfig, *this) |
| 305 | 305 | { |
| 306 | m_token = global_alloc_ | |
| 306 | m_token = global_alloc_ | |
| 307 | 307 | } |
| 308 | 308 | |
| 309 | 309 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 104 | 104 | strataflash_device::strataflash_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 105 | 105 | : device_t(mconfig, STRATAFLASH, "Intel 28F640J5", tag, owner, clock) |
| 106 | 106 | { |
| 107 | m_token = global_alloc_ | |
| 107 | m_token = global_alloc_ | |
| 108 | 108 | } |
| 109 | 109 | |
| 110 | 110 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 437 | 437 | mos6530_device::mos6530_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 438 | 438 | : device_t(mconfig, MOS6530, "MOS6530", tag, owner, clock) |
| 439 | 439 | { |
| 440 | m_token = global_alloc_ | |
| 440 | m_token = global_alloc_ | |
| 441 | 441 | } |
| 442 | 442 | |
| 443 | 443 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 1044 | 1044 | mc6854_device::mc6854_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 1045 | 1045 | : device_t(mconfig, MC6854, "Motorola MC6854 ADLC", tag, owner, clock) |
| 1046 | 1046 | { |
| 1047 | m_token = global_alloc_ | |
| 1047 | m_token = global_alloc_ | |
| 1048 | 1048 | } |
| 1049 | 1049 | |
| 1050 | 1050 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 641 | 641 | mc6846_device::mc6846_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 642 | 642 | : device_t(mconfig, MC6846, "Motorola MC6846 programmable timer", tag, owner, clock) |
| 643 | 643 | { |
| 644 | m_token = global_alloc_ | |
| 644 | m_token = global_alloc_ | |
| 645 | 645 | } |
| 646 | 646 | |
| 647 | 647 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 182 | 182 | sst39vf020_device::sst39vf020_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 183 | 183 | : device_t(mconfig, SST39VF020, "SST39VF020", tag, owner, clock) |
| 184 | 184 | { |
| 185 | m_token = global_alloc_ | |
| 185 | m_token = global_alloc_ | |
| 186 | 186 | } |
| 187 | 187 | sst39vf020_device::sst39vf020_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock) |
| 188 | 188 | : device_t(mconfig, type, name, tag, owner, clock) |
| 189 | 189 | { |
| 190 | m_token = global_alloc_ | |
| 190 | m_token = global_alloc_ | |
| 191 | 191 | } |
| 192 | 192 | |
| 193 | 193 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 424 | 424 | upd71071_device::upd71071_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 425 | 425 | : device_t(mconfig, UPD71071, "NEC uPD71071", tag, owner, clock) |
| 426 | 426 | { |
| 427 | m_token = global_alloc_ | |
| 427 | m_token = global_alloc_ | |
| 428 | 428 | } |
| 429 | 429 | |
| 430 | 430 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 220 | 220 | e05a03_device::e05a03_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 221 | 221 | : device_t(mconfig, E05A03, "E05A03", tag, owner, clock) |
| 222 | 222 | { |
| 223 | m_token = global_alloc_ | |
| 223 | m_token = global_alloc_ | |
| 224 | 224 | } |
| 225 | 225 | |
| 226 | 226 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 1069 | 1069 | tap_990_device::tap_990_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 1070 | 1070 | : device_t(mconfig, TI990_TAPE_CTRL, "Generic TI990 Tape Controller", tag, owner, clock) |
| 1071 | 1071 | { |
| 1072 | m_token = global_alloc_ | |
| 1072 | m_token = global_alloc_ | |
| 1073 | 1073 | } |
| 1074 | 1074 | |
| 1075 | 1075 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 243 | 243 | ds1315_device::ds1315_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 244 | 244 | : device_t(mconfig, DS1315, "Dallas Semiconductor DS1315", tag, owner, clock) |
| 245 | 245 | { |
| 246 | m_token = global_alloc_ | |
| 246 | m_token = global_alloc_ | |
| 247 | 247 | } |
| 248 | 248 | |
| 249 | 249 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 231 | 231 | pc_lpt_device::pc_lpt_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 232 | 232 | : device_t(mconfig, PC_LPT, "PC-LPT", tag, owner, clock) |
| 233 | 233 | { |
| 234 | m_token = global_alloc_ | |
| 234 | m_token = global_alloc_ | |
| 235 | 235 | } |
| 236 | 236 | |
| 237 | 237 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 2040 | 2040 | s3c44b0_device::s3c44b0_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 2041 | 2041 | : device_t(mconfig, S3C44B0, "Samsung S3C44B0", tag, owner, clock) |
| 2042 | 2042 | { |
| 2043 | m_token = global_alloc_ | |
| 2043 | m_token = global_alloc_ | |
| 2044 | 2044 | } |
| 2045 | 2045 | |
| 2046 | 2046 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 2840 | 2840 | mc68328_device::mc68328_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 2841 | 2841 | : device_t(mconfig, MC68328, "Motorola MC68328 (DragonBall) Integrated Processor", tag, owner, clock) |
| 2842 | 2842 | { |
| 2843 | m_token = global_alloc_ | |
| 2843 | m_token = global_alloc_ | |
| 2844 | 2844 | } |
| 2845 | 2845 | |
| 2846 | 2846 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 381 | 381 | micropolis_device::micropolis_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 382 | 382 | : device_t(mconfig, MICROPOLIS, "MICROPOLIS", tag, owner, clock) |
| 383 | 383 | { |
| 384 | m_token = global_alloc_ | |
| 384 | m_token = global_alloc_ | |
| 385 | 385 | } |
| 386 | 386 | |
| 387 | 387 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 362 | 362 | tf20_device::tf20_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 363 | 363 | : device_t(mconfig, TF20, "TF-20", tag, owner, clock) |
| 364 | 364 | { |
| 365 | m_token = global_alloc_ | |
| 365 | m_token = global_alloc_ | |
| 366 | 366 | } |
| 367 | 367 | |
| 368 | 368 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 467 | 467 | hd63450_device::hd63450_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 468 | 468 | : device_t(mconfig, HD63450, "Hitachi HD63450", tag, owner, clock) |
| 469 | 469 | { |
| 470 | m_token = global_alloc_ | |
| 470 | m_token = global_alloc_ | |
| 471 | 471 | } |
| 472 | 472 | |
| 473 | 473 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 379 | 379 | kr2376_device::kr2376_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 380 | 380 | : device_t(mconfig, KR2376, "SMC KR2376", tag, owner, clock) |
| 381 | 381 | { |
| 382 | m_token = global_alloc_ | |
| 382 | m_token = global_alloc_ | |
| 383 | 383 | } |
| 384 | 384 | |
| 385 | 385 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 770 | 770 | applefdc_base_device::applefdc_base_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock) |
| 771 | 771 | : device_t(mconfig, type, name, tag, owner, clock) |
| 772 | 772 | { |
| 773 | m_token = global_alloc_ | |
| 773 | m_token = global_alloc_ | |
| 774 | 774 | } |
| 775 | 775 | |
| 776 | 776 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 2480 | 2480 | upd765a_device::upd765a_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 2481 | 2481 | : device_t(mconfig, UPD765A, "UPD765A", tag, owner, clock) |
| 2482 | 2482 | { |
| 2483 | m_token = global_alloc_ | |
| 2483 | m_token = global_alloc_ | |
| 2484 | 2484 | } |
| 2485 | 2485 | upd765a_device::upd765a_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock) |
| 2486 | 2486 | : device_t(mconfig, type, name, tag, owner, clock) |
| 2487 | 2487 | { |
| 2488 | m_token = global_alloc_ | |
| 2488 | m_token = global_alloc_ | |
| 2489 | 2489 | } |
| 2490 | 2490 | |
| 2491 | 2491 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 418 | 418 | at45db041_device::at45db041_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 419 | 419 | : device_t(mconfig, AT45DB041, "AT45DB041", tag, owner, clock) |
| 420 | 420 | { |
| 421 | m_token = global_alloc_ | |
| 421 | m_token = global_alloc_ | |
| 422 | 422 | } |
| 423 | 423 | at45db041_device::at45db041_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock) |
| 424 | 424 | : device_t(mconfig, type, name, tag, owner, clock) |
| 425 | 425 | { |
| 426 | m_token = global_alloc_ | |
| 426 | m_token = global_alloc_ | |
| 427 | 427 | } |
| 428 | 428 | |
| 429 | 429 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 227 | 227 | er59256_device::er59256_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 228 | 228 | : device_t(mconfig, ER59256, "Microchip ER59256 serial eeprom.", tag, owner, clock) |
| 229 | 229 | { |
| 230 | m_token = global_alloc_ | |
| 230 | m_token = global_alloc_ | |
| 231 | 231 | } |
| 232 | 232 | |
| 233 | 233 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 136 | 136 | pf10_device::pf10_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 137 | 137 | : device_t(mconfig, PF10, "PF-10", tag, owner, clock) |
| 138 | 138 | { |
| 139 | m_token = global_alloc_ | |
| 139 | m_token = global_alloc_ | |
| 140 | 140 | } |
| 141 | 141 | |
| 142 | 142 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 449 | 449 | pcf8593_device::pcf8593_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 450 | 450 | : device_t(mconfig, PCF8593, "PCF8593 RTC", tag, owner, clock) |
| 451 | 451 | { |
| 452 | m_token = global_alloc_ | |
| 452 | m_token = global_alloc_ | |
| 453 | 453 | } |
| 454 | 454 | |
| 455 | 455 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 1579 | 1579 | i8271_device::i8271_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 1580 | 1580 | : device_t(mconfig, I8271, "Intel 8271", tag, owner, clock) |
| 1581 | 1581 | { |
| 1582 | m_token = global_alloc_ | |
| 1582 | m_token = global_alloc_ | |
| 1583 | 1583 | } |
| 1584 | 1584 | |
| 1585 | 1585 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 213 | 213 | uPD7002_device::uPD7002_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 214 | 214 | : device_t(mconfig, UPD7002, "uPD7002", tag, owner, clock) |
| 215 | 215 | { |
| 216 | m_token = global_alloc_ | |
| 216 | m_token = global_alloc_ | |
| 217 | 217 | } |
| 218 | 218 | |
| 219 | 219 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 332 | 332 | beta_disk_device::beta_disk_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 333 | 333 | : device_t(mconfig, BETA_DISK, "Beta Disk Interface", tag, owner, clock) |
| 334 | 334 | { |
| 335 | m_token = global_alloc_ | |
| 335 | m_token = global_alloc_ | |
| 336 | 336 | } |
| 337 | 337 | |
| 338 | 338 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 728 | 728 | ay31015_device::ay31015_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 729 | 729 | : device_t(mconfig, AY31015, "AY-3-1015", tag, owner, clock) |
| 730 | 730 | { |
| 731 | m_token = global_alloc_ | |
| 731 | m_token = global_alloc_ | |
| 732 | 732 | } |
| 733 | 733 | |
| 734 | 734 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 835 | 835 | mc6843_device::mc6843_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 836 | 836 | : device_t(mconfig, MC6843, "Motorola MC6843 floppy controller", tag, owner, clock) |
| 837 | 837 | { |
| 838 | m_token = global_alloc_ | |
| 838 | m_token = global_alloc_ | |
| 839 | 839 | } |
| 840 | 840 | |
| 841 | 841 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 520 | 520 | mm58274c_device::mm58274c_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 521 | 521 | : device_t(mconfig, MM58274C, "National Semiconductor MM58274C", tag, owner, clock) |
| 522 | 522 | { |
| 523 | m_token = global_alloc_ | |
| 523 | m_token = global_alloc_ | |
| 524 | 524 | } |
| 525 | 525 | |
| 526 | 526 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 817 | 817 | atari_fdc_device::atari_fdc_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 818 | 818 | : device_t(mconfig, ATARI_FDC, "Atari FDC", tag, owner, clock) |
| 819 | 819 | { |
| 820 | m_token = global_alloc_ | |
| 820 | m_token = global_alloc_ | |
| 821 | 821 | } |
| 822 | 822 | |
| 823 | 823 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 1337 | 1337 | omti8621_device::omti8621_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 1338 | 1338 | : device_t(mconfig, OMTI8621, "OMTI 8621", tag, owner, clock) |
| 1339 | 1339 | { |
| 1340 | m_token = global_alloc_ | |
| 1340 | m_token = global_alloc_ | |
| 1341 | 1341 | } |
| 1342 | 1342 | |
| 1343 | 1343 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 273 | 273 | vdt911_device::vdt911_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 274 | 274 | : device_t(mconfig, VDT911, "911 VDT", tag, owner, clock) |
| 275 | 275 | { |
| 276 | m_token = global_alloc_ | |
| 276 | m_token = global_alloc_ | |
| 277 | 277 | } |
| 278 | 278 | |
| 279 | 279 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 836 | 836 | apollo_mono_device::apollo_mono_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock) |
| 837 | 837 | : device_t(mconfig, type, name, tag, owner, clock) |
| 838 | 838 | { |
| 839 | m_token = global_alloc_ | |
| 839 | m_token = global_alloc_ | |
| 840 | 840 | } |
| 841 | 841 | |
| 842 | 842 | const device_type APOLLO_MONO19I = &device_creator<apollo_mono19i_device>; |
| r17983 | r17984 | |
|---|---|---|
| 2154 | 2154 | vic3_device::vic3_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 2155 | 2155 | : device_t(mconfig, VIC3, "4567 VIC III", tag, owner, clock) |
| 2156 | 2156 | { |
| 2157 | m_token = global_alloc_ | |
| 2157 | m_token = global_alloc_ | |
| 2158 | 2158 | } |
| 2159 | 2159 | |
| 2160 | 2160 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 452 | 452 | vt100_video_device::vt100_video_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 453 | 453 | : device_t(mconfig, VT100_VIDEO, "VT100 Video", tag, owner, clock) |
| 454 | 454 | { |
| 455 | m_token = global_alloc_ | |
| 455 | m_token = global_alloc_ | |
| 456 | 456 | } |
| 457 | 457 | |
| 458 | 458 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 662 | 662 | vdc8563_device::vdc8563_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 663 | 663 | : device_t(mconfig, VDC8563, "8563 / 8568 VDC", tag, owner, clock) |
| 664 | 664 | { |
| 665 | m_token = global_alloc_ | |
| 665 | m_token = global_alloc_ | |
| 666 | 666 | } |
| 667 | 667 | |
| 668 | 668 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 2804 | 2804 | vic2_device::vic2_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 2805 | 2805 | : device_t(mconfig, VIC2, "6567 / 6569 VIC II", tag, owner, clock) |
| 2806 | 2806 | { |
| 2807 | m_token = global_alloc_ | |
| 2807 | m_token = global_alloc_ | |
| 2808 | 2808 | } |
| 2809 | 2809 | |
| 2810 | 2810 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 104 | 104 | crt_device::crt_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 105 | 105 | : device_t(mconfig, CRT, "CRT Video", tag, owner, clock) |
| 106 | 106 | { |
| 107 | m_token = global_alloc_ | |
| 107 | m_token = global_alloc_ | |
| 108 | 108 | } |
| 109 | 109 | |
| 110 | 110 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 296 | 296 | dl1416_device::dl1416_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock) |
| 297 | 297 | : device_t(mconfig, type, name, tag, owner, clock) |
| 298 | 298 | { |
| 299 | m_token = global_alloc_ | |
| 299 | m_token = global_alloc_ | |
| 300 | 300 | } |
| 301 | 301 | |
| 302 | 302 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 221 | 221 | asr733_device::asr733_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 222 | 222 | : device_t(mconfig, ASR733, "733 ASR", tag, owner, clock) |
| 223 | 223 | { |
| 224 | m_token = global_alloc_ | |
| 224 | m_token = global_alloc_ | |
| 225 | 225 | } |
| 226 | 226 | |
| 227 | 227 | //------------------------------------------------- |
| r17983 | r17984 | |
|---|---|---|
| 896 | 896 | k1ge_device::k1ge_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 897 | 897 | : device_t(mconfig, K1GE, "", tag, owner, clock) |
| 898 | 898 | { |
| 899 | m_token = global_alloc_ | |
| 899 | m_token = global_alloc_ | |
| 900 | 900 | } |
| 901 | 901 | |
| 902 | 902 | k1ge_device::k1ge_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock) |
| 903 | 903 | : device_t(mconfig, type, name, tag, owner, clock) |
| 904 | 904 | { |
| 905 | m_token = global_alloc_ | |
| 905 | m_token = global_alloc_ | |
| 906 | 906 | } |
| 907 | 907 | |
| 908 | 908 | //------------------------------------------------- |
| Previous | 199869 Revisions | Next |