summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/trs80dt1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/trs80dt1.cpp')
-rw-r--r--src/mame/drivers/trs80dt1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/trs80dt1.cpp b/src/mame/drivers/trs80dt1.cpp
index b51fdcd3681..4f3f7dff75e 100644
--- a/src/mame/drivers/trs80dt1.cpp
+++ b/src/mame/drivers/trs80dt1.cpp
@@ -53,7 +53,7 @@ public:
, m_keyboard(*this, "X%u", 0)
, m_beep(*this, "beeper")
, m_7474(*this, "7474")
- { }
+ { }
void trs80dt1(machine_config &config);