summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/cmdhd.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2012-12-17 07:22:20 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2012-12-17 07:22:20 +0000
commit436d2f757f0c32573ea41013e8b10ca07ed6fc08 (patch)
tree77fc28a1edb618f19ae38071ed1b7c3316d41f5e /src/mess/machine/cmdhd.c
parent449da4bc62a76ac132892d0f9e7e506fdf5eb586 (diff)
Cleanups and version bumpmame0147u4
Diffstat (limited to 'src/mess/machine/cmdhd.c')
-rw-r--r--src/mess/machine/cmdhd.c26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/mess/machine/cmdhd.c b/src/mess/machine/cmdhd.c
index ce01bde8d63..17d2878425e 100644
--- a/src/mess/machine/cmdhd.c
+++ b/src/mess/machine/cmdhd.c
@@ -247,17 +247,17 @@ void cmd_hd_device::cbm_iec_reset(int state)
WRITE8_MEMBER( cmd_hd_device::led_w )
{
/*
-
- bit description
-
- 0
- 1
- 2
- 3
- 4
- 5
- 6
- 7
-
- */
+
+ bit description
+
+ 0
+ 1
+ 2
+ 3
+ 4
+ 5
+ 6
+ 7
+
+ */
}