NeoGeo: support for consolidated C ROMs, new progress bar.

This commit is contained in:
sorgelig
2019-07-27 21:52:52 +08:00
parent c645788823
commit 0818fd837a
5 changed files with 147 additions and 111 deletions

View File

@@ -160,6 +160,10 @@ unsigned char charfont[256][8] =
{ 0x7F,0x41,0x41,0x41,0x41,0x41,0x7F,0x00 }, // 140 [0x8C] empty square
{ 0x1C,0x1C,0x3E,0x7F,0x00,0x2A,0x49,0x00 }, // 141 [0x8D] speaker
{ 0x7F,0x61,0x61,0x61,0x61,0x61,0x7F,0x00 }, // 142 [0x8E] fill 1
{ 0x7F,0x71,0x71,0x71,0x71,0x71,0x7F,0x00 }, // 143 [0x8F] fill 2
{ 0x7F,0x79,0x79,0x79,0x79,0x79,0x7F,0x00 }, // 144 [0x90] fill 3
{ 0x7F,0x7D,0x7D,0x7D,0x7D,0x7D,0x7F,0x00 }, // 145 [0x91] fill 4
};
static unsigned char tempfont[2048];