summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/comx_fd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/comx_fd.c')
-rw-r--r--src/mess/machine/comx_fd.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/mess/machine/comx_fd.c b/src/mess/machine/comx_fd.c
index 06b0910dade..fff28fd1df7 100644
--- a/src/mess/machine/comx_fd.c
+++ b/src/mess/machine/comx_fd.c
@@ -261,16 +261,16 @@ void comx_fd_device::comx_io_w(address_space &space, offs_t offset, UINT8 data)
{
/*
- bit description
+ bit description
- 0 FDC A0
- 1 FDC A1
- 2 DRIVE0
- 3 DRIVE1
- 4 F9 DISB
- 5 SIDE SELECT
+ 0 FDC A0
+ 1 FDC A1
+ 2 DRIVE0
+ 3 DRIVE1
+ 4 F9 DISB
+ 5 SIDE SELECT
- */
+ */
// latch data to F3
m_addr = data & 0x03;