aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ps2/iop/CoDyVDfs/common/codyvdirx.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/ps2/iop/CoDyVDfs/common/codyvdirx.h')
-rw-r--r--backends/platform/ps2/iop/CoDyVDfs/common/codyvdirx.h38
1 files changed, 38 insertions, 0 deletions
diff --git a/backends/platform/ps2/iop/CoDyVDfs/common/codyvdirx.h b/backends/platform/ps2/iop/CoDyVDfs/common/codyvdirx.h
new file mode 100644
index 0000000000..6b81d000ae
--- /dev/null
+++ b/backends/platform/ps2/iop/CoDyVDfs/common/codyvdirx.h
@@ -0,0 +1,38 @@
+/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2005-2006 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.
+ *
+ * $URL$
+ * $Id$
+ *
+ */
+
+#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