mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-24 23:32:06 +00:00
Merge pull request #182 from ryandesign/minivmac-finder-macsbug
MiniVMac.cc: Get Finder/MacsBug name from boot blocks
This commit is contained in:
commit
c5c9e281f4
@ -335,11 +335,13 @@ MiniVMacLauncher::MiniVMacLauncher(po::variables_map &options)
|
|||||||
|
|
||||||
|
|
||||||
CopySystemFile(systemFileName, true);
|
CopySystemFile(systemFileName, true);
|
||||||
CopySystemFile("MacsBug", false);
|
string debuggerFileName(bootblock1.begin() + 0x2B, bootblock1.begin() + 0x2B + bootblock1[0x2A]);
|
||||||
|
CopySystemFile(debuggerFileName, false);
|
||||||
|
|
||||||
if (usesAutQuit7)
|
if (usesAutQuit7)
|
||||||
{
|
{
|
||||||
CopySystemFile("Finder", true);
|
string finderFileName(bootblock1.begin() + 0x1B, bootblock1.begin() + 0x1B + bootblock1[0x1A]);
|
||||||
|
CopySystemFile(finderFileName, true);
|
||||||
CopySystemFile("System 7.5 Update", false);
|
CopySystemFile("System 7.5 Update", false);
|
||||||
if(hfs_chdir(sysvol, "Extensions") != -1)
|
if(hfs_chdir(sysvol, "Extensions") != -1)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user