Previous 199869 Revisions Next

r29514 Thursday 10th April, 2014 at 19:23:10 UTC by Tafoid
Some changes/corrections to device descriptions from MASH and Tafoid (nw)
[src/emu/machine]74123.c 74148.c 74153.c 74181.c cdp1852.c er2055.c i8243.c i8251.c ins8154.c mc146818.c mc68681.c mc68901.c msm6242.c rtc9701.c s3520cf.c s3c2410.c smc91c9x.c timekpr.c upd4992.c v3021.c
[src/emu/sound]k005289.c k007232.c k051649.c k053260.c k054539.c
[src/emu/video]dm9368.c epic12.c h63484.c m50458.c ramdac.c saa5050.c v9938.c
[src/mame/video]gp9001.c k037122.c k053250.c mcd212.c scn2674.c seta001.c

trunk/src/mame/video/gp9001.c
r29513r29514
203203const device_type GP9001_VDP = &device_creator<gp9001vdp_device>;
204204
205205gp9001vdp_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__),
207207      device_video_interface(mconfig, *this),
208208      device_memory_interface(mconfig, *this),
209209      m_space_config("gp9001vdp", ENDIANNESS_BIG, 16,14, 0, NULL, *ADDRESS_MAP_NAME(gp9001vdp_map)),
trunk/src/mame/video/scn2674.c
r29513r29514
3434
3535
3636scn2674_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__),
3838      m_interrupt_callback(*this),
3939      m_gfxdecode(*this),
4040      m_palette(*this)
trunk/src/mame/video/mcd212.c
r29513r29514
15091509//-------------------------------------------------
15101510
15111511mcd212_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__),
15131513      device_video_interface(mconfig, *this)
15141514{
15151515}
trunk/src/mame/video/k037122.c
r29513r29514
1414const device_type K037122 = &device_creator<k037122_device>;
1515
1616k037122_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__),
1818   device_video_interface(mconfig, *this),
1919   m_tile_ram(NULL),
2020   m_char_ram(NULL),
trunk/src/mame/video/k053250.c
r29513r29514
33const device_type K053250 = &device_creator<k053250_device>;
44
55k053250_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__),
77      device_gfx_interface(mconfig, *this),
88      device_video_interface(mconfig, *this)
99{
trunk/src/mame/video/seta001.c
r29513r29514
3030const device_type SETA001_SPRITE = &device_creator<seta001_device>;
3131
3232seta001_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__),
3434      m_gfxdecode(*this),
3535      m_palette(*this)
3636{
trunk/src/emu/machine/upd4992.c
r29513r29514
3434//-------------------------------------------------
3535
3636upd4992_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__),
3838      device_rtc_interface(mconfig, *this)
3939{
4040}
trunk/src/emu/machine/74181.c
r29513r29514
2525//-------------------------------------------------
2626
2727ttl74181_device::ttl74181_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) :
28   device_t(mconfig, TTL74181, "TTL 74181", tag, owner, clock, "ttl74181", __FILE__),
28   device_t(mconfig, TTL74181, "74181 TTL", tag, owner, clock, "ttl74181", __FILE__),
2929   m_a(0),
3030   m_b(0),
3131   m_s(0),
trunk/src/emu/machine/v3021.c
r29513r29514
3232//-------------------------------------------------
3333
3434v3021_device::v3021_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
35   : device_t(mconfig, v3021, "v3021", tag, owner, clock, "v3021", __FILE__)
35   : device_t(mconfig, v3021, "V3021 RTC", tag, owner, clock, "v3021", __FILE__)
3636{
3737}
3838
trunk/src/emu/machine/er2055.c
r29513r29514
3434//-------------------------------------------------
3535
3636er2055_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__),
3838      device_memory_interface(mconfig, *this),
3939      device_nvram_interface(mconfig, *this),
4040      m_space_config("EAROM", ENDIANNESS_BIG, 8, 6, 0, *ADDRESS_MAP_NAME(er2055_map)),
trunk/src/emu/machine/rtc9701.c
r29513r29514
3333//-------------------------------------------------
3434
3535rtc9701_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__),
3737      device_nvram_interface(mconfig, *this),
3838      m_latch(0),
3939      m_reset_line(CLEAR_LINE),
trunk/src/emu/machine/mc68681.c
r29513r29514
6363//**************************************************************************
6464
6565mc68681_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__),
6767   m_chanA(*this, CHANA_TAG),
6868   m_chanB(*this, CHANB_TAG),
6969   write_irq(*this),
r29513r29514
615615// DUART channel class stuff
616616
617617mc68681_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__),
619619   device_serial_interface(mconfig, *this),
620620   MR1(0),
621621   MR2(0),
trunk/src/emu/machine/74123.c
r29513r29514
2727//-------------------------------------------------
2828
2929ttl74123_device::ttl74123_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
30   : device_t(mconfig, TTL74123, "TTL 74123", tag, owner, clock, "ttl74123", __FILE__)
30   : device_t(mconfig, TTL74123, "74123 TTL", tag, owner, clock, "ttl74123", __FILE__)
3131{
3232}
3333
trunk/src/emu/machine/s3520cf.c
r29513r29514
3636//-------------------------------------------------
3737
3838s3520cf_device::s3520cf_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
39   : device_t(mconfig, S3520CF, "s3520cf", tag, owner, clock, "s3520cf", __FILE__)
39   : device_t(mconfig, S3520CF, "S-3520CF RTC", tag, owner, clock, "s3520cf", __FILE__)
4040{
4141}
4242
trunk/src/emu/machine/74148.c
r29513r29514
4545const device_type TTL74148 = &device_creator<ttl74148_device>;
4646
4747ttl74148_device::ttl74148_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
48   : device_t(mconfig, TTL74148, "TTL 74148", tag, owner, clock, "74148", __FILE__),
48   : device_t(mconfig, TTL74148, "74148 TTL", tag, owner, clock, "74148", __FILE__),
4949   m_enable_input(0),
5050   m_output(0),
5151   m_output_valid(0),
trunk/src/emu/machine/s3c2410.c
r29513r29514
4040const device_type S3C2410 = &device_creator<s3c2410_device>;
4141
4242s3c2410_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__),
4444      m_palette(*this),
4545      m_cpu(*this, ":maincpu")
4646{
trunk/src/emu/machine/cdp1852.c
r29513r29514
4242//-------------------------------------------------
4343
4444cdp1852_device::cdp1852_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) :
45   device_t(mconfig, CDP1852, "CDP1852", tag, owner, clock, "cdp1852", __FILE__),
45   device_t(mconfig, CDP1852, "CDP1852 I/O", tag, owner, clock, "cdp1852", __FILE__),
4646   m_read_mode(*this),
4747   m_write_sr(*this),
4848   m_read_data(*this),
trunk/src/emu/machine/mc68901.c
r29513r29514
336336//-------------------------------------------------
337337
338338mc68901_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__),
340340      device_serial_interface(mconfig, *this),
341341      m_timer_clock(0),
342342      m_rx_clock(0),
trunk/src/emu/machine/timekpr.c
r29513r29514
124124}
125125
126126m48t02_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__)
128128{
129129   m_offset_control = 0x7f8;
130130   m_offset_seconds = 0x7f9;
r29513r29514
140140}
141141
142142m48t35_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__)
144144{
145145   m_offset_control = 0x7ff8;
146146   m_offset_seconds = 0x7ff9;
r29513r29514
156156}
157157
158158m48t37_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__)
160160{
161161   m_offset_control = 0x7ff8;
162162   m_offset_seconds = 0x7ff9;
r29513r29514
172172}
173173
174174m48t58_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__)
176176{
177177   m_offset_control = 0x1ff8;
178178   m_offset_seconds = 0x1ff9;
r29513r29514
188188}
189189
190190mk48t08_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__)
192192{
193193   m_offset_control = 0x1ff8;
194194   m_offset_seconds = 0x1ff9;
trunk/src/emu/machine/ins8154.c
r29513r29514
4444//-------------------------------------------------
4545
4646ins8154_device::ins8154_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
47   : device_t(mconfig, INS8154, "INS8154", tag, owner, clock, "ins8154", __FILE__),
47   : device_t(mconfig, INS8154, "INS8154 RAM I/O", tag, owner, clock, "ins8154", __FILE__),
4848   m_in_a_cb(*this),
4949   m_out_a_cb(*this),
5050   m_in_b_cb(*this),
trunk/src/emu/machine/msm6242.c
r29513r29514
6464//-------------------------------------------------
6565
6666msm6242_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__),
6868      device_rtc_interface(mconfig, *this),
6969      m_out_int_handler(*this)
7070{
trunk/src/emu/machine/74153.c
r29513r29514
4040const device_type TTL74153 = &device_creator<ttl74153_device>;
4141
4242ttl74153_device::ttl74153_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
43   : device_t(mconfig, TTL74153, "TTL 74153", tag, owner, clock, "74153", __FILE__),
43   : device_t(mconfig, TTL74153, "74153 TTL", tag, owner, clock, "74153", __FILE__),
4444   m_a(0),
4545   m_b(0)
4646{
trunk/src/emu/machine/mc146818.c
r29513r29514
2929//-------------------------------------------------
3030
3131mc146818_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__),
3333      device_nvram_interface(mconfig, *this),
3434      m_index(0),
3535      m_last_refresh(attotime::zero),
trunk/src/emu/machine/i8251.c
r29513r29514
2929//-------------------------------------------------
3030
3131i8251_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__),
3333   device_serial_interface(mconfig, *this),
3434   m_txd_handler(*this),
3535   m_dtr_handler(*this),
trunk/src/emu/machine/i8243.c
r29513r29514
2323//-------------------------------------------------
2424
2525i8243_device::i8243_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
26   : device_t(mconfig, I8243, "I8243", tag, owner, clock, "i8243", __FILE__),
26   : device_t(mconfig, I8243, "8243 I/O Expander", tag, owner, clock, "i8243", __FILE__),
2727      m_readhandler(*this),
2828      m_writehandler(*this)
2929{
trunk/src/emu/machine/smc91c9x.c
r29513r29514
184184const device_type SMC91C94 = &device_creator<smc91c94_device>;
185185
186186smc91c94_device::smc91c94_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
187   : smc91c9x_device(mconfig, SMC91C94, "SMC91C94", tag, owner, clock, "smc91c94", __FILE__)
187   : smc91c9x_device(mconfig, SMC91C94, "SMC91C94 Ethernet Controller", tag, owner, clock, "smc91c94", __FILE__)
188188{
189189}
190190
trunk/src/emu/video/epic12.c
r29513r29514
88const device_type EPIC12 = &device_creator<epic12_device>;
99
1010epic12_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__),
1212      device_video_interface(mconfig, *this)
1313{
1414   m_is_unsafe = 0;
trunk/src/emu/video/v9938.c
r29513r29514
9999}
100100
101101v9938_device::v9938_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
102: v99x8_device(mconfig, V9938, "V9938", "v9938", tag, owner, clock)
102: v99x8_device(mconfig, V9938, "V9938 VDP", "v9938", tag, owner, clock)
103103{
104104   m_model = MODEL_V9938;
105105}
trunk/src/emu/video/m50458.c
r29513r29514
173173//-------------------------------------------------
174174
175175m50458_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__),
177177      device_memory_interface(mconfig, *this),
178178      device_video_interface(mconfig, *this),
179179      m_space_config("videoram", ENDIANNESS_LITTLE, 16, 16, 0, NULL, *ADDRESS_MAP_NAME(m50458_vram))
trunk/src/emu/video/h63484.c
r29513r29514
2929//-------------------------------------------------
3030
3131h63484_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__),
3333   device_memory_interface(mconfig, *this),
3434   device_video_interface(mconfig, *this),
3535   m_ar(0),
trunk/src/emu/video/ramdac.c
r29513r29514
4040//-------------------------------------------------
4141
4242ramdac_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__),
4444      device_memory_interface(mconfig, *this),
4545      m_space_config("videoram", ENDIANNESS_LITTLE, 8, 10, 0, NULL, *ADDRESS_MAP_NAME(ramdac_palram)),
4646      m_palette(*this),
trunk/src/emu/video/saa5050.c
r29513r29514
184184}
185185
186186saa5050_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__),
188188   m_char_rom(*this, "chargen"),
189189   m_read_d(*this),
190190   m_frame_count(0),
trunk/src/emu/video/dm9368.c
r29513r29514
4444//-------------------------------------------------
4545
4646dm9368_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__),
4848   device_output_interface(mconfig, *this),
4949   m_write_rbo(*this),
5050   m_rbi(1),
trunk/src/emu/sound/k007232.c
r29513r29514
146146const device_type K007232 = &device_creator<k007232_device>;
147147
148148k007232_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__),
150150      device_sound_interface(mconfig, *this),
151151      m_port_write_handler(*this)
152152{
trunk/src/emu/sound/k051649.c
r29513r29514
4242//-------------------------------------------------
4343
4444k051649_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__),
4646      device_sound_interface(mconfig, *this),
4747      m_stream(NULL),
4848      m_mclock(0),
trunk/src/emu/sound/k005289.c
r29513r29514
5252//-------------------------------------------------
5353
5454k005289_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__),
5656      device_sound_interface(mconfig, *this),
5757   m_sound_prom(NULL),
5858   m_stream(NULL),
trunk/src/emu/sound/k054539.c
r29513r29514
1616#define LOG(x) do { if (VERBOSE) logerror x; } while (0)
1717
1818k054539_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__),
2020      device_sound_interface(mconfig, *this),
2121      m_timer_handler(*this)
2222{
trunk/src/emu/sound/k053260.c
r29513r29514
2727//-------------------------------------------------
2828
2929k053260_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__),
3131      device_sound_interface(mconfig, *this),
3232      m_channel(NULL),
3333      m_mode(0),

Previous 199869 Revisions Next


© 1997-2024 The MAME Team