trunk/src/emu/bus/crvision/slot.c
| r32629 | r32630 | |
| 63 | 63 | // crvision_cart_slot_device - constructor |
| 64 | 64 | //------------------------------------------------- |
| 65 | 65 | crvision_cart_slot_device::crvision_cart_slot_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : |
| 66 | | device_t(mconfig, CRVISION_CART_SLOT, "APF Cartridge Slot", tag, owner, clock, "crvision_cart_slot", __FILE__), |
| 66 | device_t(mconfig, CRVISION_CART_SLOT, "CreatiVision Cartridge Slot", tag, owner, clock, "crvision_cart_slot", __FILE__), |
| 67 | 67 | device_image_interface(mconfig, *this), |
| 68 | 68 | device_slot_interface(mconfig, *this), |
| 69 | 69 | m_type(CRV_4K) |