diff options
author | pixel <pixel> | 2004-01-03 15:04:46 +0000 |
---|---|---|
committer | pixel <pixel> | 2004-01-03 15:04:46 +0000 |
commit | a422d1dcda810b2f129a9a5213f3f4b440be4bbc (patch) | |
tree | a0735a7f3c61f398fc13a45466ded187904bbe21 /FAQ-cd.txt | |
parent | 24ae6e6865351db7d3a9e58340e5a2684912544f (diff) |
Highly started work on mips disassembler + various little fixes.
Diffstat (limited to 'FAQ-cd.txt')
-rw-r--r-- | FAQ-cd.txt | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -794,12 +794,14 @@ A: First of all, my LUA distribution is the 5.0, slightly modified. The basic be automatically be followed by ";1" when dumping, so you don't have to put it anywhere. - :close([cuefile[, mode]]) + :close([cuefile[, mode[, nsectors]]]) Will finalize the isofile, by dumping all the necessary structures. The argument 'cuefile' is eventually a handle pointing to an output file where the ".cue" file used for cdrwin will be put, but this feature is not yet - enabled. And mode is there to override the default iso mode, as usual. + enabled. mode is there to override the default iso mode, as usual. And + nsector, which is defaulted to -1, will override the number of sector field + written in the TOC (defaults to :getdispsect()) SO, you should only need that. But I also added some methods that you may want/need/etc... |