autc04 / Retro68

a gcc-based cross-compiler for classic 68K and PPC Macintoshes
GNU General Public License v3.0
548 stars 54 forks source link

MiniVMac.cc hardcodes the names of Finder and MacsBug #172

Closed ryandesign closed 2 years ago

ryandesign commented 2 years ago

MiniVMac.cc gets the name of the System file from the disk's boot blocks but hardcodes the names of Finder and MacsBug. It should get the names of Finder and MacsBug from the boot blocks as well.

This problem goes away if #171 is fixed instead.