trunk/src/mame/audio/leland.c
| r31601 | r31602 | |
| 278 | 278 | const device_type LELAND_80186 = &device_creator<leland_80186_sound_device>; |
| 279 | 279 | |
| 280 | 280 | leland_80186_sound_device::leland_80186_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 281 | | : device_t(mconfig, LELAND_80186, "Leland 80186 DAC", tag, owner, clock, "leland_80186_sound", __FILE__), |
| 281 | : device_t(mconfig, LELAND_80186, "80186 DAC (Leland)", tag, owner, clock, "leland_80186_sound", __FILE__), |
| 282 | 282 | m_dac(*this, "dac"), |
| 283 | 283 | m_pit0(*this, "pit0"), |
| 284 | 284 | m_pit1(*this, "pit1"), |
| r31601 | r31602 | |
| 301 | 301 | const device_type REDLINE_80186 = &device_creator<redline_80186_sound_device>; |
| 302 | 302 | |
| 303 | 303 | redline_80186_sound_device::redline_80186_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 304 | | : leland_80186_sound_device(mconfig, REDLINE_80186, "Redline Racer 80186 DAC", tag, owner, clock, "redline_80186_sound", __FILE__) |
| 304 | : leland_80186_sound_device(mconfig, REDLINE_80186, "80186 DAC (Redline Racer)", tag, owner, clock, "redline_80186_sound", __FILE__) |
| 305 | 305 | { |
| 306 | 306 | m_type = TYPE_REDLINE; |
| 307 | 307 | } |
| r31601 | r31602 | |
| 309 | 309 | const device_type ATAXX_80186 = &device_creator<ataxx_80186_sound_device>; |
| 310 | 310 | |
| 311 | 311 | ataxx_80186_sound_device::ataxx_80186_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 312 | | : leland_80186_sound_device(mconfig, REDLINE_80186, "Ataxx 80186 DAC", tag, owner, clock, "ataxx_80186_sound", __FILE__) |
| 312 | : leland_80186_sound_device(mconfig, REDLINE_80186, "80186 DAC (Ataxx)", tag, owner, clock, "ataxx_80186_sound", __FILE__) |
| 313 | 313 | { |
| 314 | 314 | m_type = TYPE_ATAXX; |
| 315 | 315 | } |
| r31601 | r31602 | |
| 317 | 317 | const device_type WSF_80186 = &device_creator<wsf_80186_sound_device>; |
| 318 | 318 | |
| 319 | 319 | wsf_80186_sound_device::wsf_80186_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 320 | | : leland_80186_sound_device(mconfig, REDLINE_80186, "WSF 80186 DAC", tag, owner, clock, "wsf_80186_sound", __FILE__) |
| 320 | : leland_80186_sound_device(mconfig, REDLINE_80186, "80186 DAC (WSF)", tag, owner, clock, "wsf_80186_sound", __FILE__) |
| 321 | 321 | { |
| 322 | 322 | m_type = TYPE_WSF; |
| 323 | 323 | } |
trunk/src/mame/machine/ns11prot.c
| r31601 | r31602 | |
| 29 | 29 | /* tekken 2 */ |
| 30 | 30 | |
| 31 | 31 | keycus_c406_device::keycus_c406_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : |
| 32 | | ns11_keycus_device(mconfig, KEYCUS_C406, "KEYCUS C406", tag, owner, clock, "keycus_c406", __FILE__) |
| 32 | ns11_keycus_device(mconfig, KEYCUS_C406, "Namco C406 KEYCUS", tag, owner, clock, "keycus_c406", __FILE__) |
| 33 | 33 | { |
| 34 | 34 | } |
| 35 | 35 | |
| r31601 | r31602 | |
| 69 | 69 | /* soul edge */ |
| 70 | 70 | |
| 71 | 71 | keycus_c409_device::keycus_c409_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : |
| 72 | | ns11_keycus_device(mconfig, KEYCUS_C409, "KEYCUS C409", tag, owner, clock, "keycus_c409", __FILE__) |
| 72 | ns11_keycus_device(mconfig, KEYCUS_C409, "Namco C409 KEYCUS", tag, owner, clock, "keycus_c409", __FILE__) |
| 73 | 73 | { |
| 74 | 74 | } |
| 75 | 75 | |
| r31601 | r31602 | |
| 109 | 109 | /* dunk mania */ |
| 110 | 110 | |
| 111 | 111 | keycus_c410_device::keycus_c410_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : |
| 112 | | ns11_keycus_device(mconfig, KEYCUS_C410, "KEYCUS C410", tag, owner, clock, "keycus_c410", __FILE__) |
| 112 | ns11_keycus_device(mconfig, KEYCUS_C410, "Namco C410 KEYCUS", tag, owner, clock, "keycus_c410", __FILE__) |
| 113 | 113 | { |
| 114 | 114 | } |
| 115 | 115 | |
| r31601 | r31602 | |
| 163 | 163 | /* prime goal ex */ |
| 164 | 164 | |
| 165 | 165 | keycus_c411_device::keycus_c411_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : |
| 166 | | ns11_keycus_device(mconfig, KEYCUS_C411, "KEYCUS C411", tag, owner, clock, "keycus_c411", __FILE__) |
| 166 | ns11_keycus_device(mconfig, KEYCUS_C411, "Namco C411 KEYCUS", tag, owner, clock, "keycus_c411", __FILE__) |
| 167 | 167 | { |
| 168 | 168 | } |
| 169 | 169 | |
| r31601 | r31602 | |
| 219 | 219 | /* xevious 3d/g */ |
| 220 | 220 | |
| 221 | 221 | keycus_c430_device::keycus_c430_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : |
| 222 | | ns11_keycus_device(mconfig, KEYCUS_C430, "KEYCUS C430", tag, owner, clock, "keycus_c430", __FILE__) |
| 222 | ns11_keycus_device(mconfig, KEYCUS_C430, "Namco C430 KEYCUS", tag, owner, clock, "keycus_c430", __FILE__) |
| 223 | 223 | { |
| 224 | 224 | } |
| 225 | 225 | |
| r31601 | r31602 | |
| 278 | 278 | /* dancing eyes */ |
| 279 | 279 | |
| 280 | 280 | keycus_c431_device::keycus_c431_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : |
| 281 | | ns11_keycus_device(mconfig, KEYCUS_C431, "KEYCUS C431", tag, owner, clock, "keycus_c431", __FILE__) |
| 281 | ns11_keycus_device(mconfig, KEYCUS_C431, "Namco C431 KEYCUS", tag, owner, clock, "keycus_c431", __FILE__) |
| 282 | 282 | { |
| 283 | 283 | } |
| 284 | 284 | |
| r31601 | r31602 | |
| 336 | 336 | /* pocket racer */ |
| 337 | 337 | |
| 338 | 338 | keycus_c432_device::keycus_c432_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : |
| 339 | | ns11_keycus_device(mconfig, KEYCUS_C432, "KEYCUS C432", tag, owner, clock, "keycus_c432", __FILE__) |
| 339 | ns11_keycus_device(mconfig, KEYCUS_C432, "Namco C432 KEYCUS", tag, owner, clock, "keycus_c432", __FILE__) |
| 340 | 340 | { |
| 341 | 341 | } |
| 342 | 342 | |
| r31601 | r31602 | |
| 396 | 396 | /* star sweep */ |
| 397 | 397 | |
| 398 | 398 | keycus_c442_device::keycus_c442_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : |
| 399 | | ns11_keycus_device(mconfig, KEYCUS_C442, "KEYCUS C442", tag, owner, clock, "keycus_c442", __FILE__) |
| 399 | ns11_keycus_device(mconfig, KEYCUS_C442, "Namco C442 KEYCUS", tag, owner, clock, "keycus_c442", __FILE__) |
| 400 | 400 | { |
| 401 | 401 | } |
| 402 | 402 | |
| r31601 | r31602 | |
| 444 | 444 | /* kosodate quiz my angel 3 / point blank 2 */ |
| 445 | 445 | |
| 446 | 446 | keycus_c443_device::keycus_c443_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : |
| 447 | | ns11_keycus_device(mconfig, KEYCUS_C443, "KEYCUS C443", tag, owner, clock, "keycus_c443", __FILE__) |
| 447 | ns11_keycus_device(mconfig, KEYCUS_C443, "Namco C443 KEYCUS", tag, owner, clock, "keycus_c443", __FILE__) |
| 448 | 448 | { |
| 449 | 449 | } |
| 450 | 450 | |
trunk/src/mame/drivers/cobra.c
| r31601 | r31602 | |
| 499 | 499 | const device_type COBRA_JVS = &device_creator<cobra_jvs>; |
| 500 | 500 | |
| 501 | 501 | cobra_jvs::cobra_jvs(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 502 | | : jvs_device(mconfig, COBRA_JVS, "COBRA_JVS", tag, owner, clock, "cobra_jvs", __FILE__) |
| 502 | : jvs_device(mconfig, COBRA_JVS, "JVS (COBRA)", tag, owner, clock, "cobra_jvs", __FILE__) |
| 503 | 503 | { |
| 504 | 504 | } |
| 505 | 505 | |
| r31601 | r31602 | |
| 557 | 557 | const device_type COBRA_JVS_HOST = &device_creator<cobra_jvs_host>; |
| 558 | 558 | |
| 559 | 559 | cobra_jvs_host::cobra_jvs_host(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 560 | | : jvs_host(mconfig, COBRA_JVS_HOST, "COBRA_JVS_HOST", tag, owner, clock, "cobra_jvs_host", __FILE__) |
| 560 | : jvs_host(mconfig, COBRA_JVS_HOST, "JVS-HOST (COBRA)", tag, owner, clock, "cobra_jvs_host", __FILE__) |
| 561 | 561 | { |
| 562 | 562 | m_send_ptr = 0; |
| 563 | 563 | } |
trunk/src/emu/machine/z80dart.c
| r31601 | r31602 | |
| 120 | 120 | } |
| 121 | 121 | |
| 122 | 122 | z80dart_device::z80dart_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 123 | | : device_t(mconfig, Z80DART, "Z80-DART", tag, owner, clock, "z80dart", __FILE__), |
| 123 | : device_t(mconfig, Z80DART, "Z80 DART", tag, owner, clock, "z80dart", __FILE__), |
| 124 | 124 | device_z80daisy_interface(mconfig, *this), |
| 125 | 125 | m_chanA(*this, CHANA_TAG), |
| 126 | 126 | m_chanB(*this, CHANB_TAG), |
| r31601 | r31602 | |
| 150 | 150 | } |
| 151 | 151 | |
| 152 | 152 | z80sio0_device::z80sio0_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 153 | | : z80dart_device(mconfig, Z80SIO0, "Z80-SIO/0", tag, owner, clock, TYPE_SIO0, "z80sio0", __FILE__) |
| 153 | : z80dart_device(mconfig, Z80SIO0, "Z80 SIO/0", tag, owner, clock, TYPE_SIO0, "z80sio0", __FILE__) |
| 154 | 154 | { |
| 155 | 155 | } |
| 156 | 156 | |
| 157 | 157 | z80sio1_device::z80sio1_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 158 | | : z80dart_device(mconfig, Z80SIO1, "Z80-SIO/1", tag, owner, clock, TYPE_SIO1, "z80sio1", __FILE__) |
| 158 | : z80dart_device(mconfig, Z80SIO1, "Z80 SIO/1", tag, owner, clock, TYPE_SIO1, "z80sio1", __FILE__) |
| 159 | 159 | { |
| 160 | 160 | } |
| 161 | 161 | |
| 162 | 162 | z80sio2_device::z80sio2_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 163 | | : z80dart_device(mconfig, Z80SIO2, "Z80-SIO/2", tag, owner, clock, TYPE_SIO2, "z80sio2", __FILE__) |
| 163 | : z80dart_device(mconfig, Z80SIO2, "Z80 SIO/2", tag, owner, clock, TYPE_SIO2, "z80sio2", __FILE__) |
| 164 | 164 | { |
| 165 | 165 | } |
| 166 | 166 | |
| 167 | 167 | z80sio3_device::z80sio3_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 168 | | : z80dart_device(mconfig, Z80SIO3, "Z80-SIO/3", tag, owner, clock, TYPE_SIO3, "z80sio3", __FILE__) |
| 168 | : z80dart_device(mconfig, Z80SIO3, "Z80 SIO/3", tag, owner, clock, TYPE_SIO3, "z80sio3", __FILE__) |
| 169 | 169 | { |
| 170 | 170 | } |
| 171 | 171 | |
| 172 | 172 | z80sio4_device::z80sio4_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 173 | | : z80dart_device(mconfig, Z80SIO4, "Z80-SIO/4", tag, owner, clock, TYPE_SIO4, "z80sio4", __FILE__) |
| 173 | : z80dart_device(mconfig, Z80SIO4, "Z80 SIO/4", tag, owner, clock, TYPE_SIO4, "z80sio4", __FILE__) |
| 174 | 174 | { |
| 175 | 175 | } |
| 176 | 176 | |
| r31601 | r31602 | |
| 503 | 503 | //------------------------------------------------- |
| 504 | 504 | |
| 505 | 505 | z80dart_channel::z80dart_channel(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 506 | | : device_t(mconfig, Z80DART_CHANNEL, "Z80-DART channel", tag, owner, clock, "z80dart_channel", __FILE__), |
| 506 | : device_t(mconfig, Z80DART_CHANNEL, "Z80 DART channel", tag, owner, clock, "z80dart_channel", __FILE__), |
| 507 | 507 | device_serial_interface(mconfig, *this), |
| 508 | 508 | m_rx_error(0), |
| 509 | 509 | m_rx_fifo(-1), |