trunk/src/emu/machine/wd17xx.c
| r24056 | r24057 | |
| 2235 | 2235 | const device_type WD2797 = &device_creator<wd2797_device>; |
| 2236 | 2236 | |
| 2237 | 2237 | wd2797_device::wd2797_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 2238 | | : wd1770_device(mconfig, WD2797, "WD2797", tag, owner, clock, "wd2797", __FILE__) |
| 2238 | : wd1770_device(mconfig, WD2797, "WD2797_LEGACY", tag, owner, clock, "wd2797_l", __FILE__) |
| 2239 | 2239 | { |
| 2240 | 2240 | } |
| 2241 | 2241 | |
| r24056 | r24057 | |
| 2243 | 2243 | const device_type WD1770 = &device_creator<wd1770_device>; |
| 2244 | 2244 | |
| 2245 | 2245 | wd1770_device::wd1770_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 2246 | | : device_t(mconfig, WD1770, "WD1770", tag, owner, clock, "wd1770", __FILE__) |
| 2246 | : device_t(mconfig, WD1770, "WD1770_LEGACY", tag, owner, clock, "wd1770_l", __FILE__) |
| 2247 | 2247 | { |
| 2248 | 2248 | m_token = global_alloc_clear(wd1770_state); |
| 2249 | 2249 | } |
| r24056 | r24057 | |
| 2285 | 2285 | const device_type WD1772 = &device_creator<wd1772_device>; |
| 2286 | 2286 | |
| 2287 | 2287 | wd1772_device::wd1772_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 2288 | | : wd1770_device(mconfig, WD1772, "WD1772", tag, owner, clock, "wd1772", __FILE__) |
| 2288 | : wd1770_device(mconfig, WD1772, "WD1772_LEGACY", tag, owner, clock, "wd1772_l", __FILE__) |
| 2289 | 2289 | { |
| 2290 | 2290 | } |
| 2291 | 2291 | |
| r24056 | r24057 | |
| 2302 | 2302 | const device_type WD1773 = &device_creator<wd1773_device>; |
| 2303 | 2303 | |
| 2304 | 2304 | wd1773_device::wd1773_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 2305 | | : wd1770_device(mconfig, WD1773, "WD1773", tag, owner, clock, "wd1773", __FILE__) |
| 2305 | : wd1770_device(mconfig, WD1773, "WD1773_LEGACY", tag, owner, clock, "wd1773_l", __FILE__) |
| 2306 | 2306 | { |
| 2307 | 2307 | } |
| 2308 | 2308 | |
| r24056 | r24057 | |
| 2326 | 2326 | const device_type MB8877 = &device_creator<mb8877_device>; |
| 2327 | 2327 | |
| 2328 | 2328 | mb8877_device::mb8877_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 2329 | | : wd1770_device(mconfig, MB8877, "MB8877", tag, owner, clock, "mb8877", __FILE__) |
| 2329 | : wd1770_device(mconfig, MB8877, "MB8877_LEGACY", tag, owner, clock, "mb8877_l", __FILE__) |
| 2330 | 2330 | { |
| 2331 | 2331 | } |