trunk/src/mame/video/gp9001.c
| r29513 | r29514 | |
| 203 | 203 | const device_type GP9001_VDP = &device_creator<gp9001vdp_device>; |
| 204 | 204 | |
| 205 | 205 | gp9001vdp_device::gp9001vdp_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 206 | | : device_t(mconfig, GP9001_VDP, "GP9001_VDP", tag, owner, clock, "gp9001vdp", __FILE__), |
| 206 | : device_t(mconfig, GP9001_VDP, "GP9001 VDP", tag, owner, clock, "gp9001vdp", __FILE__), |
| 207 | 207 | device_video_interface(mconfig, *this), |
| 208 | 208 | device_memory_interface(mconfig, *this), |
| 209 | 209 | m_space_config("gp9001vdp", ENDIANNESS_BIG, 16,14, 0, NULL, *ADDRESS_MAP_NAME(gp9001vdp_map)), |
trunk/src/mame/video/scn2674.c
| r29513 | r29514 | |
| 34 | 34 | |
| 35 | 35 | |
| 36 | 36 | scn2674_device::scn2674_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 37 | | : device_t(mconfig, SCN2674_VIDEO, "scn2674_device", tag, owner, clock, "scn2674_device", __FILE__), |
| 37 | : device_t(mconfig, SCN2674_VIDEO, "SCN2674 VDC", tag, owner, clock, "scn2674_device", __FILE__), |
| 38 | 38 | m_interrupt_callback(*this), |
| 39 | 39 | m_gfxdecode(*this), |
| 40 | 40 | m_palette(*this) |
trunk/src/mame/video/mcd212.c
| r29513 | r29514 | |
| 1509 | 1509 | //------------------------------------------------- |
| 1510 | 1510 | |
| 1511 | 1511 | mcd212_device::mcd212_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 1512 | | : device_t(mconfig, MACHINE_MCD212, "MCD212", tag, owner, clock, "mcd212", __FILE__), |
| 1512 | : device_t(mconfig, MACHINE_MCD212, "MCD212 video", tag, owner, clock, "mcd212", __FILE__), |
| 1513 | 1513 | device_video_interface(mconfig, *this) |
| 1514 | 1514 | { |
| 1515 | 1515 | } |
trunk/src/mame/video/k037122.c
| r29513 | r29514 | |
| 14 | 14 | const device_type K037122 = &device_creator<k037122_device>; |
| 15 | 15 | |
| 16 | 16 | k037122_device::k037122_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 17 | | : device_t(mconfig, K037122, "Konami 0371222", tag, owner, clock, "k037122", __FILE__), |
| 17 | : device_t(mconfig, K037122, "Konami 037122", tag, owner, clock, "k037122", __FILE__), |
| 18 | 18 | device_video_interface(mconfig, *this), |
| 19 | 19 | m_tile_ram(NULL), |
| 20 | 20 | m_char_ram(NULL), |
trunk/src/mame/video/k053250.c
| r29513 | r29514 | |
| 3 | 3 | const device_type K053250 = &device_creator<k053250_device>; |
| 4 | 4 | |
| 5 | 5 | k053250_device::k053250_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 6 | | : device_t(mconfig, K053250, "K053250", tag, owner, clock, "k053250", __FILE__), |
| 6 | : device_t(mconfig, K053250, "Konami 053250", tag, owner, clock, "k053250", __FILE__), |
| 7 | 7 | device_gfx_interface(mconfig, *this), |
| 8 | 8 | device_video_interface(mconfig, *this) |
| 9 | 9 | { |
trunk/src/mame/video/seta001.c
| r29513 | r29514 | |
| 30 | 30 | const device_type SETA001_SPRITE = &device_creator<seta001_device>; |
| 31 | 31 | |
| 32 | 32 | seta001_device::seta001_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 33 | | : device_t(mconfig, SETA001_SPRITE, "seta001_device", tag, owner, clock, "seta001", __FILE__), |
| 33 | : device_t(mconfig, SETA001_SPRITE, "SETA001 SPRITE", tag, owner, clock, "seta001", __FILE__), |
| 34 | 34 | m_gfxdecode(*this), |
| 35 | 35 | m_palette(*this) |
| 36 | 36 | { |
trunk/src/emu/machine/upd4992.c
| r29513 | r29514 | |
| 34 | 34 | //------------------------------------------------- |
| 35 | 35 | |
| 36 | 36 | upd4992_device::upd4992_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 37 | | : device_t(mconfig, UPD4992, "uPD4992", tag, owner, clock, "upd4992", __FILE__), |
| 37 | : device_t(mconfig, UPD4992, "uPD4992 RTC", tag, owner, clock, "upd4992", __FILE__), |
| 38 | 38 | device_rtc_interface(mconfig, *this) |
| 39 | 39 | { |
| 40 | 40 | } |
trunk/src/emu/machine/er2055.c
| r29513 | r29514 | |
| 34 | 34 | //------------------------------------------------- |
| 35 | 35 | |
| 36 | 36 | er2055_device::er2055_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 37 | | : device_t(mconfig, ER2055, "ER2055", tag, owner, clock, "er2055", __FILE__), |
| 37 | : device_t(mconfig, ER2055, "ER2055 EAROM", tag, owner, clock, "er2055", __FILE__), |
| 38 | 38 | device_memory_interface(mconfig, *this), |
| 39 | 39 | device_nvram_interface(mconfig, *this), |
| 40 | 40 | m_space_config("EAROM", ENDIANNESS_BIG, 8, 6, 0, *ADDRESS_MAP_NAME(er2055_map)), |
trunk/src/emu/machine/rtc9701.c
| r29513 | r29514 | |
| 33 | 33 | //------------------------------------------------- |
| 34 | 34 | |
| 35 | 35 | rtc9701_device::rtc9701_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 36 | | : device_t(mconfig, rtc9701, "rtc9701", tag, owner, clock, "rtc9701", __FILE__), |
| 36 | : device_t(mconfig, rtc9701, "RTC-9701", tag, owner, clock, "rtc9701", __FILE__), |
| 37 | 37 | device_nvram_interface(mconfig, *this), |
| 38 | 38 | m_latch(0), |
| 39 | 39 | m_reset_line(CLEAR_LINE), |
trunk/src/emu/machine/mc68681.c
| r29513 | r29514 | |
| 63 | 63 | //************************************************************************** |
| 64 | 64 | |
| 65 | 65 | mc68681_device::mc68681_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 66 | | : device_t(mconfig, MC68681, "MC68681", tag, owner, clock, "mc68681", __FILE__), |
| 66 | : device_t(mconfig, MC68681, "MC68681 DUART", tag, owner, clock, "mc68681", __FILE__), |
| 67 | 67 | m_chanA(*this, CHANA_TAG), |
| 68 | 68 | m_chanB(*this, CHANB_TAG), |
| 69 | 69 | write_irq(*this), |
| r29513 | r29514 | |
| 615 | 615 | // DUART channel class stuff |
| 616 | 616 | |
| 617 | 617 | mc68681_channel::mc68681_channel(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 618 | | : device_t(mconfig, MC68681_CHANNEL, "DUART 68681 channel", tag, owner, clock, "mc68681_channel", __FILE__), |
| 618 | : device_t(mconfig, MC68681_CHANNEL, "MC68681 DUART CHANNEL", tag, owner, clock, "mc68681_channel", __FILE__), |
| 619 | 619 | device_serial_interface(mconfig, *this), |
| 620 | 620 | MR1(0), |
| 621 | 621 | MR2(0), |
trunk/src/emu/machine/s3c2410.c
| r29513 | r29514 | |
| 40 | 40 | const device_type S3C2410 = &device_creator<s3c2410_device>; |
| 41 | 41 | |
| 42 | 42 | s3c2410_device::s3c2410_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 43 | | : device_t(mconfig, S3C2410, "Samsung S3C2410", tag, owner, clock, "s3c2410", __FILE__), |
| 43 | : device_t(mconfig, S3C2410, "S3C2410 MCU", tag, owner, clock, "s3c2410", __FILE__), |
| 44 | 44 | m_palette(*this), |
| 45 | 45 | m_cpu(*this, ":maincpu") |
| 46 | 46 | { |
trunk/src/emu/machine/mc68901.c
| r29513 | r29514 | |
| 336 | 336 | //------------------------------------------------- |
| 337 | 337 | |
| 338 | 338 | mc68901_device::mc68901_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 339 | | : device_t(mconfig, MC68901, "Motorola MC68901", tag, owner, clock, "mc68901", __FILE__), |
| 339 | : device_t(mconfig, MC68901, "MC68901 MFP", tag, owner, clock, "mc68901", __FILE__), |
| 340 | 340 | device_serial_interface(mconfig, *this), |
| 341 | 341 | m_timer_clock(0), |
| 342 | 342 | m_rx_clock(0), |
trunk/src/emu/machine/timekpr.c
| r29513 | r29514 | |
| 124 | 124 | } |
| 125 | 125 | |
| 126 | 126 | m48t02_device::m48t02_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 127 | | : timekeeper_device(mconfig, M48T02, "M48T02", tag, owner, clock, "m48t02", __FILE__) |
| 127 | : timekeeper_device(mconfig, M48T02, "M48T02 TIMEKEEPER", tag, owner, clock, "m48t02", __FILE__) |
| 128 | 128 | { |
| 129 | 129 | m_offset_control = 0x7f8; |
| 130 | 130 | m_offset_seconds = 0x7f9; |
| r29513 | r29514 | |
| 140 | 140 | } |
| 141 | 141 | |
| 142 | 142 | m48t35_device::m48t35_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 143 | | : timekeeper_device(mconfig, M48T35, "M48T35", tag, owner, clock, "m48t35", __FILE__) |
| 143 | : timekeeper_device(mconfig, M48T35, "M48T35 TIMEKEEPER", tag, owner, clock, "m48t35", __FILE__) |
| 144 | 144 | { |
| 145 | 145 | m_offset_control = 0x7ff8; |
| 146 | 146 | m_offset_seconds = 0x7ff9; |
| r29513 | r29514 | |
| 156 | 156 | } |
| 157 | 157 | |
| 158 | 158 | m48t37_device::m48t37_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 159 | | : timekeeper_device(mconfig, M48T37, "M48T37", tag, owner, clock, "m48t37", __FILE__) |
| 159 | : timekeeper_device(mconfig, M48T37, "M48T37 TIMEKEEPER", tag, owner, clock, "m48t37", __FILE__) |
| 160 | 160 | { |
| 161 | 161 | m_offset_control = 0x7ff8; |
| 162 | 162 | m_offset_seconds = 0x7ff9; |
| r29513 | r29514 | |
| 172 | 172 | } |
| 173 | 173 | |
| 174 | 174 | m48t58_device::m48t58_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 175 | | : timekeeper_device(mconfig, M48T58, "M48T58", tag, owner, clock, "m48t58", __FILE__) |
| 175 | : timekeeper_device(mconfig, M48T58, "M48T58 TIMEKEEPER", tag, owner, clock, "m48t58", __FILE__) |
| 176 | 176 | { |
| 177 | 177 | m_offset_control = 0x1ff8; |
| 178 | 178 | m_offset_seconds = 0x1ff9; |
| r29513 | r29514 | |
| 188 | 188 | } |
| 189 | 189 | |
| 190 | 190 | mk48t08_device::mk48t08_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 191 | | : timekeeper_device(mconfig, MK48T08, "MK48T08", tag, owner, clock, "m48t08", __FILE__) |
| 191 | : timekeeper_device(mconfig, MK48T08, "MK48T08 TIMEKEEPER", tag, owner, clock, "m48t08", __FILE__) |
| 192 | 192 | { |
| 193 | 193 | m_offset_control = 0x1ff8; |
| 194 | 194 | m_offset_seconds = 0x1ff9; |
trunk/src/emu/machine/msm6242.c
| r29513 | r29514 | |
| 64 | 64 | //------------------------------------------------- |
| 65 | 65 | |
| 66 | 66 | msm6242_device::msm6242_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 67 | | : device_t(mconfig, MSM6242, "msm6242", tag, owner, clock, "msm6242", __FILE__), |
| 67 | : device_t(mconfig, MSM6242, "MSM6242 RTC", tag, owner, clock, "msm6242", __FILE__), |
| 68 | 68 | device_rtc_interface(mconfig, *this), |
| 69 | 69 | m_out_int_handler(*this) |
| 70 | 70 | { |
trunk/src/emu/machine/mc146818.c
| r29513 | r29514 | |
| 29 | 29 | //------------------------------------------------- |
| 30 | 30 | |
| 31 | 31 | mc146818_device::mc146818_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 32 | | : device_t(mconfig, MC146818, "MC146818", tag, owner, clock, "mc146818", __FILE__), |
| 32 | : device_t(mconfig, MC146818, "MC146818 RTC", tag, owner, clock, "mc146818", __FILE__), |
| 33 | 33 | device_nvram_interface(mconfig, *this), |
| 34 | 34 | m_index(0), |
| 35 | 35 | m_last_refresh(attotime::zero), |
trunk/src/emu/machine/i8251.c
| r29513 | r29514 | |
| 29 | 29 | //------------------------------------------------- |
| 30 | 30 | |
| 31 | 31 | i8251_device::i8251_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 32 | | : device_t(mconfig, I8251, "I8251", tag, owner, clock, "i8251", __FILE__), |
| 32 | : device_t(mconfig, I8251, "8251 USART", tag, owner, clock, "i8251", __FILE__), |
| 33 | 33 | device_serial_interface(mconfig, *this), |
| 34 | 34 | m_txd_handler(*this), |
| 35 | 35 | m_dtr_handler(*this), |
trunk/src/emu/video/epic12.c
| r29513 | r29514 | |
| 8 | 8 | const device_type EPIC12 = &device_creator<epic12_device>; |
| 9 | 9 | |
| 10 | 10 | epic12_device::epic12_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 11 | | : device_t(mconfig, EPIC12, "epic12_device", tag, owner, clock, "epic12", __FILE__), |
| 11 | : device_t(mconfig, EPIC12, "EP1C12 BLITTER", tag, owner, clock, "epic12", __FILE__), |
| 12 | 12 | device_video_interface(mconfig, *this) |
| 13 | 13 | { |
| 14 | 14 | m_is_unsafe = 0; |
trunk/src/emu/video/m50458.c
| r29513 | r29514 | |
| 173 | 173 | //------------------------------------------------- |
| 174 | 174 | |
| 175 | 175 | m50458_device::m50458_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 176 | | : device_t(mconfig, M50458, "m50458", tag, owner, clock, "m50458", __FILE__), |
| 176 | : device_t(mconfig, M50458, "M50458 OSD", tag, owner, clock, "m50458", __FILE__), |
| 177 | 177 | device_memory_interface(mconfig, *this), |
| 178 | 178 | device_video_interface(mconfig, *this), |
| 179 | 179 | m_space_config("videoram", ENDIANNESS_LITTLE, 16, 16, 0, NULL, *ADDRESS_MAP_NAME(m50458_vram)) |
trunk/src/emu/video/h63484.c
| r29513 | r29514 | |
| 29 | 29 | //------------------------------------------------- |
| 30 | 30 | |
| 31 | 31 | h63484_device::h63484_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 32 | | : device_t(mconfig, H63484, "H63484", tag, owner, clock, "h63484", __FILE__), |
| 32 | : device_t(mconfig, H63484, "HD63484 CRTC (rewrite)", tag, owner, clock, "h63484", __FILE__), |
| 33 | 33 | device_memory_interface(mconfig, *this), |
| 34 | 34 | device_video_interface(mconfig, *this), |
| 35 | 35 | m_ar(0), |
trunk/src/emu/video/ramdac.c
| r29513 | r29514 | |
| 40 | 40 | //------------------------------------------------- |
| 41 | 41 | |
| 42 | 42 | ramdac_device::ramdac_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 43 | | : device_t(mconfig, RAMDAC, "ramdac", tag, owner, clock, "ramdac", __FILE__), |
| 43 | : device_t(mconfig, RAMDAC, "RAMDAC", tag, owner, clock, "ramdac", __FILE__), |
| 44 | 44 | device_memory_interface(mconfig, *this), |
| 45 | 45 | m_space_config("videoram", ENDIANNESS_LITTLE, 8, 10, 0, NULL, *ADDRESS_MAP_NAME(ramdac_palram)), |
| 46 | 46 | m_palette(*this), |
trunk/src/emu/video/saa5050.c
| r29513 | r29514 | |
| 184 | 184 | } |
| 185 | 185 | |
| 186 | 186 | saa5050_device::saa5050_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : |
| 187 | | device_t(mconfig, SAA5050, "SAA5050", tag, owner, clock, "saa5050", __FILE__), |
| 187 | device_t(mconfig, SAA5050, "SAA5050 video", tag, owner, clock, "saa5050", __FILE__), |
| 188 | 188 | m_char_rom(*this, "chargen"), |
| 189 | 189 | m_read_d(*this), |
| 190 | 190 | m_frame_count(0), |
trunk/src/emu/video/dm9368.c
| r29513 | r29514 | |
| 44 | 44 | //------------------------------------------------- |
| 45 | 45 | |
| 46 | 46 | dm9368_device::dm9368_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : |
| 47 | | device_t(mconfig, DM9368, "DM9368", tag, owner, clock, "dm9368", __FILE__), |
| 47 | device_t(mconfig, DM9368, "DM9368 7-Segment Decoder", tag, owner, clock, "dm9368", __FILE__), |
| 48 | 48 | device_output_interface(mconfig, *this), |
| 49 | 49 | m_write_rbo(*this), |
| 50 | 50 | m_rbi(1), |
trunk/src/emu/sound/k007232.c
| r29513 | r29514 | |
| 146 | 146 | const device_type K007232 = &device_creator<k007232_device>; |
| 147 | 147 | |
| 148 | 148 | k007232_device::k007232_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 149 | | : device_t(mconfig, K007232, "K007232", tag, owner, clock, "k007232", __FILE__), |
| 149 | : device_t(mconfig, K007232, "Konami 007232", tag, owner, clock, "k007232", __FILE__), |
| 150 | 150 | device_sound_interface(mconfig, *this), |
| 151 | 151 | m_port_write_handler(*this) |
| 152 | 152 | { |
trunk/src/emu/sound/k051649.c
| r29513 | r29514 | |
| 42 | 42 | //------------------------------------------------- |
| 43 | 43 | |
| 44 | 44 | k051649_device::k051649_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 45 | | : device_t(mconfig, K051649, "K051649", tag, owner, clock, "k051649", __FILE__), |
| 45 | : device_t(mconfig, K051649, "Konami 051649", tag, owner, clock, "k051649", __FILE__), |
| 46 | 46 | device_sound_interface(mconfig, *this), |
| 47 | 47 | m_stream(NULL), |
| 48 | 48 | m_mclock(0), |
trunk/src/emu/sound/k005289.c
| r29513 | r29514 | |
| 52 | 52 | //------------------------------------------------- |
| 53 | 53 | |
| 54 | 54 | k005289_device::k005289_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 55 | | : device_t(mconfig, K005289, "K005289", tag, owner, clock, "k005289", __FILE__), |
| 55 | : device_t(mconfig, K005289, "Konami 005289", tag, owner, clock, "k005289", __FILE__), |
| 56 | 56 | device_sound_interface(mconfig, *this), |
| 57 | 57 | m_sound_prom(NULL), |
| 58 | 58 | m_stream(NULL), |
trunk/src/emu/sound/k054539.c
| r29513 | r29514 | |
| 16 | 16 | #define LOG(x) do { if (VERBOSE) logerror x; } while (0) |
| 17 | 17 | |
| 18 | 18 | k054539_device::k054539_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 19 | | : device_t(mconfig, K054539, "K054539", tag, owner, clock, "k054539", __FILE__), |
| 19 | : device_t(mconfig, K054539, "Konami 054539", tag, owner, clock, "k054539", __FILE__), |
| 20 | 20 | device_sound_interface(mconfig, *this), |
| 21 | 21 | m_timer_handler(*this) |
| 22 | 22 | { |
trunk/src/emu/sound/k053260.c
| r29513 | r29514 | |
| 27 | 27 | //------------------------------------------------- |
| 28 | 28 | |
| 29 | 29 | k053260_device::k053260_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 30 | | : device_t(mconfig, K053260, "K053260", tag, owner, clock, "k053260", __FILE__), |
| 30 | : device_t(mconfig, K053260, "Konami 053260", tag, owner, clock, "k053260", __FILE__), |
| 31 | 31 | device_sound_interface(mconfig, *this), |
| 32 | 32 | m_channel(NULL), |
| 33 | 33 | m_mode(0), |