diff options
Diffstat (limited to 'src/devices/bus/scsi/scsi.cpp')
| -rw-r--r-- | src/devices/bus/scsi/scsi.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/bus/scsi/scsi.cpp b/src/devices/bus/scsi/scsi.cpp index 66c0894dff2..ad94fd380fa 100644 --- a/src/devices/bus/scsi/scsi.cpp +++ b/src/devices/bus/scsi/scsi.cpp @@ -21,7 +21,7 @@ SCSI_PORT_DEVICE::SCSI_PORT_DEVICE(const machine_config &mconfig, const char *ta m_data4_handler(*this), m_data5_handler(*this), m_data6_handler(*this), - m_data7_handler(*this), + m_data7_handler(*this), m_device_count(0), m_bsy_in(0), m_sel_in(0), @@ -29,7 +29,7 @@ SCSI_PORT_DEVICE::SCSI_PORT_DEVICE(const machine_config &mconfig, const char *ta m_io_in(0), m_msg_in(0), m_req_in(0), - m_ack_in(0), + m_ack_in(0), m_atn_in(0), m_rst_in(0), m_data0_in(0), @@ -46,7 +46,7 @@ SCSI_PORT_DEVICE::SCSI_PORT_DEVICE(const machine_config &mconfig, const char *ta m_io_out(0), m_msg_out(0), m_req_out(0), - m_ack_out(0), + m_ack_out(0), m_atn_out(0), m_rst_out(0), m_data0_out(0), |
