From 4bf60e541d14c2dc54b3b66524d12172af8dc75a Mon Sep 17 00:00:00 2001 From: Scott Stone Date: Mon, 5 Jan 2015 22:42:59 -0500 Subject: Description changes for assorted devices to improve readability/uniformity from MASH (nw) --- src/emu/bus/neogeo/bootleg_prot.c | 2 +- src/emu/bus/neogeo/cmc_prot.c | 2 +- src/emu/bus/neogeo/fatfury2_prot.c | 2 +- src/emu/bus/neogeo/kof2002_prot.c | 2 +- src/emu/bus/neogeo/kof98_prot.c | 2 +- src/emu/bus/neogeo/kog_prot.c | 2 +- src/emu/bus/neogeo/mslugx_prot.c | 2 +- src/emu/bus/neogeo/pcm2_prot.c | 2 +- src/emu/bus/neogeo/pvc_prot.c | 2 +- src/emu/bus/neogeo/sbp_prot.c | 2 +- src/emu/cpu/psx/dma.c | 2 +- src/emu/cpu/psx/irq.c | 2 +- src/emu/cpu/psx/mdec.c | 2 +- src/emu/cpu/psx/rcnt.c | 2 +- src/emu/cpu/psx/sio.c | 4 ++-- src/emu/machine/i82875p.c | 6 +++--- src/emu/machine/mb89363b.c | 2 +- src/emu/machine/mos6530.c | 2 +- src/emu/machine/nscsi_bus.c | 2 +- src/mame/machine/315-5881_crypt.c | 2 +- src/mame/machine/awboard.c | 2 +- src/mame/machine/buggychl.c | 2 +- src/mame/machine/mie.c | 2 +- src/mame/machine/namco_settings.c | 2 +- src/mame/machine/naomigd.c | 2 +- src/mame/machine/naomim1.c | 2 +- src/mame/machine/naomim2.c | 2 +- src/mame/machine/naomim4.c | 2 +- src/mame/machine/naomirom.c | 2 +- src/mame/machine/raiden2cop.c | 2 +- src/mame/machine/segabb.c | 2 +- src/mame/machine/seicop.c | 2 +- src/mame/machine/tait8741.c | 4 ++-- src/mame/machine/wpc_lamp.c | 2 +- src/mame/machine/wpc_out.c | 2 +- src/mame/machine/wpc_pic.c | 2 +- src/mame/machine/wpc_shift.c | 2 +- src/mame/machine/zndip.c | 2 +- src/mame/video/deco16ic.c | 2 +- src/mame/video/deco_zoomspr.c | 2 +- src/mame/video/decocomn.c | 2 +- src/mame/video/sega16sp.c | 6 +++--- 42 files changed, 48 insertions(+), 48 deletions(-) diff --git a/src/emu/bus/neogeo/bootleg_prot.c b/src/emu/bus/neogeo/bootleg_prot.c index 9bd9fed1efb..67d344bdda9 100644 --- a/src/emu/bus/neogeo/bootleg_prot.c +++ b/src/emu/bus/neogeo/bootleg_prot.c @@ -8,7 +8,7 @@ extern const device_type NGBOOTLEG_PROT = &device_creator ngbootleg_prot_device::ngbootleg_prot_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : device_t(mconfig, NGBOOTLEG_PROT, "NeoGeo Bootleg Protection Device", tag, owner, clock, "ngbootleg_prot", __FILE__) + : device_t(mconfig, NGBOOTLEG_PROT, "NeoGeo Protection (Bootleg)", tag, owner, clock, "ngbootleg_prot", __FILE__) { } diff --git a/src/emu/bus/neogeo/cmc_prot.c b/src/emu/bus/neogeo/cmc_prot.c index e07c894e983..b56c03ed491 100644 --- a/src/emu/bus/neogeo/cmc_prot.c +++ b/src/emu/bus/neogeo/cmc_prot.c @@ -8,7 +8,7 @@ extern const device_type CMC_PROT = &device_creator; cmc_prot_device::cmc_prot_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : device_t(mconfig, CMC_PROT, "NeoGeo CMC Protection Device", tag, owner, clock, "cmc_prot", __FILE__) + : device_t(mconfig, CMC_PROT, "NeoGeo Protection (CMC)", tag, owner, clock, "cmc_prot", __FILE__) { } diff --git a/src/emu/bus/neogeo/fatfury2_prot.c b/src/emu/bus/neogeo/fatfury2_prot.c index 83ddf17aa43..ca76ee26f42 100644 --- a/src/emu/bus/neogeo/fatfury2_prot.c +++ b/src/emu/bus/neogeo/fatfury2_prot.c @@ -8,7 +8,7 @@ extern const device_type FATFURY2_PROT = &device_creator; fatfury2_prot_device::fatfury2_prot_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : device_t(mconfig, FATFURY2_PROT, "NeoGeo Fatal Fury 2 Protection Device", tag, owner, clock, "fatfury2_prot", __FILE__) + : device_t(mconfig, FATFURY2_PROT, "NeoGeo Protection (Fatal Fury 2)", tag, owner, clock, "fatfury2_prot", __FILE__) { } diff --git a/src/emu/bus/neogeo/kof2002_prot.c b/src/emu/bus/neogeo/kof2002_prot.c index 6e4b05eb834..f236439d889 100644 --- a/src/emu/bus/neogeo/kof2002_prot.c +++ b/src/emu/bus/neogeo/kof2002_prot.c @@ -8,7 +8,7 @@ extern const device_type KOF2002_PROT = &device_creator; kof2002_prot_device::kof2002_prot_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : device_t(mconfig, KOF2002_PROT, "NeoGeo KOF2002 Protection Device", tag, owner, clock, "kof2002_prot", __FILE__) + : device_t(mconfig, KOF2002_PROT, "NeoGeo Protection (KOF2002)", tag, owner, clock, "kof2002_prot", __FILE__) { } diff --git a/src/emu/bus/neogeo/kof98_prot.c b/src/emu/bus/neogeo/kof98_prot.c index 775f49f893c..8fbb2538969 100644 --- a/src/emu/bus/neogeo/kof98_prot.c +++ b/src/emu/bus/neogeo/kof98_prot.c @@ -9,7 +9,7 @@ extern const device_type KOF98_PROT = &device_creator; kof98_prot_device::kof98_prot_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : device_t(mconfig, KOF98_PROT, "NeoGeo KOF98 Protection Device", tag, owner, clock, "kof98_prot", __FILE__) + : device_t(mconfig, KOF98_PROT, "NeoGeo Protection (KOF98)", tag, owner, clock, "kof98_prot", __FILE__) { } diff --git a/src/emu/bus/neogeo/kog_prot.c b/src/emu/bus/neogeo/kog_prot.c index 4e895068edd..e33b932374d 100644 --- a/src/emu/bus/neogeo/kog_prot.c +++ b/src/emu/bus/neogeo/kog_prot.c @@ -7,7 +7,7 @@ extern const device_type KOG_PROT = &device_creator; kog_prot_device::kog_prot_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : device_t(mconfig, KOG_PROT, "NeoGeo King of Gladiator Protection Device", tag, owner, clock, "kog_prot", __FILE__), + : device_t(mconfig, KOG_PROT, "NeoGeo Protection (King of Gladiator)", tag, owner, clock, "kog_prot", __FILE__), m_jumper(*this, "JUMPER") { } diff --git a/src/emu/bus/neogeo/mslugx_prot.c b/src/emu/bus/neogeo/mslugx_prot.c index 7263c8f988e..d8d65ee3251 100644 --- a/src/emu/bus/neogeo/mslugx_prot.c +++ b/src/emu/bus/neogeo/mslugx_prot.c @@ -7,7 +7,7 @@ extern const device_type MSLUGX_PROT = &device_creator; mslugx_prot_device::mslugx_prot_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : device_t(mconfig, MSLUGX_PROT, "NeoGeo Metal Slug X Protection Device", tag, owner, clock, "mslugx_prot", __FILE__) + : device_t(mconfig, MSLUGX_PROT, "NeoGeo Protection (Metal Slug X)", tag, owner, clock, "mslugx_prot", __FILE__) { } diff --git a/src/emu/bus/neogeo/pcm2_prot.c b/src/emu/bus/neogeo/pcm2_prot.c index bcf8a853e41..d14ac3c5791 100644 --- a/src/emu/bus/neogeo/pcm2_prot.c +++ b/src/emu/bus/neogeo/pcm2_prot.c @@ -9,7 +9,7 @@ extern const device_type PCM2_PROT = &device_creator; pcm2_prot_device::pcm2_prot_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : device_t(mconfig, PCM2_PROT, "NeoGeo NEOPCM2 Protection Device", tag, owner, clock, "pcm2_prot", __FILE__) + : device_t(mconfig, PCM2_PROT, "NeoGeo Protection (NEOPCM2)", tag, owner, clock, "pcm2_prot", __FILE__) { } diff --git a/src/emu/bus/neogeo/pvc_prot.c b/src/emu/bus/neogeo/pvc_prot.c index fdeb4316e86..8ea32050908 100644 --- a/src/emu/bus/neogeo/pvc_prot.c +++ b/src/emu/bus/neogeo/pvc_prot.c @@ -9,7 +9,7 @@ extern const device_type PVC_PROT = &device_creator; pvc_prot_device::pvc_prot_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : device_t(mconfig, PVC_PROT, "NeoGeo PVC Protection Device", tag, owner, clock, "pvc_prot", __FILE__) + : device_t(mconfig, PVC_PROT, "NeoGeo Protection (PVC)", tag, owner, clock, "pvc_prot", __FILE__) { } diff --git a/src/emu/bus/neogeo/sbp_prot.c b/src/emu/bus/neogeo/sbp_prot.c index a5479f761e6..bec2b26386c 100644 --- a/src/emu/bus/neogeo/sbp_prot.c +++ b/src/emu/bus/neogeo/sbp_prot.c @@ -9,7 +9,7 @@ extern const device_type SBP_PROT = &device_creator; sbp_prot_device::sbp_prot_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : device_t(mconfig, SBP_PROT, "NeoGeo Super Bubble Pop Protection Device", tag, owner, clock, "sbp_prot", __FILE__) + : device_t(mconfig, SBP_PROT, "NeoGeo Protection (Super Bubble Pop)", tag, owner, clock, "sbp_prot", __FILE__) { } diff --git a/src/emu/cpu/psx/dma.c b/src/emu/cpu/psx/dma.c index 01556159eef..7fcd10387cc 100644 --- a/src/emu/cpu/psx/dma.c +++ b/src/emu/cpu/psx/dma.c @@ -28,7 +28,7 @@ INLINE void ATTR_PRINTF(3,4) verboselog( running_machine& machine, int n_level, const device_type PSX_DMA = &device_creator; psxdma_device::psxdma_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : - device_t(mconfig, PSX_DMA, "PSX DMA", tag, owner, clock, "psxdma", __FILE__), + device_t(mconfig, PSX_DMA, "Sony PSX DMA", tag, owner, clock, "psxdma", __FILE__), m_irq_handler(*this) { } diff --git a/src/emu/cpu/psx/irq.c b/src/emu/cpu/psx/irq.c index 6d2d68860ce..e96a84cd9af 100644 --- a/src/emu/cpu/psx/irq.c +++ b/src/emu/cpu/psx/irq.c @@ -30,7 +30,7 @@ INLINE void ATTR_PRINTF(3,4) verboselog( running_machine& machine, int n_level, const device_type PSX_IRQ = &device_creator; psxirq_device::psxirq_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : - device_t(mconfig, PSX_IRQ, "PSX IRQ", tag, owner, clock, "psxirq", __FILE__), + device_t(mconfig, PSX_IRQ, "Sony PSX IRQ", tag, owner, clock, "psxirq", __FILE__), m_irq_handler(*this) { } diff --git a/src/emu/cpu/psx/mdec.c b/src/emu/cpu/psx/mdec.c index 33afd2a3d7f..83ffa349808 100644 --- a/src/emu/cpu/psx/mdec.c +++ b/src/emu/cpu/psx/mdec.c @@ -31,7 +31,7 @@ INLINE void ATTR_PRINTF(3,4) verboselog( running_machine& machine, int n_level, const device_type PSX_MDEC = &device_creator; psxmdec_device::psxmdec_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : device_t(mconfig, PSX_MDEC, "PSX MDEC", tag, owner, clock, "psxmdec", __FILE__) + : device_t(mconfig, PSX_MDEC, "Sony PSX MDEC", tag, owner, clock, "psxmdec", __FILE__) { } diff --git a/src/emu/cpu/psx/rcnt.c b/src/emu/cpu/psx/rcnt.c index fccb3736481..cfe0f17c345 100644 --- a/src/emu/cpu/psx/rcnt.c +++ b/src/emu/cpu/psx/rcnt.c @@ -27,7 +27,7 @@ INLINE void ATTR_PRINTF(3,4) verboselog( running_machine& machine, int n_level, const device_type PSX_RCNT = &device_creator; psxrcnt_device::psxrcnt_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : - device_t(mconfig, PSX_RCNT, "PSX RCNT", tag, owner, clock, "psxrcnt", __FILE__), + device_t(mconfig, PSX_RCNT, "Sony PSX RCNT", tag, owner, clock, "psxrcnt", __FILE__), m_irq0_handler(*this), m_irq1_handler(*this), m_irq2_handler(*this) diff --git a/src/emu/cpu/psx/sio.c b/src/emu/cpu/psx/sio.c index d9394403dfe..1a0b9ff717b 100644 --- a/src/emu/cpu/psx/sio.c +++ b/src/emu/cpu/psx/sio.c @@ -28,12 +28,12 @@ const device_type PSX_SIO0 = &device_creator; const device_type PSX_SIO1 = &device_creator; psxsio0_device::psxsio0_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : - psxsio_device(mconfig, PSX_SIO0, "PSX SIO-0", tag, owner, clock, "psxsio0", __FILE__) + psxsio_device(mconfig, PSX_SIO0, "Sony PSX SIO-0", tag, owner, clock, "psxsio0", __FILE__) { } psxsio1_device::psxsio1_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : - psxsio_device(mconfig, PSX_SIO1, "PSX SIO-1", tag, owner, clock, "psxsio1", __FILE__) + psxsio_device(mconfig, PSX_SIO1, "Sony PSX SIO-1", tag, owner, clock, "psxsio1", __FILE__) { } diff --git a/src/emu/machine/i82875p.c b/src/emu/machine/i82875p.c index 9c4961fad26..10e741fbdb6 100644 --- a/src/emu/machine/i82875p.c +++ b/src/emu/machine/i82875p.c @@ -40,7 +40,7 @@ DEVICE_ADDRESS_MAP_START(config_map, 32, i82875p_host_device) ADDRESS_MAP_END i82875p_host_device::i82875p_host_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : pci_host_device(mconfig, I82875P_HOST, "i82875p northbridge", tag, owner, clock, "i82875p_host", __FILE__) + : pci_host_device(mconfig, I82875P_HOST, "I82875P Northbridge", tag, owner, clock, "i82875p_host", __FILE__) { } @@ -425,7 +425,7 @@ void i82875p_host_device::map_extra(UINT64 memory_window_start, UINT64 memory_wi i82875p_agp_device::i82875p_agp_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : agp_bridge_device(mconfig, I82875P_AGP, "i82875p AGP bridge", tag, owner, clock, "i82875p_agp", __FILE__) + : agp_bridge_device(mconfig, I82875P_AGP, "I82875P AGP Bridge", tag, owner, clock, "i82875p_agp", __FILE__) { } @@ -448,7 +448,7 @@ ADDRESS_MAP_END i82875p_overflow_device::i82875p_overflow_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : pci_device(mconfig, I82875P_OVERFLOW, "i82875p configuration overflow", tag, owner, clock, "i82875p_overflow", __FILE__) + : pci_device(mconfig, I82875P_OVERFLOW, "I82875P Configuration Overflow", tag, owner, clock, "i82875p_overflow", __FILE__) { } diff --git a/src/emu/machine/mb89363b.c b/src/emu/machine/mb89363b.c index 83119fb7354..04441b52d02 100644 --- a/src/emu/machine/mb89363b.c +++ b/src/emu/machine/mb89363b.c @@ -83,7 +83,7 @@ extern const device_type MB89363B = &device_creator; mb89363b_device::mb89363b_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : device_t(mconfig, MB89363B, "MB89363B", tag, owner, clock, "mb89363b", __FILE__), + : device_t(mconfig, MB89363B, "MB89363 I/O", tag, owner, clock, "mb89363b", __FILE__), m_i8255_a(*this, "i8255_a"), m_i8255_b(*this, "i8255_b"), m_in_a_pa_cb(*this), diff --git a/src/emu/machine/mos6530.c b/src/emu/machine/mos6530.c index b4a1abd1497..47a28c07068 100644 --- a/src/emu/machine/mos6530.c +++ b/src/emu/machine/mos6530.c @@ -39,7 +39,7 @@ enum const device_type MOS6530 = &device_creator; mos6530_device::mos6530_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : device_t(mconfig, MOS6530, "MOS6530", tag, owner, clock, "mos6530", __FILE__), + : device_t(mconfig, MOS6530, "MOS6530 RRIOT", tag, owner, clock, "mos6530", __FILE__), m_in_pa_cb(*this), m_out_pa_cb(*this), m_in_pb_cb(*this), diff --git a/src/emu/machine/nscsi_bus.c b/src/emu/machine/nscsi_bus.c index 433ddb93489..d02c5c7b1dd 100644 --- a/src/emu/machine/nscsi_bus.c +++ b/src/emu/machine/nscsi_bus.c @@ -131,7 +131,7 @@ void nscsi_bus_device::device_config_complete() nscsi_connector::nscsi_connector(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : - device_t(mconfig, NSCSI_CONNECTOR, "NSCSI device connector abstraction", tag, owner, clock, "nscsi_connector", __FILE__), + device_t(mconfig, NSCSI_CONNECTOR, "NSCSI Connector Abstraction", tag, owner, clock, "nscsi_connector", __FILE__), device_slot_interface(mconfig, *this) { } diff --git a/src/mame/machine/315-5881_crypt.c b/src/mame/machine/315-5881_crypt.c index be4ac0e7961..778ff017089 100644 --- a/src/mame/machine/315-5881_crypt.c +++ b/src/mame/machine/315-5881_crypt.c @@ -19,7 +19,7 @@ extern const device_type SEGA315_5881_CRYPT = &device_creator; buggychl_mcu_device::buggychl_mcu_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : device_t(mconfig, BUGGYCHL_MCU, "Buggy Challenge MCU Simulation", tag, owner, clock, "buggychl_mcu", __FILE__), + : device_t(mconfig, BUGGYCHL_MCU, "M68705 MCU Simulation (Buggy Challenge)", tag, owner, clock, "buggychl_mcu", __FILE__), m_port_a_in(0), m_port_a_out(0), m_ddr_a(0), diff --git a/src/mame/machine/mie.c b/src/mame/machine/mie.c index c4053d8eff1..62ee6c6c3e3 100644 --- a/src/mame/machine/mie.c +++ b/src/mame/machine/mie.c @@ -83,7 +83,7 @@ mie_jvs_device::mie_jvs_device(const machine_config &mconfig, const char *tag, d } mie_device::mie_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : maple_device(mconfig, MIE, "MIE", tag, owner, clock, "mie", __FILE__) + : maple_device(mconfig, MIE, "Sega 315-6146 MIE", tag, owner, clock, "mie", __FILE__) { memset(gpio_name, 0, sizeof(gpio_name)); jvs_name = 0; diff --git a/src/mame/machine/namco_settings.c b/src/mame/machine/namco_settings.c index a48aa8c9a08..eca197b730b 100644 --- a/src/mame/machine/namco_settings.c +++ b/src/mame/machine/namco_settings.c @@ -4,7 +4,7 @@ const device_type NAMCO_SETTINGS = &device_creator; namco_settings_device::namco_settings_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : - device_t(mconfig, NAMCO_SETTINGS, "Namco settings device", tag, owner, clock, "namco_settings", __FILE__) + device_t(mconfig, NAMCO_SETTINGS, "Namco Settings", tag, owner, clock, "namco_settings", __FILE__) { } diff --git a/src/mame/machine/naomigd.c b/src/mame/machine/naomigd.c index 62f96a265b3..7de7709ffa7 100644 --- a/src/mame/machine/naomigd.c +++ b/src/mame/machine/naomigd.c @@ -325,7 +325,7 @@ void naomi_gdrom_board::write_from_qword(UINT8 *region, UINT64 qword) } naomi_gdrom_board::naomi_gdrom_board(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : naomi_board(mconfig, NAOMI_GDROM_BOARD, "Sega NAOMI GDROM BOARD", tag, owner, clock, "naomi_gdrom_board", __FILE__) + : naomi_board(mconfig, NAOMI_GDROM_BOARD, "Sega NAOMI GDROM Board", tag, owner, clock, "naomi_gdrom_board", __FILE__) { image_tag = 0; pic_tag = 0; diff --git a/src/mame/machine/naomim1.c b/src/mame/machine/naomim1.c index 354fbd83190..696d88e61ea 100644 --- a/src/mame/machine/naomim1.c +++ b/src/mame/machine/naomim1.c @@ -11,7 +11,7 @@ DEVICE_ADDRESS_MAP_START(submap, 16, naomi_m1_board) ADDRESS_MAP_END naomi_m1_board::naomi_m1_board(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : naomi_board(mconfig, NAOMI_M1_BOARD, "Sega NAOMI M1 BOARD", tag, owner, clock, "naomi_m1_board", __FILE__) + : naomi_board(mconfig, NAOMI_M1_BOARD, "Sega NAOMI M1 Board", tag, owner, clock, "naomi_m1_board", __FILE__) { key_tag = 0; } diff --git a/src/mame/machine/naomim2.c b/src/mame/machine/naomim2.c index 5c08011e8e4..77211ad2b6f 100644 --- a/src/mame/machine/naomim2.c +++ b/src/mame/machine/naomim2.c @@ -105,7 +105,7 @@ note: if ROM is not mounted its area readed as 0xFF const device_type NAOMI_M2_BOARD = &device_creator; naomi_m2_board::naomi_m2_board(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : naomi_board(mconfig, NAOMI_M2_BOARD, "Sega NAOMI M2 BOARD", tag, owner, clock, "naomi_m2_board", __FILE__), + : naomi_board(mconfig, NAOMI_M2_BOARD, "Sega NAOMI M2 Board", tag, owner, clock, "naomi_m2_board", __FILE__), m_cryptdevice(*this, "segam2crypt") { key_tag = 0; diff --git a/src/mame/machine/naomim4.c b/src/mame/machine/naomim4.c index 2da4464824b..e83f34b4d5a 100644 --- a/src/mame/machine/naomim4.c +++ b/src/mame/machine/naomim4.c @@ -45,7 +45,7 @@ DEVICE_ADDRESS_MAP_START(submap, 16, naomi_m4_board) ADDRESS_MAP_END naomi_m4_board::naomi_m4_board(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : naomi_board(mconfig, NAOMI_M4_BOARD, "Sega NAOMI M4 BOARD", tag, owner, clock, "naomi_m4_board", __FILE__) + : naomi_board(mconfig, NAOMI_M4_BOARD, "Sega NAOMI M4 Board", tag, owner, clock, "naomi_m4_board", __FILE__) { key_tag = 0; } diff --git a/src/mame/machine/naomirom.c b/src/mame/machine/naomirom.c index 61a94ae3a34..c105d2a7695 100644 --- a/src/mame/machine/naomirom.c +++ b/src/mame/machine/naomirom.c @@ -5,7 +5,7 @@ const device_type NAOMI_ROM_BOARD = &device_creator; naomi_rom_board::naomi_rom_board(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : naomi_board(mconfig, NAOMI_ROM_BOARD, "Sega NAOMI ROM BOARD", tag, owner, clock, "naomi_rom_board", __FILE__) + : naomi_board(mconfig, NAOMI_ROM_BOARD, "Sega NAOMI ROM Board", tag, owner, clock, "naomi_rom_board", __FILE__) { } diff --git a/src/mame/machine/raiden2cop.c b/src/mame/machine/raiden2cop.c index 12cc4918257..5e06c12dff8 100644 --- a/src/mame/machine/raiden2cop.c +++ b/src/mame/machine/raiden2cop.c @@ -23,7 +23,7 @@ const device_type RAIDEN2COP = &device_creator; raiden2cop_device::raiden2cop_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : device_t(mconfig, RAIDEN2COP, "RAIDEN2COP", tag, owner, clock, "raiden2cop", __FILE__), + : device_t(mconfig, RAIDEN2COP, "Seibu COP (Raiden 2)", tag, owner, clock, "raiden2cop", __FILE__), cop_latch_addr(0), cop_latch_trigger(0), cop_latch_value(0), diff --git a/src/mame/machine/segabb.c b/src/mame/machine/segabb.c index 48244d1c7e6..4594239213c 100644 --- a/src/mame/machine/segabb.c +++ b/src/mame/machine/segabb.c @@ -12,7 +12,7 @@ DEVICE_ADDRESS_MAP_START(map3, 32, sega_lindbergh_baseboard_device) ADDRESS_MAP_END sega_lindbergh_baseboard_device::sega_lindbergh_baseboard_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : pci_device(mconfig, SEGA_LINDBERGH_BASEBOARD, "SEGA Lindbergh baseboard", tag, owner, clock, "sega_lindbergh_baseboard", __FILE__) + : pci_device(mconfig, SEGA_LINDBERGH_BASEBOARD, "Sega Lindbergh Baseboard", tag, owner, clock, "sega_lindbergh_baseboard", __FILE__) { } diff --git a/src/mame/machine/seicop.c b/src/mame/machine/seicop.c index edcaf1e7387..f42cf28b524 100644 --- a/src/mame/machine/seicop.c +++ b/src/mame/machine/seicop.c @@ -21,7 +21,7 @@ const device_type SEIBU_COP_BOOTLEG = &device_creator; seibu_cop_bootleg_device::seibu_cop_bootleg_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : device_t(mconfig, SEIBU_COP_BOOTLEG, "Seibu COP Bootleg", tag, owner, clock, "seibu_cop_boot", __FILE__), + : device_t(mconfig, SEIBU_COP_BOOTLEG, "Seibu COP (Bootleg)", tag, owner, clock, "seibu_cop_boot", __FILE__), m_cop_mcu_ram(NULL), m_raiden2cop(*this, ":raiden2cop") { diff --git a/src/mame/machine/tait8741.c b/src/mame/machine/tait8741.c index 7cabdda12df..83b107acef5 100644 --- a/src/mame/machine/tait8741.c +++ b/src/mame/machine/tait8741.c @@ -34,7 +34,7 @@ gladiatr and Great Swordsman set. const device_type TAITO8741_4PACK = &device_creator; taito8741_4pack_device::taito8741_4pack_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : device_t(mconfig, TAITO8741_4PACK, "Taito '4Pack' 8741 MCU Simulation", tag, owner, clock, "taito8741_4pack", __FILE__), + : device_t(mconfig, TAITO8741_4PACK, "I8741 MCU Simulation (Taito 4Pack)", tag, owner, clock, "taito8741_4pack", __FILE__), m_port_handler_0_r(*this), m_port_handler_1_r(*this), m_port_handler_2_r(*this), @@ -330,7 +330,7 @@ joshi Vollyball set. const device_type JOSVOLLY8741_4PACK = &device_creator; josvolly8741_4pack_device::josvolly8741_4pack_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : device_t(mconfig, JOSVOLLY8741_4PACK, "Joshi Volleyball 8741 MCU Simulation", tag, owner, clock, "josvolly8741_4pack", __FILE__), + : device_t(mconfig, JOSVOLLY8741_4PACK, "I8741 MCU Simulation (Joshi Volleyball)", tag, owner, clock, "josvolly8741_4pack", __FILE__), m_port_handler_0_r(*this), m_port_handler_1_r(*this), m_port_handler_2_r(*this), diff --git a/src/mame/machine/wpc_lamp.c b/src/mame/machine/wpc_lamp.c index ad7697b91a2..c151bc257a0 100644 --- a/src/mame/machine/wpc_lamp.c +++ b/src/mame/machine/wpc_lamp.c @@ -7,7 +7,7 @@ const device_type WPC_LAMP = &device_creator; wpc_lamp_device::wpc_lamp_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : - device_t(mconfig, WPC_LAMP, "Williams Pinball Controller lamp control", tag, owner, clock, "wpc_lamp", __FILE__) + device_t(mconfig, WPC_LAMP, "Williams Pinball Controller Lamp Control", tag, owner, clock, "wpc_lamp", __FILE__) { names = NULL; } diff --git a/src/mame/machine/wpc_out.c b/src/mame/machine/wpc_out.c index 7450c43c9eb..4532f70581b 100644 --- a/src/mame/machine/wpc_out.c +++ b/src/mame/machine/wpc_out.c @@ -7,7 +7,7 @@ const device_type WPC_OUT = &device_creator; wpc_out_device::wpc_out_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : - device_t(mconfig, WPC_OUT, "Williams Pinball Controller output control", tag, owner, clock, "wpc_out", __FILE__) + device_t(mconfig, WPC_OUT, "Williams Pinball Controller Output Control", tag, owner, clock, "wpc_out", __FILE__) { names = NULL; } diff --git a/src/mame/machine/wpc_pic.c b/src/mame/machine/wpc_pic.c index 410528d8bae..353454fb7a1 100644 --- a/src/mame/machine/wpc_pic.c +++ b/src/mame/machine/wpc_pic.c @@ -7,7 +7,7 @@ const device_type WPC_PIC = &device_creator; wpc_pic_device::wpc_pic_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : - device_t(mconfig, WPC_PIC, "Williams Pinball Controller pic security", tag, owner, clock, "wpc_pic", __FILE__), + device_t(mconfig, WPC_PIC, "Williams Pinball Controller PIC Security", tag, owner, clock, "wpc_pic", __FILE__), swarray(*this, ":SW") { serial = "000 000000 00000 000"; diff --git a/src/mame/machine/wpc_shift.c b/src/mame/machine/wpc_shift.c index b1b1417fb11..8022f14a26a 100644 --- a/src/mame/machine/wpc_shift.c +++ b/src/mame/machine/wpc_shift.c @@ -7,7 +7,7 @@ const device_type WPC_SHIFT = &device_creator; wpc_shift_device::wpc_shift_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : - device_t(mconfig, WPC_SHIFT, "Williams Pinball Controller shifter", tag, owner, clock, "wpc_shift", __FILE__) + device_t(mconfig, WPC_SHIFT, "Williams Pinball Controller Shifter", tag, owner, clock, "wpc_shift", __FILE__) { } diff --git a/src/mame/machine/zndip.c b/src/mame/machine/zndip.c index 5a1bc8f49e2..903948e0c06 100644 --- a/src/mame/machine/zndip.c +++ b/src/mame/machine/zndip.c @@ -5,7 +5,7 @@ const device_type ZNDIP = &device_creator; zndip_device::zndip_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : - device_t(mconfig, ZNDIP, "ZNDIP", tag, owner, clock, "zndip", __FILE__), + device_t(mconfig, ZNDIP, "Sony ZNDIP", tag, owner, clock, "zndip", __FILE__), m_data_handler(*this), m_dataout_handler(*this), m_dsr_handler(*this) diff --git a/src/mame/video/deco16ic.c b/src/mame/video/deco16ic.c index 0c063168d20..def8f6fdfbc 100644 --- a/src/mame/video/deco16ic.c +++ b/src/mame/video/deco16ic.c @@ -167,7 +167,7 @@ Rowscroll style: const device_type DECO16IC = &device_creator; deco16ic_device::deco16ic_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : device_t(mconfig, DECO16IC, "Data East IC 55 / 56 / 74 / 141", tag, owner, clock, "deco16ic", __FILE__), + : device_t(mconfig, DECO16IC, "DECO 55 / 56 / 74 / 141 IC", tag, owner, clock, "deco16ic", __FILE__), device_video_interface(mconfig, *this), m_pf1_data(NULL), m_pf2_data(NULL), diff --git a/src/mame/video/deco_zoomspr.c b/src/mame/video/deco_zoomspr.c index 18e9a5b2c53..440a9c39984 100644 --- a/src/mame/video/deco_zoomspr.c +++ b/src/mame/video/deco_zoomspr.c @@ -14,7 +14,7 @@ const device_type DECO_ZOOMSPR = &device_creator; deco_zoomspr_device::deco_zoomspr_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : device_t(mconfig, DECO_ZOOMSPR, "Data East Zooming Sprites", tag, owner, clock, "deco_zoomspr", __FILE__), + : device_t(mconfig, DECO_ZOOMSPR, "DECO Zooming Sprites", tag, owner, clock, "deco_zoomspr", __FILE__), m_palette(*this), m_gfxdecode(*this) { diff --git a/src/mame/video/decocomn.c b/src/mame/video/decocomn.c index a629f27f40c..425a6b923a5 100644 --- a/src/mame/video/decocomn.c +++ b/src/mame/video/decocomn.c @@ -11,7 +11,7 @@ const device_type DECOCOMN = &device_creator; decocomn_device::decocomn_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : device_t(mconfig, DECOCOMN, "Data East Common Video Functions", tag, owner, clock, "decocomn", __FILE__), + : device_t(mconfig, DECOCOMN, "DECO Common Video Functions", tag, owner, clock, "decocomn", __FILE__), device_video_interface(mconfig, *this), m_dirty_palette(NULL), m_priority(0), diff --git a/src/mame/video/sega16sp.c b/src/mame/video/sega16sp.c index 2aab611a053..0fa450e7c58 100644 --- a/src/mame/video/sega16sp.c +++ b/src/mame/video/sega16sp.c @@ -95,7 +95,7 @@ WRITE16_MEMBER( sega_16bit_sprite_device::draw_write ) //------------------------------------------------- sega_hangon_sprite_device::sega_hangon_sprite_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : sega_16bit_sprite_device(mconfig, SEGA_HANGON_SPRITES, "Sega Hang On Sprites", tag, owner, "sega_hangon_sprite", __FILE__) + : sega_16bit_sprite_device(mconfig, SEGA_HANGON_SPRITES, "Sega Custom Sprites (Hang On)", tag, owner, "sega_hangon_sprite", __FILE__) { set_origin(189, -1); } @@ -271,7 +271,7 @@ void sega_hangon_sprite_device::draw(bitmap_ind16 &bitmap, const rectangle &clip //------------------------------------------------- sega_sharrier_sprite_device::sega_sharrier_sprite_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : sega_16bit_sprite_device(mconfig, SEGA_SHARRIER_SPRITES, "Sega Space Harrier Sprites", tag, owner, "sega_sharrier_sprite", __FILE__) + : sega_16bit_sprite_device(mconfig, SEGA_SHARRIER_SPRITES, "Sega Custom Sprites (Space Harrier)", tag, owner, "sega_sharrier_sprite", __FILE__) { set_origin(189, -1); } @@ -1005,7 +1005,7 @@ void sega_sys16b_sprite_device::draw(bitmap_ind16 &bitmap, const rectangle &clip //------------------------------------------------- sega_outrun_sprite_device::sega_outrun_sprite_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : sega_16bit_sprite_device(mconfig, SEGA_OUTRUN_SPRITES, "Sega Out Run Sprites", tag, owner, "sega_outrun_sprite", __FILE__), + : sega_16bit_sprite_device(mconfig, SEGA_OUTRUN_SPRITES, "Sega Custom Sprites (Out Run)", tag, owner, "sega_outrun_sprite", __FILE__), m_is_xboard(false) { set_origin(189, 0x00); -- cgit v1.2.3