Example program for the Cidco MailStation Z80 computer

mailstation.h: Add DEVICE_* definitions from mailstation.inc

+7
+7
lib/mailstation.h
··· 63 63 #error "no LOC_RAM or LOC_FLASH defined" 64 64 #endif 65 65 66 + /* devices to load into slot4000device or slot8000device */ 67 + #define DEVICE_RAM 0x01 68 + #define DEVICE_LCD_LEFT 0x02 69 + #define DEVICE_DATAFLASH 0x03 70 + #define DEVICE_LCD_RIGHT 0x04 71 + #define DEVICE_MODEM 0x05 72 + 66 73 /* LCD parameters (2 screens) */ 67 74 #define LCD_WIDTH (160 * 2) // 320 68 75 #define LCD_HEIGHT 128