freemint / tos.hyp

The tos.hyp tries to document all functions from TOS. It also has information about MagiC, N.AES, MyAES, Geneva, XaAES, oAESis and some emulators.
https://freemint.github.io/tos.hyp
GNU General Public License v2.0
13 stars 11 forks source link

Correct Shutdown() system call parameter mode values #97

Closed DavidGZ closed 4 years ago

DavidGZ commented 4 years ago

SHUT_HALT should be 3L and SHUT_POWER 0L. See: https://github.com/freemint/freemint/blob/master/sys/dos.c#L719-L725

Add the FireBee as hardware that supports SHUT_POWER mode.

th-otto commented 4 years ago

Could you also fix that in the "else" (german) part? It's not really in german, just seems to be a copy of the english text.

DavidGZ commented 4 years ago

Yes of course

DavidGZ commented 4 years ago

Done!