74d5977b |
1 | -------------------------------------------------------------------------------\r |
2 | hexed - realtime memory viewer for Genesis/Megadrive\r |
3 | written by GraÅžvydas "notaz" Ignotas\r |
4 | -------------------------------------------------------------------------------\r |
5 | \r |
6 | This is rather simple address space viewer for Genesis/Megadrive. It is capable\r |
7 | of displaying 216 bytes of memory simultaneously in a manner similar to some\r |
8 | hex editors for the PC, with refresh of 50/60Hz. It was created for hardware\r |
9 | research purposes.\r |
10 | \r |
11 | Here are the key bindings:\r |
12 | A + up, A + down - scroll one line up/down.\r |
13 | A + left, A + right - scroll one page up/down.\r |
14 | B - toggle between byte/word display/edit mode.\r |
15 | C - edit highlighted value.\r |
16 | Start - enter menu.\r |
17 | \r |
18 | \r |
19 | hexed is released under the BSD license (see included source code for details).\r |