1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-20 10:17:05 +00:00

Merge branch 'master' into SAAFlash

This commit is contained in:
Thomas Harte
2025-09-30 21:43:32 -04:00
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ enum class Key: uint16_t {
OpenSquareBracket = 0x38,
Colon = 0x48,
CloseSquareBracket = 0x58,
ForwardSlash = 0x58,
ForwardSlash = 0x68,
Bit1 = 0x08,
Right = 0x79, Left = 0x19, Down = 0x29, Up = 0x39,
+2 -1
View File
@@ -17,6 +17,7 @@ It currently contains emulations of the:
* Apple II/II+ and IIe;
* Atari 2600;
* Atari ST;
* BBC Micro;
* ColecoVision;
* Commodore Vic-20;
* Enterprise 64/128;
@@ -133,8 +134,8 @@ This emulator attempts cycle-accurate emulation of all supported machines. In so
<td width=50%><img alt="Amiga James Pond II" src="READMEImages/AmigaJamesPondII.png"></td>
<td width=50%><img alt="Atari 2600 Solaris" src="READMEImages/Atari2600Solaris.png"></td>
</tr><tr>
<td width=50%><img alt="Enterprise HERO" src="READMEImages/EnterpriseHERO.png"></td>
<td width=50%><img alt="Microsoft Flight Simulator" src="READMEImages/PCFlightSimulator.png"></td>
<td width=50%><img alt="BBC Micro Elite" src="READMEImages/BBCElite.png"></td>
</tr><tr>
<td width=50%><img alt="ColecoVision Galaxian" src="READMEImages/ColecoVisionGalaxian.png"></td>
<td width=50%><img alt="SG1000 Chack'n'Pop" src="READMEImages/SGChackNPop.png"></td>
Binary file not shown.

After

Width:  |  Height:  |  Size: 162 KiB