summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/seta.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/seta.cpp')
-rw-r--r--src/mame/drivers/seta.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/seta.cpp b/src/mame/drivers/seta.cpp
index 4475bf7d9f1..f7a8edc0857 100644
--- a/src/mame/drivers/seta.cpp
+++ b/src/mame/drivers/seta.cpp
@@ -12143,7 +12143,7 @@ u16 downtown_state::downtown_protection_r(offs_t offset)
static const u8 word[] = "WALTZ0";
if (offset >= 0x100/2 && offset <= 0x10a/2)
return word[offset - 0x100/2];
-
+
// definitely wants to read-back hi-score table from 0x110-0x15f
break;
}