trunk/src/mame/machine/k573cass.h
| r23834 | r23835 | |
| 45 | 45 | { |
| 46 | 46 | public: |
| 47 | 47 | konami573_cassette_x_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock); |
| 48 | | konami573_cassette_x_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock,const char *shortname = "", const char *source = __FILE__); |
| 48 | konami573_cassette_x_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock,const char *shortname, const char *source); |
| 49 | 49 | |
| 50 | 50 | virtual DECLARE_READ_LINE_MEMBER(read_line_secflash_sda); |
| 51 | 51 | virtual DECLARE_WRITE_LINE_MEMBER(write_line_d0); |
| r23834 | r23835 | |
| 120 | 120 | { |
| 121 | 121 | public: |
| 122 | 122 | konami573_cassette_y_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock); |
| 123 | | konami573_cassette_y_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock,const char *shortname = "", const char *source = __FILE__); |
| 123 | konami573_cassette_y_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock,const char *shortname, const char *source); |
| 124 | 124 | |
| 125 | 125 | // static configuration helpers |
| 126 | 126 | template<class _Object> static devcb2_base &set_d0_handler(device_t &device, _Object object) { return downcast<konami573_cassette_y_device &>(device).m_d0_handler.set_callback(object); } |