summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/d9060.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/d9060.h')
-rw-r--r--src/mess/machine/d9060.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mess/machine/d9060.h b/src/mess/machine/d9060.h
index 81fcdfea9ea..4c592a5af9c 100644
--- a/src/mess/machine/d9060.h
+++ b/src/mess/machine/d9060.h
@@ -71,6 +71,7 @@ public:
DECLARE_READ_LINE_MEMBER( req_r );
DECLARE_WRITE_LINE_MEMBER( ack_w );
DECLARE_WRITE_LINE_MEMBER( enable_w );
+ DECLARE_WRITE8_MEMBER( scsi_data_w );
protected:
// device-level overrides
@@ -99,6 +100,7 @@ private:
// SASI bus
int m_enable;
+ UINT8 m_data;
int m_variant;
};