This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "rk86", | |
"created": "2021-03-19T18:39:41.732Z", | |
"format": "1", | |
"emulator": "rk86.ru", | |
"version": "1.8.1", | |
"start": "0x0000", | |
"end": "0x003F", | |
"boot": { | |
"keyboard": [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!rk86 !name=lightlife.bin !start=0000 !entry=0000 | |
0000 21 0B 01 11 FF FF E5 CD 32 00 22 01 00 EB 22 04 | |
0010 00 21 05 06 11 01 01 E5 CD 32 00 22 12 00 EB 22 | |
0020 15 00 D1 E1 CD 9E 19 3A 01 C0 E6 10 CA 00 00 C3 | |
0030 53 00 7D 83 6F FE 00 C2 3C 00 1E 01 FE 4D C2 43 | |
0040 00 1E FF 7C 82 67 FE 00 C2 4D 00 16 01 FE 1D C0 | |
0050 16 FF C9 11 27 0F 21 01 C0 7E E6 10 CA 79 00 36 | |
0060 60 2D 4E 46 69 60 E5 D5 C5 CD 9E 19 C1 D1 E1 D5 | |
0070 C5 CD 9E 19 C1 D1 C3 56 00 78 BA C2 8D 00 79 BB | |
0080 C2 8D 00 0E 1F CD 09 F8 50 59 C3 56 00 69 60 C5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "rk86", | |
"created": "2021-04-06T11:05:50.106Z", | |
"format": "1", | |
"emulator": "rk86.ru", | |
"version": "1.8.2", | |
"start": "0x0000", | |
"end": "0xFFFF", | |
"boot": { | |
"keyboard": [] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<meta http-equiv=refresh content='600'> | |
<title>My KISC!</title> | |
<script> | |
Number.prototype.HEX = function(n) { | |
return (n < 0 ? "0x" : "") + ("0000000" + this.toString(16)).substr(-Math.abs(n)).toUpperCase(); | |
} | |
</script> | |
<script> |
OlderNewer