Emulate a trailing dot on volume labels of 8 characters when on a cdrom drive. mscdex weirdness. Fixes Fifa96 cdrom detection.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3033
This commit is contained in:
parent
1b2e2b541e
commit
ac66214dab
7 changed files with 51 additions and 77 deletions
|
@ -16,7 +16,7 @@
|
|||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
/* $Id: drives.h,v 1.38 2007-08-22 11:54:35 qbix79 Exp $ */
|
||||
/* $Id: drives.h,v 1.39 2007-11-01 12:15:34 qbix79 Exp $ */
|
||||
|
||||
#ifndef _DRIVES_H__
|
||||
#define _DRIVES_H__
|
||||
|
@ -28,6 +28,7 @@
|
|||
#include "bios.h" /* for fatDrive */
|
||||
|
||||
bool WildFileCmp(const char * file, const char * wild);
|
||||
void Set_Label(char const * const input, char * const output, bool cdrom);
|
||||
|
||||
class DriveManager {
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue