Previous 199869 Revisions Next

r23835 Friday 21st June, 2013 at 14:52:55 UTC by Miodrag Milanović
another one, and that would be last except devcpu.h (nw)
[src/mame/machine]k573cass.h

trunk/src/mame/machine/k573cass.h
r23834r23835
4545{
4646public:
4747   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);
4949
5050   virtual DECLARE_READ_LINE_MEMBER(read_line_secflash_sda);
5151   virtual DECLARE_WRITE_LINE_MEMBER(write_line_d0);
r23834r23835
120120{
121121public:
122122   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);
124124
125125   // static configuration helpers
126126   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); }

Previous 199869 Revisions Next


© 1997-2024 The MAME Team