cdrIso - v1.3
------
-------

This is an extension to use with play station
 emulators as ePSXe, AdriPSX, PCSX
or PSEmuPro, but they but must support linux.
The Plugin is free source code.

You need the Gtk library, compiled with Gtk V1.2.5, the Zlib library (v1.1.3) 
and the bz2 library (v1.0.0).

Usage:
------
 Place the file "libcdriso-x.x.so" at the Plugin directory of the Emulator to use it.
 Also place the cfgCdrIso file at your $HOME directory or at the Emulator directory.

Configuration:
-------------
 You can either write the iso you want to use in the config dialog, or everytime
 you run the emu open it, if you're doing this don't write anything in the dialog.

Creating an iso:
---------------
 
To create an iso you can use the buttons 'Create Iso' or 'Create Compressed Iso',
 the file will be the one in the Iso Edit, and the Cdrom Device is the cdrom that
 will be used as source.
 The compression method is specified by the Compression Method Combo.

 Note: This will fail if the file in the Iso Edit already exists (if it's
 compressed the .Z or .bz suffix will be added).

Compressed isos:
---------------
 You must create them by the Compress Iso button, this will create a .Z or .bz
 file (the compressed image) and a .Z.table or .bz.index file (this is a table,
 for speed reasons), both will be created in the same dir the selected iso 
 image, the original image will not be deleted and/or changed, and also you can
 decompress the compressed iso with Decompress Iso button.
 The compression method is specified by the Compression Method Combo.

 Note: you only can decompress the images with the Decompress button, not with
 compress or bzip2.

Compression Method:
------------------
 .Z  - compress faster: this will compress faster, but not as good as the .bz.
 .bz - compress better: will compress better, but slower.

Changes:
-------
 v1.3:
 * Rearranged the Dialogs stuff, now use cfgCdrIso exec
 * Fixed bug in CDRopen

 v1.2:
 * Suport for .bz compressed images, .bz/.bz.index (thanks to mooby)
 * Fixed some bugs in the LoadConfig (thanks to Brenden Conte)

 v1.1:
 * Support for compressed iso files, .Z/.Z.table
 * Improved Config Dialog
 * Now can create Isos from Cdrom

 v1.0:
 * First Release
 * Tested with Pcsx

 Email: <linuzappz@hotmail.com>
