diff options
author | 2012-08-24 10:35:45 +0000 | |
---|---|---|
committer | 2012-08-24 10:35:45 +0000 | |
commit | 53539d0fba1de1c8a25bb4c0958c0c4e3a73b938 (patch) | |
tree | b13f77f15864bebbf012775d98d30a52aa00ed1b /src/emu/machine/ncr539x.h | |
parent | b863cf56b5e72b6d4617a835f14f4d59b247fb13 (diff) |
a little tidy up while working on other files (nw)
Diffstat (limited to 'src/emu/machine/ncr539x.h')
-rw-r--r-- | src/emu/machine/ncr539x.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/emu/machine/ncr539x.h b/src/emu/machine/ncr539x.h index ec12338de8d..02462a8d7ee 100644 --- a/src/emu/machine/ncr539x.h +++ b/src/emu/machine/ncr539x.h @@ -40,9 +40,6 @@ public: void dma_read_data(int bytes, UINT8 *pData); void dma_write_data(int bytes, UINT8 *pData); - void *get_scsi_device(int id); - - void scan_devices(); protected: // device-level overrides virtual void device_start(); |