Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1350 → Rev 1349

/demos/trunk/astro/initfile.c
64,8 → 64,6
 
KEYB_PARMS kparms = BASE_KEYB;
 
keyb_def_ctrlC(kparms, NULL);
 
HARTPORT_init();
 
LINUXC26_register_module();
/demos/trunk/astro/asteroid.c
3,6 → 3,9
*
* Coordinators: Giorgio Buttazzo <giorgio@sssup.it>
*
* Authors : Paolo Gai <pj@hartik.sssup.it>
* (see authors.txt for full list of hartik's authors)
*
* ReTiS Lab (Scuola Superiore S.Anna - Pisa - Italy)
*
* http://www.sssup.it
10,6 → 13,25
* http://shark.sssup.it
*/
 
/*
* Copyright (C) 2000 Paolo Gai
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
*/
 
#include "asteroid.h"
#include <kernel/kern.h>
 
33,9 → 55,6
 
void frame_main()
{
 
grx_clear(RGB_BLACK);
 
#ifdef ASTRO_MOVE
grx_text("S.Ha.R.K. - Asteroid 2002 RC1", 0, 0, RGB_GREEN, RGB_BLACK );
#else
104,10 → 123,6
 
FB26_open(FRAME_BUFFER_DEVICE);
 
FB26_use_grx(FRAME_BUFFER_DEVICE);
 
FB26_setmode(FRAME_BUFFER_DEVICE,"640x480-16");
 
frame_main();
 
init_stat();