diff options
| author | 2012-10-30 07:07:38 +0000 | |
|---|---|---|
| committer | 2012-10-30 07:07:38 +0000 | |
| commit | 6bfc7e54f9e932a70056ff0b3d79396ff8ef00b3 (patch) | |
| tree | 85ed98268eb2848966ebfef9c284b7d359f82e8f /src/mess/machine/macadb.c | |
| parent | 05e6b5ff93f294d0bc11f7680af87786ada1f124 (diff) | |
Clean-ups and version bumpmame0147u2
Diffstat (limited to 'src/mess/machine/macadb.c')
| -rw-r--r-- | src/mess/machine/macadb.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/mess/machine/macadb.c b/src/mess/machine/macadb.c index 98c4791f222..3c9ec20b8f4 100644 --- a/src/mess/machine/macadb.c +++ b/src/mess/machine/macadb.c @@ -1,7 +1,7 @@ /*************************************************************************** macadb.c - handles various aspects of ADB on the Mac. - + ***************************************************************************/ #include "emu.h" @@ -1254,14 +1254,14 @@ void mac_state::adb_linechange(int state, int dtime) } break; - case LST_BIT0: - case LST_BIT1: - case LST_BIT2: - case LST_BIT3: - case LST_BIT4: - case LST_BIT5: - case LST_BIT6: - case LST_BIT7: + case LST_BIT0: + case LST_BIT1: + case LST_BIT2: + case LST_BIT3: + case LST_BIT4: + case LST_BIT5: + case LST_BIT6: + case LST_BIT7: if (!state) { if (dtime >= 90) // "1" bit |
