misc disc whisk risk fiskars

This commit is contained in:
zeromus 2011-08-06 22:36:39 +00:00
parent 829c651b1e
commit c9ea7c85c5
2 changed files with 1 additions and 5 deletions

View File

@ -66,7 +66,7 @@ namespace BizHawk.DiscSystem
}
//main API to determine how many LBA sectors are available
public int LBACount { get { return Sectors.Count + 150; } }
public int LBACount { get { return Sectors.Count; } }
//main api for reading the TOC from a disc
public DiscTOC ReadTOC()

View File

@ -4,10 +4,6 @@ using System.Text.RegularExpressions;
using System.IO;
using System.Collections.Generic;
//TODO - reading big files across the network is slow due to the small sector read sizes. make some kind of read-ahead thing
//TODO - add lead-in generation (so we can clarify the LBA addresses and have a place to put subcode perhaps)
//the bin dumper will need to start at LBA 150
//http://www.pctechguide.com/iso-9660-data-format-for-cds-cd-roms-cd-rs-and-cd-rws
//http://linux.die.net/man/1/cue2toc