mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-18 06:31:57 +00:00
Make DiskGetFullPathName() public. (PR #1035)
Reasons: . a macOS port needs it for the disk image browser feature. . for consistency with "class HarddiskInterfaceCard".
This commit is contained in:
parent
1a4e933778
commit
8cb3d4c88c
@ -139,6 +139,7 @@ public:
|
|||||||
void FlushCurrentTrack(const int drive);
|
void FlushCurrentTrack(const int drive);
|
||||||
|
|
||||||
const std::string & GetFullDiskFilename(const int drive);
|
const std::string & GetFullDiskFilename(const int drive);
|
||||||
|
const std::string & DiskGetFullPathName(const int drive);
|
||||||
const std::string & GetFullName(const int drive);
|
const std::string & GetFullName(const int drive);
|
||||||
const std::string & GetBaseName(const int drive);
|
const std::string & GetBaseName(const int drive);
|
||||||
void GetFilenameAndPathForSaveState(std::string& filename, std::string& path);
|
void GetFilenameAndPathForSaveState(std::string& filename, std::string& path);
|
||||||
@ -192,7 +193,6 @@ private:
|
|||||||
void AllocTrack(const int drive, const UINT minSize=NIBBLES_PER_TRACK);
|
void AllocTrack(const int drive, const UINT minSize=NIBBLES_PER_TRACK);
|
||||||
void ReadTrack(const int drive, ULONG uExecutedCycles);
|
void ReadTrack(const int drive, ULONG uExecutedCycles);
|
||||||
void WriteTrack(const int drive);
|
void WriteTrack(const int drive);
|
||||||
const std::string & DiskGetFullPathName(const int drive);
|
|
||||||
void ResetLogicStateSequencer(void);
|
void ResetLogicStateSequencer(void);
|
||||||
UINT GetBitCellDelta(const ULONG uExecutedCycles);
|
UINT GetBitCellDelta(const ULONG uExecutedCycles);
|
||||||
void UpdateBitStreamPosition(FloppyDisk& floppy, const ULONG bitCellDelta);
|
void UpdateBitStreamPosition(FloppyDisk& floppy, const ULONG bitCellDelta);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user