summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2015-05-22 20:23:34 +0200
committer hap <happppp@users.noreply.github.com>2015-05-22 20:23:34 +0200
commit514c3def5e1e1a2140026d70fd4fb5b80a98f215 (patch)
treee0f4395b967beedbbaad5560c99d3fcd0a84388e
parent1f480ff8446e6e3624e194628029c4bf917cff0d (diff)
correction
-rw-r--r--src/emu/cpu/melps4/melps4.c2
-rw-r--r--src/mame/mess.lst2
-rw-r--r--src/mess/drivers/odyssey2.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/cpu/melps4/melps4.c b/src/emu/cpu/melps4/melps4.c
index 73904840643..ef593876d00 100644
--- a/src/emu/cpu/melps4/melps4.c
+++ b/src/emu/cpu/melps4/melps4.c
@@ -23,7 +23,7 @@
*M58496: 72-pin QFP CMOS, 2Kx10 ROM, 128x4 internal + 256x4 external RAM, 1 timer, low-power
*M58497: almost same as M58496
- MELPS 740 subfamily has more differences, document them when needed.
+ MELPS 760 subfamily has more differences, document them when needed.
References:
diff --git a/src/mame/mess.lst b/src/mame/mess.lst
index ad5b74bf5c3..0b9ebc0b18d 100644
--- a/src/mame/mess.lst
+++ b/src/mame/mess.lst
@@ -1317,7 +1317,7 @@ g7400 // 1983 Videopac Plus G7400
vg5k // 1984 VG-5000
// Brandt
-jopac // 19?? Jopac JO7400
+jopac // 1983 Jopac JO7400
// Compukit
uk101
diff --git a/src/mess/drivers/odyssey2.c b/src/mess/drivers/odyssey2.c
index eb8fa3b6ca4..58b95335b24 100644
--- a/src/mess/drivers/odyssey2.c
+++ b/src/mess/drivers/odyssey2.c
@@ -830,4 +830,4 @@ COMP( 1978, odyssey2, 0, 0, odyssey2, odyssey2, odyssey2_state, odys
COMP( 1979, videopac, odyssey2, 0, videopac, odyssey2, odyssey2_state, odyssey2, "Philips", "Videopac G7000/C52", 0 )
COMP( 1983, g7400, odyssey2, 0, g7400, odyssey2, odyssey2_state, odyssey2, "Philips", "Videopac Plus G7400", GAME_IMPERFECT_GRAPHICS )
COMP( 1983, jopac, odyssey2, 0, g7400, odyssey2, odyssey2_state, odyssey2, "Brandt", "Jopac JO7400", GAME_IMPERFECT_GRAPHICS )
-COMP( 1983, odyssey3, odyssey2, 0, odyssey3, odyssey2, odyssey2_state, odyssey2, "Maganvox", "Odyssey 3 Command Center (prototype)", GAME_IMPERFECT_GRAPHICS )
+COMP( 1983, odyssey3, odyssey2, 0, odyssey3, odyssey2, odyssey2_state, odyssey2, "Magnavox", "Odyssey 3 Command Center (prototype)", GAME_IMPERFECT_GRAPHICS )