diff options
author | 2012-12-17 07:22:20 +0000 | |
---|---|---|
committer | 2012-12-17 07:22:20 +0000 | |
commit | 436d2f757f0c32573ea41013e8b10ca07ed6fc08 (patch) | |
tree | 77fc28a1edb618f19ae38071ed1b7c3316d41f5e /src/mess/machine/comx_fd.c | |
parent | 449da4bc62a76ac132892d0f9e7e506fdf5eb586 (diff) |
Cleanups and version bumpmame0147u4
Diffstat (limited to 'src/mess/machine/comx_fd.c')
-rw-r--r-- | src/mess/machine/comx_fd.c | 16 |
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; |