diff options
author | 2014-07-22 06:21:54 +0000 | |
---|---|---|
committer | 2014-07-22 06:21:54 +0000 | |
commit | 79246ab9172f61178139b4b7974debba8fb7c5f8 (patch) | |
tree | 6365530c8cf287ea3b7752c3c45c8c6f8e4c68ae /src/emu/machine/53c810.h | |
parent | 5d7e1fcc62a7f9dd5441eaccbc274f9327efcf00 (diff) |
More cleanups, there is issue with srcclean that needs to be taken care as well, just doing now what we can
Diffstat (limited to 'src/emu/machine/53c810.h')
-rw-r--r-- | src/emu/machine/53c810.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/53c810.h b/src/emu/machine/53c810.h index a5f3d86acae..c8ee4f80dce 100644 --- a/src/emu/machine/53c810.h +++ b/src/emu/machine/53c810.h @@ -22,7 +22,7 @@ public: static void set_irq_callback(device_t &device, lsi53c810_irq_delegate callback) { downcast<lsi53c810_device &>(device).m_irq_cb = callback; } static void set_dma_callback(device_t &device, lsi53c810_dma_delegate callback) { downcast<lsi53c810_device &>(device).m_dma_cb = callback; } static void set_fetch_callback(device_t &device, lsi53c810_fetch_delegate callback) { downcast<lsi53c810_device &>(device).m_fetch_cb = callback; } - + void lsi53c810_read_data(int bytes, UINT8 *pData); void lsi53c810_write_data(int bytes, UINT8 *pData); |