Last active
March 20, 2021 07:39
-
-
Save Paguo-86PK/546066e669a9bc70c9b0d76e2ca3e0d7 to your computer and use it in GitHub Desktop.
test
This file contains 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": [ | |
{ | |
"keys": 0, | |
"duration": 500, | |
"action": "pause" | |
}, | |
{ | |
"keys": [ | |
68, | |
188, | |
70, | |
70, | |
70 | |
], | |
"duration": 100, | |
"action": "press" | |
}, | |
{ | |
"keys": [ | |
13 | |
], | |
"duration": 100, | |
"action": "press" | |
}, | |
{ | |
"keys": 0, | |
"duration": 2000, | |
"action": "pause" | |
}, | |
{ | |
"keys": [ | |
17, | |
67 | |
], | |
"duration": 500, | |
"action": "down" | |
}, | |
{ | |
"keys": [ | |
67, | |
17 | |
], | |
"duration": 5, | |
"action": "up" | |
}, | |
{ | |
"keys": 0, | |
"duration": 500, | |
"action": "pause" | |
}, | |
{ | |
"keys": [ | |
8 | |
], | |
"duration": 100, | |
"action": "press" | |
} | |
] | |
}, | |
"cpu": { | |
"a": "0x00", | |
"sf": 0, | |
"zf": 1, | |
"hf": 0, | |
"pf": 1, | |
"cf": 0, | |
"bc": "0x003E", | |
"de": "0x765F", | |
"hl": "0x7633", | |
"sp": "0x76CB", | |
"pc": "0xF800", | |
"iff": 0 | |
}, | |
"keyboard": { | |
"state": [ | |
"0xFF", | |
"0xFF", | |
"0xFF", | |
"0xFF", | |
"0xFF", | |
"0xFF", | |
"0xFF", | |
"0xFF" | |
], | |
"modifiers": "0xFF" | |
}, | |
"screen": { | |
"scale_x": 2, | |
"scale_y": 2, | |
"width": 78, | |
"height": 30, | |
"cursor_state": 1, | |
"cursor_x": 11, | |
"cursor_y": 4, | |
"video_memory_base": "0x76D0", | |
"video_memory_size": "0x0924", | |
"light_pen_x": 72, | |
"light_pen_y": 30, | |
"light_pen_active": 0 | |
}, | |
"memory": { | |
"vg75_c001_00_cmd": 0, | |
"video_screen_size_x_buf": 78, | |
"video_screen_size_y_buf": 30, | |
"vg75_c001_80_cmd": 0, | |
"cursor_x_buf": 12, | |
"cursor_y_buf": 5, | |
"vg75_c001_60_cmd": 0, | |
"ik57_e008_80_cmd": 0, | |
"tape_8002_as_output": 0, | |
"video_memory_base_buf": "0x76D0", | |
"video_memory_size_buf": "0x0924", | |
"video_memory_base": "0x76D0", | |
"video_memory_size": "0x0924", | |
"video_screen_size_x": 78, | |
"video_screen_size_y": 30, | |
"video_screen_cursor_x": 12, | |
"video_screen_cursor_y": 5, | |
"last_access_address": "0x7FF3", | |
"last_access_operation": "read", | |
"memory": { | |
":0000": "00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00", | |
":0010": "00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00", | |
":0020": "00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00", | |
":0030": "00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment