From: <he...@us...> - 2005-01-06 20:01:08
|
Update of /cvsroot/gc-linux/linux/arch/ppc/platforms In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27156/arch/ppc/platforms Modified Files: gcn-con.c Log Message: Use too the preconfigured number of lines on the debug framebuffer. Update copyright dates. Index: gcn-con.c =================================================================== RCS file: /cvsroot/gc-linux/linux/arch/ppc/platforms/gcn-con.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- gcn-con.c 4 Jan 2005 22:09:09 -0000 1.2 +++ gcn-con.c 6 Jan 2005 19:59:56 -0000 1.3 @@ -2,7 +2,7 @@ * arch/ppc/platforms/gcn-con.c * * Nintendo GameCube early debug console - * Copyright (C) 2004 The GameCube Linux Team + * Copyright (C) 2004-2005 The GameCube Linux Team * * Based on console.c by tmbinc. * @@ -220,7 +220,7 @@ void gcn_con_init(void) { console_init(&gcn_con_data, (void *)(0xd0000000 | GCN_XFB_START), - 640, 576, 640 * 2); + 640, GCN_VIDEO_LINES, 640 * 2); gcn_con_puts("gcn-con: console initialized.\n"); gcn_con.write = gcn_con_write; |