[Scummvm-cvs-logs] CVS: scummvm/backends/ps2/iop/CoDyVDfs/common codyvdirx.h,NONE,1.1.2.1

Robert Göffringmann lavosspawn at users.sourceforge.net
Wed Nov 16 17:53:07 CET 2005


Update of /cvsroot/scummvm/scummvm/backends/ps2/iop/CoDyVDfs/common
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3462/backends/ps2/iop/CoDyVDfs/common

Added Files:
      Tag: branch-0-8-0
	codyvdirx.h 
Log Message:
a new cd/dvd filesystem driver for the ps2...

--- NEW FILE: codyvdirx.h ---
/* ScummVM - Scumm Interpreter
 * Copyright (C) 2005 The ScummVM project
 *
 * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 *
 * $Header: /cvsroot/scummvm/scummvm/backends/ps2/iop/CoDyVDfs/common/Attic/codyvdirx.h,v 1.1.2.1 2005/11/17 01:52:47 lavosspawn Exp $
 *
 */

#ifndef CDVDFS_COMMON_H
#define CDVDFS_COMMON_H

#define CDVDFS_IRX_ID 0xD004352

// commands:
#define READ_RTC		0
#define SET_READ_SPEED	1
#define DRIVE_STOP		2
#define DRIVE_STANDBY	3

#define CdTrayOpen		0
#define CdTrayClose		1
#define CdTrayCheck		2

#endif // CDVDFS_COMMON_H





More information about the Scummvm-git-logs mailing list