summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/video/pc1350.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/video/pc1350.c')
-rw-r--r--src/mess/video/pc1350.c90
1 files changed, 45 insertions, 45 deletions
diff --git a/src/mess/video/pc1350.c b/src/mess/video/pc1350.c
index ae1dd3ace1a..c6c8ff695fc 100644
--- a/src/mess/video/pc1350.c
+++ b/src/mess/video/pc1350.c
@@ -4,11 +4,11 @@
#include "includes/pc1350.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,47 +22,47 @@ 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",
- "1 1 111",
- "1 1 1",
- "11 111e"
+ "11 111",
+ "1 1 1",
+ "1 1 111",
+ "1 1 1",
+ "11 111e"
}, g={
- " 11",
- "1",
- "1 1",
- "1 1",
- " 11e"
+ " 11",
+ "1",
+ "1 1",
+ "1 1",
+ " 11e"
}, rad={
- "11 1 11",
- "1 1 1 1 1 1",
- "11 111 1 1",
- "1 1 1 1 1 1",
- "1 1 1 1 11e"
+ "11 1 11",
+ "1 1 1 1 1 1",
+ "11 111 1 1",
+ "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",
@@ -88,11 +88,11 @@ static const POCKETC_FIGURE /*busy={
" 1 1 1 1",
"11 1 1 111e"
}/*, rsv={
- "11 11 1 1",
- "1 1 1 1 1",
- "11 1 1 1",
- "1 1 1 1 1",
- "1 1 11 1e"
+ "11 11 1 1",
+ "1 1 1 1 1",
+ "11 1 1 1",
+ "1 1 1 1 1",
+ "1 1 11 1e"
}*/;
READ8_MEMBER(pc1350_state::pc1350_lcd_read)