summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/mb89352.h
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2012-10-06 10:40:03 +0000
committer smf- <smf-@users.noreply.github.com>2012-10-06 10:40:03 +0000
commit82da44df029c7467cc62b1ad8777d0f1e46dd74f (patch)
tree4322a11946f70db72713bc3dcd8fab1525e8d66b /src/mess/machine/mb89352.h
parent57ba98aabe50f2226e268b8ec1d4b3af85ca0b66 (diff)
moved extra SCSI_PHASE_* into scsihle.h (nw)
Diffstat (limited to 'src/mess/machine/mb89352.h')
-rw-r--r--src/mess/machine/mb89352.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mess/machine/mb89352.h b/src/mess/machine/mb89352.h
index 0f25aad23dc..742564be953 100644
--- a/src/mess/machine/mb89352.h
+++ b/src/mess/machine/mb89352.h
@@ -48,10 +48,6 @@
#define SERR_SCSI_PAR 0x80
-// these aren't defined in scsi.h
-#define SCSI_PHASE_BUS_FREE 8
-#define SCSI_PHASE_SELECT 9
-
struct mb89352_interface
{
devcb_write_line irq_callback; /* irq callback */