summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2020-01-03 11:13:42 -0500
committer AJR <ajrhacker@users.noreply.github.com>2020-01-03 11:13:42 -0500
commit809b7a3fdb6fe37c238831da3d23b395464c4a24 (patch)
treee4ab36d5203df6b2cbe42e021bba0b2e77c55222
parent370e57df452a3c23ee20cf1df3034bbfa6a51d64 (diff)
tk2000.cpp: Fix for the fix (nw)
-rw-r--r--src/mame/drivers/tk2000.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tk2000.cpp b/src/mame/drivers/tk2000.cpp
index 92c0d48fff7..c827d81f864 100644
--- a/src/mame/drivers/tk2000.cpp
+++ b/src/mame/drivers/tk2000.cpp
@@ -639,4 +639,4 @@ ROM_END
/* YEAR NAME PARENT COMPAT MACHINE INPUT CLASS INIT COMPANY FULLNAME */
COMP( 1984, tk2000, 0, 0, tk2000, tk2000, tk2000_state, empty_init, "Microdigital", "TK2000 Color Computer", MACHINE_NOT_WORKING )
-COMP( 1982, tk2000, tk2000, 0, tk2000, tk2000, tk2000_state, empty_init, "Multitech", "Microprofessor II", MACHINE_NOT_WORKING )
+COMP( 1982, mpf2, tk2000, 0, tk2000, tk2000, tk2000_state, empty_init, "Multitech", "Microprofessor II", MACHINE_NOT_WORKING )