tangled
alpha
login
or
join now
jcs.org
/
MailStation-Example
0
fork
atom
Example program for the Cidco MailStation Z80 computer
0
fork
atom
overview
issues
pulls
pipelines
mailstation.h: Add DEVICE_* definitions from mailstation.inc
jcs.org
4 years ago
6cdfe0fe
be48ddd7
+7
1 changed file
expand all
collapse all
unified
split
lib
mailstation.h
+7
lib/mailstation.h
···
63
63
#error "no LOC_RAM or LOC_FLASH defined"
64
64
#endif
65
65
66
66
+
/* devices to load into slot4000device or slot8000device */
67
67
+
#define DEVICE_RAM 0x01
68
68
+
#define DEVICE_LCD_LEFT 0x02
69
69
+
#define DEVICE_DATAFLASH 0x03
70
70
+
#define DEVICE_LCD_RIGHT 0x04
71
71
+
#define DEVICE_MODEM 0x05
72
72
+
66
73
/* LCD parameters (2 screens) */
67
74
#define LCD_WIDTH (160 * 2) // 320
68
75
#define LCD_HEIGHT 128