mirror of https://github.com/stella-emu/stella.git
Tweaked the symbol for showing GFX in the debugger disassembly.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2164 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
3011aa7d12
commit
c896e1f0ce
|
@ -3115,37 +3115,37 @@ static const uInt16 _console_font_bits[] = {
|
|||
0x0000,
|
||||
0x0000,
|
||||
|
||||
/* Character 127 (0x7f): large centered ellipse
|
||||
/* Character 127 (0x7f): large centered rounded rectangle
|
||||
width 8
|
||||
+--------+
|
||||
| |
|
||||
| |
|
||||
| |
|
||||
| **** |
|
||||
| ****** |
|
||||
| ****** |
|
||||
| ****** |
|
||||
| ****** |
|
||||
| ****** |
|
||||
| ****** |
|
||||
| ****** |
|
||||
| ****** |
|
||||
| ****** |
|
||||
| ****** |
|
||||
| ****** |
|
||||
| **** |
|
||||
| |
|
||||
| |
|
||||
| |
|
||||
+--------+
|
||||
*/
|
||||
0x0000,
|
||||
0x0000,
|
||||
0x0000,
|
||||
0x3c00,
|
||||
0x7e00,
|
||||
0x7e00,
|
||||
0x7e00,
|
||||
0x7e00,
|
||||
0x7e00,
|
||||
0x7e00,
|
||||
0x7e00,
|
||||
0x7e00,
|
||||
0x7e00,
|
||||
0x7e00,
|
||||
0x7e00,
|
||||
0x3c00,
|
||||
0x0000,
|
||||
0x0000,
|
||||
0x0000,
|
||||
|
||||
/* Character 128 (0x80): large centered circle
|
||||
width 8
|
||||
|
|
Loading…
Reference in New Issue