diff options
author | 2020-08-01 19:18:55 +0200 | |
---|---|---|
committer | 2020-08-01 19:18:55 +0200 | |
commit | b744e341ef31dd11fb5669e1108cb57e0a60f17d (patch) | |
tree | 23c59db1ed5dc8cd08627b0976759086e0bedbed | |
parent | 18f2dd9ac1cda2fcae6203a24ee1568189b68a64 (diff) |
odyssey2: move homecomp to g7400.xml
-rw-r--r-- | hash/g7400.xml | 17 | ||||
-rw-r--r-- | hash/odyssey2.xml | 16 |
2 files changed, 17 insertions, 16 deletions
diff --git a/hash/g7400.xml b/hash/g7400.xml index 6b68929cdd3..b8e549d05e9 100644 --- a/hash/g7400.xml +++ b/hash/g7400.xml @@ -31,6 +31,9 @@ Syracuse (France) Robot City (USA) Interpol (USA) +NOTE: +The C7420 Home Computer Module, which contains a Z80 microprocessor running at 3.5468 MHz, +adds 16K RAM and 16K ROM, that plugs into the G7000. --> <softwarelist name="g7400" description="Philips Videopac Plus G7400 cartridges"> @@ -212,6 +215,20 @@ Interpol (USA) </part> </software> + <software name="homecomp" supported="no"><!-- needs home computer module emulation, wrong romtype right now --> + <description>Home Computer Module (Euro)</description><!-- aka Basic --> + <year>1983</year> + <publisher>Philips</publisher> + <info name="serial" value="C7420"/> + <part name="cart" interface="odyssey_cart"> + <feature name="slot" value="o2_rom" /> + <dataarea name="rom" size="0x4800"> + <rom name="z80_c7420.bin" size="0x4000" crc="939f0e4c" sha1="24c334ba4321f3dd30ac659d35e43f74283ad93b" offset="0" /> + <rom name="vp_c7420.bin" size="0x800" crc="8e824b98" sha1="60dfc1eea93c25f30d25e549f32f837e22735224" offset="0x4000" /> + </dataarea> + </part> + </software> + <software name="helicopt" supported="no"> <description>Helicopter Rescue (Euro)</description> <year>1983</year> diff --git a/hash/odyssey2.xml b/hash/odyssey2.xml index c5d3b1203d8..8d665e44084 100644 --- a/hash/odyssey2.xml +++ b/hash/odyssey2.xml @@ -47,8 +47,6 @@ Fathom (Imagic) NOTE: PAL colours leave a lot to be desired The C7010 Chess Module had a NSC800 CMOS microprocessor, with 2K RAM and 8K ROM. -The C7420 Home Computer Module, which contains a Z80 microprocessor running at 3.5468 MHz, -adds 16K RAM and 16K ROM, that plugs into the G7000. --> <softwarelist name="odyssey2" description="Magnavox Odyssey2 cartridges"> @@ -83,20 +81,6 @@ adds 16K RAM and 16K ROM, that plugs into the G7000. </part> </software> - <software name="homecomp" supported="no"><!-- needs home computer module emulation, wrong romtype right now - move to g7400.xml? --> - <description>Home Computer Module (Euro)</description><!-- aka Basic --> - <year>1983</year> - <publisher>Philips</publisher> - <info name="serial" value="C7420"/> - <part name="cart" interface="odyssey_cart"> - <feature name="slot" value="o2_rom" /> - <dataarea name="rom" size="0x4800"> - <rom name="z80_c7420.bin" size="0x4000" crc="939f0e4c" sha1="24c334ba4321f3dd30ac659d35e43f74283ad93b" offset="0" /> - <rom name="vp_c7420.bin" size="0x800" crc="8e824b98" sha1="60dfc1eea93c25f30d25e549f32f837e22735224" offset="0x4000" /> - </dataarea> - </part> - </software> - <software name="newscast"> <description>Newscaster (Euro)</description> <year>1980</year> |