diff options
| author | 2014-04-07 06:04:18 +0000 | |
|---|---|---|
| committer | 2014-04-07 06:04:18 +0000 | |
| commit | fec65e0b5766ade69e086d1c5b859d97494fce56 (patch) | |
| tree | c22b07938e9ad590184f1276bc2bead6d888a78d /src/mess/video/pc1251.c | |
| parent | 30d94e51c53f30187a1bc565ef33e4744319790e (diff) | |
Cleanups and version bumpmame0153
Diffstat (limited to 'src/mess/video/pc1251.c')
| -rw-r--r-- | src/mess/video/pc1251.c | 70 |
1 files changed, 35 insertions, 35 deletions
diff --git a/src/mess/video/pc1251.c b/src/mess/video/pc1251.c index 1bf93ac97bd..e10531dffc3 100644 --- a/src/mess/video/pc1251.c +++ b/src/mess/video/pc1251.c @@ -4,11 +4,11 @@ #include "includes/pc1251.h" static const POCKETC_FIGURE /*busy={ - "11 1 1 11 1 1", - "1 1 1 1 1 1 1", - "11 1 1 1 1 1", - "1 1 1 1 1 1", - "11 1 11 1e" + "11 1 1 11 1 1", + "1 1 1 1 1 1 1", + "11 1 1 1 1 1", + "1 1 1 1 1 1", + "11 1 11 1e" },*/ def={ "11 111 111", "1 1 1 1", @@ -22,11 +22,11 @@ static const POCKETC_FIGURE /*busy={ " 1 1 1 1 1 1", "11 1 1 1 1 1e" }, /*hyp={ - "1 1 1 1 11", - "1 1 1 1 1 1", - "111 1 1 11", - "1 1 1 1", - "1 1 1 1e" + "1 1 1 1 11", + "1 1 1 1 1 1", + "111 1 1 11", + "1 1 1 1", + "1 1 1 1e" },*/ de={ "11 111", "1 1 1", @@ -46,23 +46,23 @@ static const POCKETC_FIGURE /*busy={ "1 1 1 1 1 1", "1 1 1 1 11e" }, /*braces={ - " 1 1", - "1 1", - "1 1", - "1 1", - " 1 1e" + " 1 1", + "1 1", + "1 1", + "1 1", + " 1 1e" }, m={ - "1 1", - "11 11", - "1 1 1", - "1 1", - "1 1e" + "1 1", + "11 11", + "1 1 1", + "1 1", + "1 1e" }, e={ - "111", - "1", - "111", - "1", - "111e" + "111", + "1", + "111", + "1", + "111e" },*/ run={ "11 1 1 1 1", "1 1 1 1 11 1", @@ -76,17 +76,17 @@ static const POCKETC_FIGURE /*busy={ "1 1 1 1 1", "1 1 1 1e" }, /*japan={ - " 1 1 11 1 1 1", - " 1 1 1 1 1 1 1 11 1", - " 1 111 11 111 1 11", - "1 1 1 1 1 1 1 1 1", - " 1 1 1 1 1 1 1 1e" + " 1 1 11 1 1 1", + " 1 1 1 1 1 1 1 11 1", + " 1 111 11 111 1 11", + "1 1 1 1 1 1 1 1 1", + " 1 1 1 1 1 1 1 1e" }, sml={ - " 11 1 1 1", - "1 111 1", - " 1 1 1 1", - " 1 1 1 1", - "11 1 1 111e" + " 11 1 1 1", + "1 111 1", + " 1 1 1 1", + " 1 1 1 1", + "11 1 1 111e" },*/ rsv={ "11 11 1 1", "1 1 1 1 1", |
