summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/st_mp200.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/st_mp200.cpp')
-rw-r--r--src/mame/drivers/st_mp200.cpp30
1 files changed, 15 insertions, 15 deletions
diff --git a/src/mame/drivers/st_mp200.cpp b/src/mame/drivers/st_mp200.cpp
index 4a51e0f89e3..fbdc05b0a06 100644
--- a/src/mame/drivers/st_mp200.cpp
+++ b/src/mame/drivers/st_mp200.cpp
@@ -439,33 +439,33 @@ WRITE8_MEMBER( st_mp200_state::u11_a_w )
if (!m_u10_ca2)
{
if (m_7d && BIT(data, 1))
- {
- m_digit = 6;
- }
+ {
+ m_digit = 6;
+ }
else if BIT(data, 2)
- {
+ {
m_digit = 5;
- }
+ }
else if BIT(data, 3)
- {
+ {
m_digit = 4;
- }
+ }
else if BIT(data, 4)
- {
+ {
m_digit = 3;
- }
+ }
else if BIT(data, 5)
- {
+ {
m_digit = 2;
- }
+ }
else if BIT(data, 6)
- {
+ {
m_digit = 1;
- }
+ }
else if BIT(data, 7)
- {
+ {
m_digit = 0;
- }
+ }
if (BIT(data, 0) && (m_counter > 8))
{