trunk/src/emu/bus/neogeo/bootleg_prot.c
| r242722 | r242723 | |
| 8 | 8 | |
| 9 | 9 | |
| 10 | 10 | ngbootleg_prot_device::ngbootleg_prot_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 11 | | : device_t(mconfig, NGBOOTLEG_PROT, "NeoGeo Bootleg Protection Device", tag, owner, clock, "ngbootleg_prot", __FILE__) |
| 11 | : device_t(mconfig, NGBOOTLEG_PROT, "NeoGeo Protection (Bootleg)", tag, owner, clock, "ngbootleg_prot", __FILE__) |
| 12 | 12 | { |
| 13 | 13 | } |
| 14 | 14 | |
trunk/src/emu/bus/neogeo/cmc_prot.c
| r242722 | r242723 | |
| 8 | 8 | |
| 9 | 9 | |
| 10 | 10 | cmc_prot_device::cmc_prot_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 11 | | : device_t(mconfig, CMC_PROT, "NeoGeo CMC Protection Device", tag, owner, clock, "cmc_prot", __FILE__) |
| 11 | : device_t(mconfig, CMC_PROT, "NeoGeo Protection (CMC)", tag, owner, clock, "cmc_prot", __FILE__) |
| 12 | 12 | { |
| 13 | 13 | } |
| 14 | 14 | |
trunk/src/emu/bus/neogeo/fatfury2_prot.c
| r242722 | r242723 | |
| 8 | 8 | |
| 9 | 9 | |
| 10 | 10 | fatfury2_prot_device::fatfury2_prot_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 11 | | : device_t(mconfig, FATFURY2_PROT, "NeoGeo Fatal Fury 2 Protection Device", tag, owner, clock, "fatfury2_prot", __FILE__) |
| 11 | : device_t(mconfig, FATFURY2_PROT, "NeoGeo Protection (Fatal Fury 2)", tag, owner, clock, "fatfury2_prot", __FILE__) |
| 12 | 12 | { |
| 13 | 13 | } |
| 14 | 14 | |
trunk/src/emu/bus/neogeo/kof2002_prot.c
| r242722 | r242723 | |
| 8 | 8 | |
| 9 | 9 | |
| 10 | 10 | kof2002_prot_device::kof2002_prot_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 11 | | : device_t(mconfig, KOF2002_PROT, "NeoGeo KOF2002 Protection Device", tag, owner, clock, "kof2002_prot", __FILE__) |
| 11 | : device_t(mconfig, KOF2002_PROT, "NeoGeo Protection (KOF2002)", tag, owner, clock, "kof2002_prot", __FILE__) |
| 12 | 12 | { |
| 13 | 13 | } |
| 14 | 14 | |
trunk/src/emu/bus/neogeo/kof98_prot.c
| r242722 | r242723 | |
| 9 | 9 | |
| 10 | 10 | |
| 11 | 11 | kof98_prot_device::kof98_prot_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 12 | | : device_t(mconfig, KOF98_PROT, "NeoGeo KOF98 Protection Device", tag, owner, clock, "kof98_prot", __FILE__) |
| 12 | : device_t(mconfig, KOF98_PROT, "NeoGeo Protection (KOF98)", tag, owner, clock, "kof98_prot", __FILE__) |
| 13 | 13 | { |
| 14 | 14 | } |
| 15 | 15 | |
trunk/src/emu/bus/neogeo/kog_prot.c
| r242722 | r242723 | |
| 7 | 7 | |
| 8 | 8 | |
| 9 | 9 | kog_prot_device::kog_prot_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 10 | | : device_t(mconfig, KOG_PROT, "NeoGeo King of Gladiator Protection Device", tag, owner, clock, "kog_prot", __FILE__), |
| 10 | : device_t(mconfig, KOG_PROT, "NeoGeo Protection (King of Gladiator)", tag, owner, clock, "kog_prot", __FILE__), |
| 11 | 11 | m_jumper(*this, "JUMPER") |
| 12 | 12 | { |
| 13 | 13 | } |
trunk/src/emu/bus/neogeo/mslugx_prot.c
| r242722 | r242723 | |
| 7 | 7 | |
| 8 | 8 | |
| 9 | 9 | mslugx_prot_device::mslugx_prot_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 10 | | : device_t(mconfig, MSLUGX_PROT, "NeoGeo Metal Slug X Protection Device", tag, owner, clock, "mslugx_prot", __FILE__) |
| 10 | : device_t(mconfig, MSLUGX_PROT, "NeoGeo Protection (Metal Slug X)", tag, owner, clock, "mslugx_prot", __FILE__) |
| 11 | 11 | { |
| 12 | 12 | } |
| 13 | 13 | |
trunk/src/emu/bus/neogeo/pcm2_prot.c
| r242722 | r242723 | |
| 9 | 9 | |
| 10 | 10 | |
| 11 | 11 | pcm2_prot_device::pcm2_prot_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 12 | | : device_t(mconfig, PCM2_PROT, "NeoGeo NEOPCM2 Protection Device", tag, owner, clock, "pcm2_prot", __FILE__) |
| 12 | : device_t(mconfig, PCM2_PROT, "NeoGeo Protection (NEOPCM2)", tag, owner, clock, "pcm2_prot", __FILE__) |
| 13 | 13 | { |
| 14 | 14 | } |
| 15 | 15 | |
trunk/src/emu/bus/neogeo/pvc_prot.c
| r242722 | r242723 | |
| 9 | 9 | |
| 10 | 10 | |
| 11 | 11 | pvc_prot_device::pvc_prot_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 12 | | : device_t(mconfig, PVC_PROT, "NeoGeo PVC Protection Device", tag, owner, clock, "pvc_prot", __FILE__) |
| 12 | : device_t(mconfig, PVC_PROT, "NeoGeo Protection (PVC)", tag, owner, clock, "pvc_prot", __FILE__) |
| 13 | 13 | { |
| 14 | 14 | } |
| 15 | 15 | |
trunk/src/emu/bus/neogeo/sbp_prot.c
| r242722 | r242723 | |
| 9 | 9 | |
| 10 | 10 | |
| 11 | 11 | sbp_prot_device::sbp_prot_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 12 | | : device_t(mconfig, SBP_PROT, "NeoGeo Super Bubble Pop Protection Device", tag, owner, clock, "sbp_prot", __FILE__) |
| 12 | : device_t(mconfig, SBP_PROT, "NeoGeo Protection (Super Bubble Pop)", tag, owner, clock, "sbp_prot", __FILE__) |
| 13 | 13 | { |
| 14 | 14 | } |
| 15 | 15 | |
trunk/src/emu/cpu/psx/dma.c
| r242722 | r242723 | |
| 28 | 28 | const device_type PSX_DMA = &device_creator<psxdma_device>; |
| 29 | 29 | |
| 30 | 30 | psxdma_device::psxdma_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : |
| 31 | | device_t(mconfig, PSX_DMA, "PSX DMA", tag, owner, clock, "psxdma", __FILE__), |
| 31 | device_t(mconfig, PSX_DMA, "Sony PSX DMA", tag, owner, clock, "psxdma", __FILE__), |
| 32 | 32 | m_irq_handler(*this) |
| 33 | 33 | { |
| 34 | 34 | } |
trunk/src/emu/cpu/psx/irq.c
| r242722 | r242723 | |
| 30 | 30 | const device_type PSX_IRQ = &device_creator<psxirq_device>; |
| 31 | 31 | |
| 32 | 32 | psxirq_device::psxirq_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : |
| 33 | | device_t(mconfig, PSX_IRQ, "PSX IRQ", tag, owner, clock, "psxirq", __FILE__), |
| 33 | device_t(mconfig, PSX_IRQ, "Sony PSX IRQ", tag, owner, clock, "psxirq", __FILE__), |
| 34 | 34 | m_irq_handler(*this) |
| 35 | 35 | { |
| 36 | 36 | } |
trunk/src/emu/cpu/psx/mdec.c
| r242722 | r242723 | |
| 31 | 31 | const device_type PSX_MDEC = &device_creator<psxmdec_device>; |
| 32 | 32 | |
| 33 | 33 | psxmdec_device::psxmdec_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 34 | | : device_t(mconfig, PSX_MDEC, "PSX MDEC", tag, owner, clock, "psxmdec", __FILE__) |
| 34 | : device_t(mconfig, PSX_MDEC, "Sony PSX MDEC", tag, owner, clock, "psxmdec", __FILE__) |
| 35 | 35 | { |
| 36 | 36 | } |
| 37 | 37 | |
trunk/src/emu/cpu/psx/rcnt.c
| r242722 | r242723 | |
| 27 | 27 | const device_type PSX_RCNT = &device_creator<psxrcnt_device>; |
| 28 | 28 | |
| 29 | 29 | psxrcnt_device::psxrcnt_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : |
| 30 | | device_t(mconfig, PSX_RCNT, "PSX RCNT", tag, owner, clock, "psxrcnt", __FILE__), |
| 30 | device_t(mconfig, PSX_RCNT, "Sony PSX RCNT", tag, owner, clock, "psxrcnt", __FILE__), |
| 31 | 31 | m_irq0_handler(*this), |
| 32 | 32 | m_irq1_handler(*this), |
| 33 | 33 | m_irq2_handler(*this) |
trunk/src/emu/cpu/psx/sio.c
| r242722 | r242723 | |
| 28 | 28 | const device_type PSX_SIO1 = &device_creator<psxsio1_device>; |
| 29 | 29 | |
| 30 | 30 | psxsio0_device::psxsio0_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : |
| 31 | | psxsio_device(mconfig, PSX_SIO0, "PSX SIO-0", tag, owner, clock, "psxsio0", __FILE__) |
| 31 | psxsio_device(mconfig, PSX_SIO0, "Sony PSX SIO-0", tag, owner, clock, "psxsio0", __FILE__) |
| 32 | 32 | { |
| 33 | 33 | } |
| 34 | 34 | |
| 35 | 35 | psxsio1_device::psxsio1_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : |
| 36 | | psxsio_device(mconfig, PSX_SIO1, "PSX SIO-1", tag, owner, clock, "psxsio1", __FILE__) |
| 36 | psxsio_device(mconfig, PSX_SIO1, "Sony PSX SIO-1", tag, owner, clock, "psxsio1", __FILE__) |
| 37 | 37 | { |
| 38 | 38 | } |
| 39 | 39 | |
trunk/src/emu/machine/i82875p.c
| r242722 | r242723 | |
| 40 | 40 | ADDRESS_MAP_END |
| 41 | 41 | |
| 42 | 42 | i82875p_host_device::i82875p_host_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 43 | | : pci_host_device(mconfig, I82875P_HOST, "i82875p northbridge", tag, owner, clock, "i82875p_host", __FILE__) |
| 43 | : pci_host_device(mconfig, I82875P_HOST, "I82875P Northbridge", tag, owner, clock, "i82875p_host", __FILE__) |
| 44 | 44 | { |
| 45 | 45 | } |
| 46 | 46 | |
| r242722 | r242723 | |
| 425 | 425 | |
| 426 | 426 | |
| 427 | 427 | i82875p_agp_device::i82875p_agp_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 428 | | : agp_bridge_device(mconfig, I82875P_AGP, "i82875p AGP bridge", tag, owner, clock, "i82875p_agp", __FILE__) |
| 428 | : agp_bridge_device(mconfig, I82875P_AGP, "I82875P AGP Bridge", tag, owner, clock, "i82875p_agp", __FILE__) |
| 429 | 429 | { |
| 430 | 430 | } |
| 431 | 431 | |
| r242722 | r242723 | |
| 448 | 448 | |
| 449 | 449 | |
| 450 | 450 | i82875p_overflow_device::i82875p_overflow_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 451 | | : pci_device(mconfig, I82875P_OVERFLOW, "i82875p configuration overflow", tag, owner, clock, "i82875p_overflow", __FILE__) |
| 451 | : pci_device(mconfig, I82875P_OVERFLOW, "I82875P Configuration Overflow", tag, owner, clock, "i82875p_overflow", __FILE__) |
| 452 | 452 | { |
| 453 | 453 | } |
| 454 | 454 | |
trunk/src/emu/machine/mb89363b.c
| r242722 | r242723 | |
| 83 | 83 | |
| 84 | 84 | |
| 85 | 85 | mb89363b_device::mb89363b_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 86 | | : device_t(mconfig, MB89363B, "MB89363B", tag, owner, clock, "mb89363b", __FILE__), |
| 86 | : device_t(mconfig, MB89363B, "MB89363 I/O", tag, owner, clock, "mb89363b", __FILE__), |
| 87 | 87 | m_i8255_a(*this, "i8255_a"), |
| 88 | 88 | m_i8255_b(*this, "i8255_b"), |
| 89 | 89 | m_in_a_pa_cb(*this), |
trunk/src/emu/machine/mos6530.c
| r242722 | r242723 | |
| 39 | 39 | const device_type MOS6530 = &device_creator<mos6530_device>; |
| 40 | 40 | |
| 41 | 41 | mos6530_device::mos6530_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 42 | | : device_t(mconfig, MOS6530, "MOS6530", tag, owner, clock, "mos6530", __FILE__), |
| 42 | : device_t(mconfig, MOS6530, "MOS6530 RRIOT", tag, owner, clock, "mos6530", __FILE__), |
| 43 | 43 | m_in_pa_cb(*this), |
| 44 | 44 | m_out_pa_cb(*this), |
| 45 | 45 | m_in_pb_cb(*this), |
trunk/src/emu/machine/nscsi_bus.c
| r242722 | r242723 | |
| 131 | 131 | |
| 132 | 132 | |
| 133 | 133 | nscsi_connector::nscsi_connector(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : |
| 134 | | device_t(mconfig, NSCSI_CONNECTOR, "NSCSI device connector abstraction", tag, owner, clock, "nscsi_connector", __FILE__), |
| 134 | device_t(mconfig, NSCSI_CONNECTOR, "NSCSI Connector Abstraction", tag, owner, clock, "nscsi_connector", __FILE__), |
| 135 | 135 | device_slot_interface(mconfig, *this) |
| 136 | 136 | { |
| 137 | 137 | } |
trunk/src/mame/machine/315-5881_crypt.c
| r242722 | r242723 | |
| 19 | 19 | |
| 20 | 20 | |
| 21 | 21 | sega_315_5881_crypt_device::sega_315_5881_crypt_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 22 | | : device_t(mconfig, SEGA315_5881_CRYPT, "Sega 'SEGA315_5881' Encryption device", tag, owner, clock, "SEGA315_5881", __FILE__) |
| 22 | : device_t(mconfig, SEGA315_5881_CRYPT, "Sega 315-5881 Encryption", tag, owner, clock, "SEGA315_5881", __FILE__) |
| 23 | 23 | { |
| 24 | 24 | } |
| 25 | 25 | |
trunk/src/mame/machine/awboard.c
| r242722 | r242723 | |
| 112 | 112 | ADDRESS_MAP_END |
| 113 | 113 | |
| 114 | 114 | aw_rom_board::aw_rom_board(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 115 | | : naomi_g1_device(mconfig, AW_ROM_BOARD, "ATOMISWAVE-ROM-BOARD", tag, owner, clock, "aw_rom_board", __FILE__) |
| 115 | : naomi_g1_device(mconfig, AW_ROM_BOARD, "Sammy Atomiswave ROM Board", tag, owner, clock, "aw_rom_board", __FILE__) |
| 116 | 116 | { |
| 117 | 117 | region_is_decrypted = false; |
| 118 | 118 | keyregion = 0; |
trunk/src/mame/machine/buggychl.c
| r242722 | r242723 | |
| 6 | 6 | const device_type BUGGYCHL_MCU = &device_creator<buggychl_mcu_device>; |
| 7 | 7 | |
| 8 | 8 | buggychl_mcu_device::buggychl_mcu_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 9 | | : device_t(mconfig, BUGGYCHL_MCU, "Buggy Challenge MCU Simulation", tag, owner, clock, "buggychl_mcu", __FILE__), |
| 9 | : device_t(mconfig, BUGGYCHL_MCU, "M68705 MCU Simulation (Buggy Challenge)", tag, owner, clock, "buggychl_mcu", __FILE__), |
| 10 | 10 | m_port_a_in(0), |
| 11 | 11 | m_port_a_out(0), |
| 12 | 12 | m_ddr_a(0), |
trunk/src/mame/machine/mie.c
| r242722 | r242723 | |
| 83 | 83 | } |
| 84 | 84 | |
| 85 | 85 | mie_device::mie_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 86 | | : maple_device(mconfig, MIE, "MIE", tag, owner, clock, "mie", __FILE__) |
| 86 | : maple_device(mconfig, MIE, "Sega 315-6146 MIE", tag, owner, clock, "mie", __FILE__) |
| 87 | 87 | { |
| 88 | 88 | memset(gpio_name, 0, sizeof(gpio_name)); |
| 89 | 89 | jvs_name = 0; |
trunk/src/mame/machine/namco_settings.c
| r242722 | r242723 | |
| 4 | 4 | const device_type NAMCO_SETTINGS = &device_creator<namco_settings_device>; |
| 5 | 5 | |
| 6 | 6 | namco_settings_device::namco_settings_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : |
| 7 | | device_t(mconfig, NAMCO_SETTINGS, "Namco settings device", tag, owner, clock, "namco_settings", __FILE__) |
| 7 | device_t(mconfig, NAMCO_SETTINGS, "Namco Settings", tag, owner, clock, "namco_settings", __FILE__) |
| 8 | 8 | { |
| 9 | 9 | } |
| 10 | 10 | |
trunk/src/mame/machine/naomigd.c
| r242722 | r242723 | |
| 325 | 325 | } |
| 326 | 326 | |
| 327 | 327 | naomi_gdrom_board::naomi_gdrom_board(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 328 | | : naomi_board(mconfig, NAOMI_GDROM_BOARD, "Sega NAOMI GDROM BOARD", tag, owner, clock, "naomi_gdrom_board", __FILE__) |
| 328 | : naomi_board(mconfig, NAOMI_GDROM_BOARD, "Sega NAOMI GDROM Board", tag, owner, clock, "naomi_gdrom_board", __FILE__) |
| 329 | 329 | { |
| 330 | 330 | image_tag = 0; |
| 331 | 331 | pic_tag = 0; |
trunk/src/mame/machine/naomim1.c
| r242722 | r242723 | |
| 11 | 11 | ADDRESS_MAP_END |
| 12 | 12 | |
| 13 | 13 | naomi_m1_board::naomi_m1_board(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 14 | | : naomi_board(mconfig, NAOMI_M1_BOARD, "Sega NAOMI M1 BOARD", tag, owner, clock, "naomi_m1_board", __FILE__) |
| 14 | : naomi_board(mconfig, NAOMI_M1_BOARD, "Sega NAOMI M1 Board", tag, owner, clock, "naomi_m1_board", __FILE__) |
| 15 | 15 | { |
| 16 | 16 | key_tag = 0; |
| 17 | 17 | } |
trunk/src/mame/machine/naomim2.c
| r242722 | r242723 | |
| 105 | 105 | const device_type NAOMI_M2_BOARD = &device_creator<naomi_m2_board>; |
| 106 | 106 | |
| 107 | 107 | naomi_m2_board::naomi_m2_board(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 108 | | : naomi_board(mconfig, NAOMI_M2_BOARD, "Sega NAOMI M2 BOARD", tag, owner, clock, "naomi_m2_board", __FILE__), |
| 108 | : naomi_board(mconfig, NAOMI_M2_BOARD, "Sega NAOMI M2 Board", tag, owner, clock, "naomi_m2_board", __FILE__), |
| 109 | 109 | m_cryptdevice(*this, "segam2crypt") |
| 110 | 110 | { |
| 111 | 111 | key_tag = 0; |
trunk/src/mame/machine/naomim4.c
| r242722 | r242723 | |
| 45 | 45 | ADDRESS_MAP_END |
| 46 | 46 | |
| 47 | 47 | naomi_m4_board::naomi_m4_board(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 48 | | : naomi_board(mconfig, NAOMI_M4_BOARD, "Sega NAOMI M4 BOARD", tag, owner, clock, "naomi_m4_board", __FILE__) |
| 48 | : naomi_board(mconfig, NAOMI_M4_BOARD, "Sega NAOMI M4 Board", tag, owner, clock, "naomi_m4_board", __FILE__) |
| 49 | 49 | { |
| 50 | 50 | key_tag = 0; |
| 51 | 51 | } |
trunk/src/mame/machine/naomirom.c
| r242722 | r242723 | |
| 5 | 5 | const device_type NAOMI_ROM_BOARD = &device_creator<naomi_rom_board>; |
| 6 | 6 | |
| 7 | 7 | naomi_rom_board::naomi_rom_board(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 8 | | : naomi_board(mconfig, NAOMI_ROM_BOARD, "Sega NAOMI ROM BOARD", tag, owner, clock, "naomi_rom_board", __FILE__) |
| 8 | : naomi_board(mconfig, NAOMI_ROM_BOARD, "Sega NAOMI ROM Board", tag, owner, clock, "naomi_rom_board", __FILE__) |
| 9 | 9 | { |
| 10 | 10 | } |
| 11 | 11 | |
trunk/src/mame/machine/raiden2cop.c
| r242722 | r242723 | |
| 23 | 23 | const device_type RAIDEN2COP = &device_creator<raiden2cop_device>; |
| 24 | 24 | |
| 25 | 25 | raiden2cop_device::raiden2cop_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 26 | | : device_t(mconfig, RAIDEN2COP, "RAIDEN2COP", tag, owner, clock, "raiden2cop", __FILE__), |
| 26 | : device_t(mconfig, RAIDEN2COP, "Seibu COP (Raiden 2)", tag, owner, clock, "raiden2cop", __FILE__), |
| 27 | 27 | cop_latch_addr(0), |
| 28 | 28 | cop_latch_trigger(0), |
| 29 | 29 | cop_latch_value(0), |
trunk/src/mame/machine/segabb.c
| r242722 | r242723 | |
| 12 | 12 | ADDRESS_MAP_END |
| 13 | 13 | |
| 14 | 14 | sega_lindbergh_baseboard_device::sega_lindbergh_baseboard_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 15 | | : pci_device(mconfig, SEGA_LINDBERGH_BASEBOARD, "SEGA Lindbergh baseboard", tag, owner, clock, "sega_lindbergh_baseboard", __FILE__) |
| 15 | : pci_device(mconfig, SEGA_LINDBERGH_BASEBOARD, "Sega Lindbergh Baseboard", tag, owner, clock, "sega_lindbergh_baseboard", __FILE__) |
| 16 | 16 | { |
| 17 | 17 | } |
| 18 | 18 | |
trunk/src/mame/machine/seicop.c
| r242722 | r242723 | |
| 21 | 21 | const device_type SEIBU_COP_BOOTLEG = &device_creator<seibu_cop_bootleg_device>; |
| 22 | 22 | |
| 23 | 23 | seibu_cop_bootleg_device::seibu_cop_bootleg_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 24 | | : device_t(mconfig, SEIBU_COP_BOOTLEG, "Seibu COP Bootleg", tag, owner, clock, "seibu_cop_boot", __FILE__), |
| 24 | : device_t(mconfig, SEIBU_COP_BOOTLEG, "Seibu COP (Bootleg)", tag, owner, clock, "seibu_cop_boot", __FILE__), |
| 25 | 25 | m_cop_mcu_ram(NULL), |
| 26 | 26 | m_raiden2cop(*this, ":raiden2cop") |
| 27 | 27 | { |
trunk/src/mame/machine/tait8741.c
| r242722 | r242723 | |
| 34 | 34 | const device_type TAITO8741_4PACK = &device_creator<taito8741_4pack_device>; |
| 35 | 35 | |
| 36 | 36 | taito8741_4pack_device::taito8741_4pack_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 37 | | : device_t(mconfig, TAITO8741_4PACK, "Taito '4Pack' 8741 MCU Simulation", tag, owner, clock, "taito8741_4pack", __FILE__), |
| 37 | : device_t(mconfig, TAITO8741_4PACK, "I8741 MCU Simulation (Taito 4Pack)", tag, owner, clock, "taito8741_4pack", __FILE__), |
| 38 | 38 | m_port_handler_0_r(*this), |
| 39 | 39 | m_port_handler_1_r(*this), |
| 40 | 40 | m_port_handler_2_r(*this), |
| r242722 | r242723 | |
| 330 | 330 | const device_type JOSVOLLY8741_4PACK = &device_creator<josvolly8741_4pack_device>; |
| 331 | 331 | |
| 332 | 332 | josvolly8741_4pack_device::josvolly8741_4pack_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 333 | | : device_t(mconfig, JOSVOLLY8741_4PACK, "Joshi Volleyball 8741 MCU Simulation", tag, owner, clock, "josvolly8741_4pack", __FILE__), |
| 333 | : device_t(mconfig, JOSVOLLY8741_4PACK, "I8741 MCU Simulation (Joshi Volleyball)", tag, owner, clock, "josvolly8741_4pack", __FILE__), |
| 334 | 334 | m_port_handler_0_r(*this), |
| 335 | 335 | m_port_handler_1_r(*this), |
| 336 | 336 | m_port_handler_2_r(*this), |
trunk/src/mame/machine/wpc_lamp.c
| r242722 | r242723 | |
| 7 | 7 | const device_type WPC_LAMP = &device_creator<wpc_lamp_device>; |
| 8 | 8 | |
| 9 | 9 | wpc_lamp_device::wpc_lamp_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : |
| 10 | | device_t(mconfig, WPC_LAMP, "Williams Pinball Controller lamp control", tag, owner, clock, "wpc_lamp", __FILE__) |
| 10 | device_t(mconfig, WPC_LAMP, "Williams Pinball Controller Lamp Control", tag, owner, clock, "wpc_lamp", __FILE__) |
| 11 | 11 | { |
| 12 | 12 | names = NULL; |
| 13 | 13 | } |
trunk/src/mame/machine/wpc_out.c
| r242722 | r242723 | |
| 7 | 7 | const device_type WPC_OUT = &device_creator<wpc_out_device>; |
| 8 | 8 | |
| 9 | 9 | wpc_out_device::wpc_out_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : |
| 10 | | device_t(mconfig, WPC_OUT, "Williams Pinball Controller output control", tag, owner, clock, "wpc_out", __FILE__) |
| 10 | device_t(mconfig, WPC_OUT, "Williams Pinball Controller Output Control", tag, owner, clock, "wpc_out", __FILE__) |
| 11 | 11 | { |
| 12 | 12 | names = NULL; |
| 13 | 13 | } |
trunk/src/mame/machine/wpc_pic.c
| r242722 | r242723 | |
| 7 | 7 | const device_type WPC_PIC = &device_creator<wpc_pic_device>; |
| 8 | 8 | |
| 9 | 9 | wpc_pic_device::wpc_pic_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : |
| 10 | | device_t(mconfig, WPC_PIC, "Williams Pinball Controller pic security", tag, owner, clock, "wpc_pic", __FILE__), |
| 10 | device_t(mconfig, WPC_PIC, "Williams Pinball Controller PIC Security", tag, owner, clock, "wpc_pic", __FILE__), |
| 11 | 11 | swarray(*this, ":SW") |
| 12 | 12 | { |
| 13 | 13 | serial = "000 000000 00000 000"; |
trunk/src/mame/machine/wpc_shift.c
| r242722 | r242723 | |
| 7 | 7 | const device_type WPC_SHIFT = &device_creator<wpc_shift_device>; |
| 8 | 8 | |
| 9 | 9 | wpc_shift_device::wpc_shift_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : |
| 10 | | device_t(mconfig, WPC_SHIFT, "Williams Pinball Controller shifter", tag, owner, clock, "wpc_shift", __FILE__) |
| 10 | device_t(mconfig, WPC_SHIFT, "Williams Pinball Controller Shifter", tag, owner, clock, "wpc_shift", __FILE__) |
| 11 | 11 | { |
| 12 | 12 | } |
| 13 | 13 | |
trunk/src/mame/machine/zndip.c
| r242722 | r242723 | |
| 5 | 5 | const device_type ZNDIP = &device_creator<zndip_device>; |
| 6 | 6 | |
| 7 | 7 | zndip_device::zndip_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : |
| 8 | | device_t(mconfig, ZNDIP, "ZNDIP", tag, owner, clock, "zndip", __FILE__), |
| 8 | device_t(mconfig, ZNDIP, "Sony ZNDIP", tag, owner, clock, "zndip", __FILE__), |
| 9 | 9 | m_data_handler(*this), |
| 10 | 10 | m_dataout_handler(*this), |
| 11 | 11 | m_dsr_handler(*this) |
trunk/src/mame/video/deco16ic.c
| r242722 | r242723 | |
| 167 | 167 | const device_type DECO16IC = &device_creator<deco16ic_device>; |
| 168 | 168 | |
| 169 | 169 | deco16ic_device::deco16ic_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 170 | | : device_t(mconfig, DECO16IC, "Data East IC 55 / 56 / 74 / 141", tag, owner, clock, "deco16ic", __FILE__), |
| 170 | : device_t(mconfig, DECO16IC, "DECO 55 / 56 / 74 / 141 IC", tag, owner, clock, "deco16ic", __FILE__), |
| 171 | 171 | device_video_interface(mconfig, *this), |
| 172 | 172 | m_pf1_data(NULL), |
| 173 | 173 | m_pf2_data(NULL), |
trunk/src/mame/video/deco_zoomspr.c
| r242722 | r242723 | |
| 14 | 14 | const device_type DECO_ZOOMSPR = &device_creator<deco_zoomspr_device>; |
| 15 | 15 | |
| 16 | 16 | deco_zoomspr_device::deco_zoomspr_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 17 | | : device_t(mconfig, DECO_ZOOMSPR, "Data East Zooming Sprites", tag, owner, clock, "deco_zoomspr", __FILE__), |
| 17 | : device_t(mconfig, DECO_ZOOMSPR, "DECO Zooming Sprites", tag, owner, clock, "deco_zoomspr", __FILE__), |
| 18 | 18 | m_palette(*this), |
| 19 | 19 | m_gfxdecode(*this) |
| 20 | 20 | { |
trunk/src/mame/video/decocomn.c
| r242722 | r242723 | |
| 11 | 11 | const device_type DECOCOMN = &device_creator<decocomn_device>; |
| 12 | 12 | |
| 13 | 13 | decocomn_device::decocomn_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 14 | | : device_t(mconfig, DECOCOMN, "Data East Common Video Functions", tag, owner, clock, "decocomn", __FILE__), |
| 14 | : device_t(mconfig, DECOCOMN, "DECO Common Video Functions", tag, owner, clock, "decocomn", __FILE__), |
| 15 | 15 | device_video_interface(mconfig, *this), |
| 16 | 16 | m_dirty_palette(NULL), |
| 17 | 17 | m_priority(0), |
trunk/src/mame/video/sega16sp.c
| r242722 | r242723 | |
| 95 | 95 | //------------------------------------------------- |
| 96 | 96 | |
| 97 | 97 | sega_hangon_sprite_device::sega_hangon_sprite_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 98 | | : sega_16bit_sprite_device(mconfig, SEGA_HANGON_SPRITES, "Sega Hang On Sprites", tag, owner, "sega_hangon_sprite", __FILE__) |
| 98 | : sega_16bit_sprite_device(mconfig, SEGA_HANGON_SPRITES, "Sega Custom Sprites (Hang On)", tag, owner, "sega_hangon_sprite", __FILE__) |
| 99 | 99 | { |
| 100 | 100 | set_origin(189, -1); |
| 101 | 101 | } |
| r242722 | r242723 | |
| 271 | 271 | //------------------------------------------------- |
| 272 | 272 | |
| 273 | 273 | sega_sharrier_sprite_device::sega_sharrier_sprite_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 274 | | : sega_16bit_sprite_device(mconfig, SEGA_SHARRIER_SPRITES, "Sega Space Harrier Sprites", tag, owner, "sega_sharrier_sprite", __FILE__) |
| 274 | : sega_16bit_sprite_device(mconfig, SEGA_SHARRIER_SPRITES, "Sega Custom Sprites (Space Harrier)", tag, owner, "sega_sharrier_sprite", __FILE__) |
| 275 | 275 | { |
| 276 | 276 | set_origin(189, -1); |
| 277 | 277 | } |
| r242722 | r242723 | |
| 1005 | 1005 | //------------------------------------------------- |
| 1006 | 1006 | |
| 1007 | 1007 | sega_outrun_sprite_device::sega_outrun_sprite_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 1008 | | : sega_16bit_sprite_device(mconfig, SEGA_OUTRUN_SPRITES, "Sega Out Run Sprites", tag, owner, "sega_outrun_sprite", __FILE__), |
| 1008 | : sega_16bit_sprite_device(mconfig, SEGA_OUTRUN_SPRITES, "Sega Custom Sprites (Out Run)", tag, owner, "sega_outrun_sprite", __FILE__), |
| 1009 | 1009 | m_is_xboard(false) |
| 1010 | 1010 | { |
| 1011 | 1011 | set_origin(189, 0x00); |