summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/trs80.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/trs80.cpp')
-rw-r--r--src/mame/drivers/trs80.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/trs80.cpp b/src/mame/drivers/trs80.cpp
index fa281f9b8a9..f2fbde72593 100644
--- a/src/mame/drivers/trs80.cpp
+++ b/src/mame/drivers/trs80.cpp
@@ -646,7 +646,7 @@ ROM_END
void trs80_state::init_trs80l2()
{
- m_mode = 2;
+ m_7bit = true;
}