Add menu entries for CASSIOPEIA 'E-65' and 'for DoCoMo'

The version gets 1.16.2.
This commit is contained in:
takemura 2000-10-21 09:03:57 +00:00
parent 64e4d7108e
commit 5e9e3fbf13
3 changed files with 2645 additions and 2630 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: main.c,v 1.46 2000/09/21 03:19:57 sato Exp $ */
/* $NetBSD: main.c,v 1.47 2000/10/21 09:03:57 takemura Exp $ */
/*-
* Copyright (c) 1999, 2000 Shin Takemura.
@ -59,7 +59,7 @@
*/
TCHAR *version_string =
TEXT("PocketBSD boot loader\r\n")
TEXT("Version 1.16.1 2000.09.21\r\n")
TEXT("Version 1.16.2 2000.10.21\r\n")
#if ( _WIN32_WCE < 200 )
TEXT("Compiled for WinCE 1.01\r\n")
#else
@ -262,6 +262,9 @@ struct fb_setting fb_settings[] = {
{ TEXT("INTERTOP CX300"), BIFB_D8_00,
640, 480, 640, 0xa000000,
PLATID_CPU_MIPS_VR_4121, PLATID_MACH_FUJITSU_INTERTOP_IT300 },
{ TEXT("INTERTOP CX300(16bpp)"), BIFB_D16_0000,
640, 480, 1280, 0xa000000,
PLATID_CPU_MIPS_VR_4121, PLATID_MACH_FUJITSU_INTERTOP_IT300 },
{ TEXT("INTERTOP CX310"), BIFB_D8_00,
640, 480, 640, 0xa000000,
PLATID_CPU_MIPS_VR_4121, PLATID_MACH_FUJITSU_INTERTOP_IT310 },

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff