mirror of
https://github.com/ksherlock/mpw.git
synced 2024-11-21 09:30:55 +00:00
HSetVol - quietly do nothing...
This commit is contained in:
parent
6c8511838e
commit
245fabe648
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user