Message-Id: <199705302037.UAA05334@mx2.rmplc.co.uk> From: "Liam" To: "Paul Derbyshire" , Subject: Re: DJGPP and MSCDEX Date: Fri, 30 May 1997 13:39:35 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Precedence: bulk Paul Derbyshire > Michael Gaugy (mgaugy AT ix DOT netcom DOT com) writes: > > Does anyone know how to interface with the MSCDEX extension > > through djgpp? I have 16-bit TC code for interfacing, but > > I seem to be having major problems when I try to run it. > > > > Is there any 32-bit interface to MSCDEX? > > > > Thanx in advance to anyone who could help. > > Why mess with interrupts and MSCDEX... accessing music CDs or photo CDs? > Because ordinary CD-ROMs can be accessed with stdio functions, if the user > supplies the CD-ROM's drive letter, can't they? Isn't there any way to access the CD-ROM with OUT using MSCDEX, by including some inline assembly that writes and reads directly to the controlers ports??? Liam