AtariST: add mono 60hz option.

This commit is contained in:
sorgelig
2020-04-24 06:08:55 +08:00
parent e59bb17eaa
commit e666f71d6c
4 changed files with 21 additions and 10 deletions

View File

@@ -556,7 +556,7 @@ int GetUARTMode()
return 0;
}
int SetUARTMode(int mode)
void SetUARTMode(int mode)
{
if (is_st()) tos_uart_mode(mode != 3);
MakeFile("/tmp/CORENAME", user_io_get_core_name_ex());