mirror of
https://github.com/holub/mame
synced 2025-07-07 19:03:29 +03:00
odyssey2: mark 4in1 as not working
This commit is contained in:
parent
03cfcb2a44
commit
85a91ce999
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user