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:
@@ -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,
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user