1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-26 08:49:37 +00:00

Makes a further attempt at this table.

This commit is contained in:
Thomas Harte 2019-12-22 14:40:02 -05:00
parent 30e0d4aa30
commit a756985e18

View File

@ -72,12 +72,13 @@ 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. 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 ## Additional Screenshots
| | |
|---|---| |---|---|
|![Apple IIe Prince of Persia](READMEImages/AppleIIPrinceOfPersia.png)|![Apple Macintosh MusicWorks](READMEImages/MusicWorks.png) |![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) |![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) |![Acorn Electron Chuckie Egg](READMEImages/ElectronChuckieEgg.png) | ![ColecoVision Galaxian](READMEImages/ColecoVisionGalaxian.png)
|![ZX81 3D Monster Maze](READMEImages/ZX81MonsterMaze.png)|![ZX80 Kong](READMEImages/ZX80Kong.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) |![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) |![Vic-20 Gridrunner](READMEImages/Vic20Gridrunner.png) | ![VIC-20 BASIC](READMEImages/Vic20BASIC.png)
[macOS Version](READMEImages/MultipleSystems.png) [macOS Version](READMEImages/MultipleSystems.png)