| Previous | 199869 Revisions | Next |
| r37114 Saturday 11th April, 2015 at 09:57:34 UTC by Zoƫ Blade |
|---|
| Revert "publicly" fix Allow the variant spelling "publically". |
| [src/emu/machine] | mb89352.h |
| [src/mess/machine] | fm_scsi.h |
| r245625 | r245626 | |
|---|---|---|
| 63 | 63 | template<class _Object> static devcb_base &set_irq_callback(device_t &device, _Object object) { return downcast<mb89352_device &>(device).m_irq_cb.set_callback(object); } |
| 64 | 64 | template<class _Object> static devcb_base &set_drq_callback(device_t &device, _Object object) { return downcast<mb89352_device &>(device).m_drq_cb.set_callback(object); } |
| 65 | 65 | |
| 66 | // any publicly accessible interfaces needed for runtime | |
| 66 | // any publically accessible interfaces needed for runtime | |
| 67 | 67 | DECLARE_READ8_MEMBER( mb89352_r ); |
| 68 | 68 | DECLARE_WRITE8_MEMBER( mb89352_w ); |
| 69 | 69 |
| r245625 | r245626 | |
|---|---|---|
| 48 | 48 | template<class _Object> static devcb_base &set_irq_handler(device_t &device, _Object object) { return downcast<fmscsi_device &>(device).m_irq_handler.set_callback(object); } |
| 49 | 49 | template<class _Object> static devcb_base &set_drq_handler(device_t &device, _Object object) { return downcast<fmscsi_device &>(device).m_drq_handler.set_callback(object); } |
| 50 | 50 | |
| 51 | // any publicly accessible interfaces needed for runtime | |
| 51 | // any publically accessible interfaces needed for runtime | |
| 52 | 52 | UINT8 fmscsi_data_r(void); |
| 53 | 53 | void fmscsi_data_w(UINT8 data); |
| 54 | 54 | UINT8 fmscsi_status_r(void); |
| https://github.com/mamedev/mame/commit/155bb1b25064ac8b36421e432bc200139266a19f |
| Previous | 199869 Revisions | Next |