diff --git a/README.md b/README.md index fdf9975a2..03a01b94a 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,12 @@ A corollary of emulating the continuous nature CRT, not merely performing end-of Cycle-accurate emulation for the supported target machines is fairly trite; this emulator seeks to follow that precedent. All emulation logic is written in C++ for explicit control over costs but, where a conflict arises, the presumption is towards clarity and simplicity of code. This emulator is willing to spend the processing resources available on modern hardware. ## Additional Screenshots +|---|---| +|[Apple IIe Prince of Persia](READMEImages/AppleIIPrinceOfPersia.png)|[Apple Macintosh MusicWorks](READMEImages/MusicWorks.png) +|[Atari ST Stung Car Racer](READMEImages/STStuntCarRacer.png)|[Amstrad CPC Chase HQ](READMEImages/CPCChaseHQ.png) +|[Acorn Electron Chuckie Egg](READMEImages/ElectronChuckieEgg.png)|[ColecoVision Galaxian](READMEImages/ColecoVisionGalaxian.png) +|[ZX81 3D Monster Maze](READMEImages/ZX81MonsterMaze.png)|[ZX80 Kong](READMEImages/ZX80Kong.png) +|[SG1000 Chack'n'Pop](READMEImages/SGChackNPop.png)|[Atari 2600 Solaris](READMEImages/Atari2600Solaris.png) +|[Vic-20 Gridrunner](READMEImages/Vic20Gridrunner.png)|[VIC-20 BASIC](READMEImages/Vic20BASIC.png) -Apple IIe Prince of Persia -Apple Macintosh MusicWorks -Atari ST Stunt Car Racer +[macOS Version](READMEImages/MultipleSystems.png) diff --git a/READMEImages/Atari2600Solaris.png b/READMEImages/Atari2600Solaris.png new file mode 100644 index 000000000..f75987ae2 Binary files /dev/null and b/READMEImages/Atari2600Solaris.png differ diff --git a/READMEImages/CPCChaseHQ.png b/READMEImages/CPCChaseHQ.png new file mode 100644 index 000000000..079020090 Binary files /dev/null and b/READMEImages/CPCChaseHQ.png differ diff --git a/READMEImages/ColecoVisionGalaxian.png b/READMEImages/ColecoVisionGalaxian.png new file mode 100644 index 000000000..19e3a659e Binary files /dev/null and b/READMEImages/ColecoVisionGalaxian.png differ diff --git a/READMEImages/ElectronChuckieEgg.png b/READMEImages/ElectronChuckieEgg.png new file mode 100644 index 000000000..506633f3d Binary files /dev/null and b/READMEImages/ElectronChuckieEgg.png differ diff --git a/READMEImages/MultipleSystems.png b/READMEImages/MultipleSystems.png new file mode 100644 index 000000000..d42de2a8c Binary files /dev/null and b/READMEImages/MultipleSystems.png differ diff --git a/READMEImages/SGChackNPop.png b/READMEImages/SGChackNPop.png new file mode 100644 index 000000000..7fccb6b01 Binary files /dev/null and b/READMEImages/SGChackNPop.png differ diff --git a/READMEImages/Vic20BASIC.png b/READMEImages/Vic20BASIC.png new file mode 100644 index 000000000..f8fce2110 Binary files /dev/null and b/READMEImages/Vic20BASIC.png differ diff --git a/READMEImages/Vic20Gridrunner.png b/READMEImages/Vic20Gridrunner.png new file mode 100644 index 000000000..cca411693 Binary files /dev/null and b/READMEImages/Vic20Gridrunner.png differ diff --git a/READMEImages/ZX80Kong.png b/READMEImages/ZX80Kong.png new file mode 100644 index 000000000..bc6a37611 Binary files /dev/null and b/READMEImages/ZX80Kong.png differ diff --git a/READMEImages/ZX81MonsterMaze.png b/READMEImages/ZX81MonsterMaze.png new file mode 100644 index 000000000..51986d5a0 Binary files /dev/null and b/READMEImages/ZX81MonsterMaze.png differ