diff --git a/README.md b/README.md index 4158f5b3a..e88f78d87 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ It currently contains emulations of the: * Amstrad CPC; * Atari 2600; * Commodore Vic-20 (and Commodore 1540/1); +* MSX 1; * Oric 1/Atmos; and * Sinclair ZX80/81. @@ -40,7 +41,8 @@ If your machine has a 4k monitor and a 96Khz audio output? Then you'll get a 4k |---|---| |![The Electron start screen, with a classic 1:1 pixel emulation](READMEImages/NaiveElectron.png)|![The Electron start screen, decoded from an interlaced composite feed](READMEImages/CompositeElectron.png)| |![Repton 3 in game, with a classic 1:1 pixel emulation](READMEImages/NaiveRepton3.png)|![Repton 3 in game, decoded from an interlaced composite feed](READMEImages/CompositeRepton3.png)| -|![Stormlord with a classic 1:1 pixel emulation](READMEImages/NaiveStormlord.png)|![Stormlord decoded from an interlaced composite feed](READMEImages/CompositeStormlord.png)| +|![Stormlord with a classic 1:1 pixel emulation](READMEImages/NaiveStormlord.png)|![Stormlord decoded from a composite feed](READMEImages/CompositeStormlord.png)| +|![Road Fighter with a classic 1:1 pixel emulation](READMEImages/NaiveRoadFighter.png)|![Road Fighter decoded from a composite feed](READMEImages/CompositeRoadFighter.png)| | 1:1 Pixel Copying | Correct Aspect Ratio, Filtered | |---|---| @@ -63,7 +65,7 @@ Cycle-accurate emulation for the supported target machines is fairly trite; this Self-ratings: * the Electron, Oric and Vic-20 are pretty much perfect; -* the ZX80 and ZX81 are very strong; +* the ZX80, ZX81 and MSX 1 are very strong; * the Amstrad CPC has known accuracy deficiencies in its 8272 and 6845; * the Atari 2600 has some known accuracy deficiencies in its TIA; * the C-1540(/1) is locked in reading mode and doesn't yet support writing. diff --git a/READMEImages/CompositeRoadFighter.png b/READMEImages/CompositeRoadFighter.png new file mode 100644 index 000000000..d70a1a49e Binary files /dev/null and b/READMEImages/CompositeRoadFighter.png differ diff --git a/READMEImages/NaiveRoadFighter.png b/READMEImages/NaiveRoadFighter.png new file mode 100644 index 000000000..f899d8f94 Binary files /dev/null and b/READMEImages/NaiveRoadFighter.png differ