mirror of
https://github.com/ksherlock/mpw.git
synced 2025-08-05 06:28:46 +00:00
HSetVol - quietly do nothing...
This commit is contained in:
@@ -419,7 +419,7 @@ namespace OS {
|
||||
|
||||
Log("%04x HSetVol(%08x)\n", trap, parm);
|
||||
|
||||
d0 = MacOS::nsvErr;
|
||||
d0 = 0; // MacOS::nsvErr;
|
||||
memoryWriteWord(d0, parm + _ioResult);
|
||||
|
||||
return d0;
|
||||
|
Reference in New Issue
Block a user