diff options
author | 2020-08-02 00:10:14 +0200 | |
---|---|---|
committer | 2020-08-02 00:10:14 +0200 | |
commit | 85a91ce99915df0b50f2c9ab1f89654ab8c97fea (patch) | |
tree | eae2aa88939d04fce9ff13ac59fe87867acd2929 | |
parent | 03cfcb2a4454efc0527fa47a9fceb26e52801133 (diff) |
odyssey2: mark 4in1 as not working
-rw-r--r-- | hash/odyssey2.xml | 6 | ||||
-rw-r--r-- | src/mame/drivers/odyssey2.cpp | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/hash/odyssey2.xml b/hash/odyssey2.xml index f9b5b879164..1d6a088fa9d 100644 --- a/hash/odyssey2.xml +++ b/hash/odyssey2.xml @@ -107,7 +107,7 @@ The C7010 Chess Module had a NSC800 CMOS microprocessor, with 2K RAM and 8K ROM. </part> </software> - <software name="musician"> + <software name="musician" supported="no"> <description>Musician (Euro)</description> <year>1981</year> <publisher>Philips</publisher> @@ -271,7 +271,7 @@ The C7010 Chess Module had a NSC800 CMOS microprocessor, with 2K RAM and 8K ROM. <!-- Games --> - <software name="4in1"> + <software name="4in1" supported="no"> <description>4 in 1 Row (Euro)</description> <year>1982</year> <publisher>Philips</publisher> @@ -284,7 +284,7 @@ The C7010 Chess Module had a NSC800 CMOS microprocessor, with 2K RAM and 8K ROM. </part> </software> - <software name="4en1" cloneof="4in1"> + <software name="4en1" cloneof="4in1" supported="no"> <description>4 en 1 Ligne (Fra)</description> <year>1982</year> <publisher>Radiola</publisher> diff --git a/src/mame/drivers/odyssey2.cpp b/src/mame/drivers/odyssey2.cpp index 8aa36c20609..445c7ee2dc6 100644 --- a/src/mame/drivers/odyssey2.cpp +++ b/src/mame/drivers/odyssey2.cpp @@ -5,6 +5,8 @@ Driver file to handle emulation of the Odyssey2. TODO: +- 4in1(4 in a row)/musician needs a new mappertype to work: 3KB program ROM + and 1KB bankswitched data ROM - backgam does not work, it only shows the background graphics - chess has graphics issues near the screen borders: missing A-H at bottom, rightmost column is not erased properly, wrongly places chars at top |