From ad545566508c687b3a1aea065fb3190adb8ea18e Mon Sep 17 00:00:00 2001 From: hap Date: Sat, 1 Aug 2020 11:44:18 +0200 Subject: New NOT_WORKING software list additions --------------------------------------- odyssey2: Home Computer Module (Euro) [unknown] --- hash/odyssey2.xml | 36 ++++++++++++++++++++++++++++++------ src/emu/xtal.cpp | 1 + 2 files changed, 31 insertions(+), 6 deletions(-) diff --git a/hash/odyssey2.xml b/hash/odyssey2.xml index 975e46f2e3a..6ad3ec9995f 100644 --- a/hash/odyssey2.xml +++ b/hash/odyssey2.xml @@ -46,14 +46,17 @@ Fathom (Imagic) NOTE: PAL colours leave a lot to be desired -Chess needs emulation of the C7010 Chess Module, which had a NSC800 CMOS microprocessor, which gave the G7000 extra CPU and memory. -The C7420 Home Computer Module, which contains a Z80 microprocessor running at 3.574 MHz, -adds 16K RAM and 18K ROM, that plugs into the G7000 needs to be dumped. +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. --> + + + Computer Programmer (Euro) 1980 @@ -80,6 +83,20 @@ adds 16K RAM and 18K ROM, that plugs into the G7000 needs to be dumped. + + Home Computer Module (Euro) + 1983 + Philips + + + + + + + + + + Newscaster (Euro) 1980 @@ -133,7 +150,10 @@ adds 16K RAM and 18K ROM, that plugs into the G7000 needs to be dumped. + + + Playschool Maths (Euro) ~ I've Got Your Number (USA) 1980 @@ -263,7 +283,10 @@ adds 16K RAM and 18K ROM, that plugs into the G7000 needs to be dumped. + + + 4 in 1 Row (Euro) 1982 @@ -523,10 +546,10 @@ adds 16K RAM and 18K ROM, that plugs into the G7000 needs to be dumped. - Chess (Euro) + Chess Module (Euro) 1982 Philips - + @@ -1794,7 +1817,7 @@ adds 16K RAM and 18K ROM, that plugs into the G7000 needs to be dumped. - + Death Race (USA) 2014 @@ -1899,4 +1922,5 @@ adds 16K RAM and 18K ROM, that plugs into the G7000 needs to be dumped. + diff --git a/src/emu/xtal.cpp b/src/emu/xtal.cpp index f080fa0e6ed..6ae281e19f9 100644 --- a/src/emu/xtal.cpp +++ b/src/emu/xtal.cpp @@ -90,6 +90,7 @@ const double XTAL::known_xtals[] = { 3'120'000, /* 3.12_MHz_XTAL SP0250 clock on Gottlieb games */ 3'276'800, /* 3.2768_MHz_XTAL SP0256 clock in Speech Synthesis for Dragon 32 */ 3'521'280, /* 3.52128_MHz_XTAL RCA COSMAC VIP */ + 3'546'800, /* 3.5468_MHz_XTAL Atari 400 PAL, Philips G7200 */ 3'570'000, /* 3.57_MHz_XTAL Telmac TMC-600 */ 3'578'640, /* 3.57864_MHz_XTAL Atari Portfolio PCD3311T */ 3'579'000, /* 3.579_MHz_XTAL BeebOPL */ -- cgit v1.2.3