Prevent wrong status sending for Minimig and AtariST cores.

This commit is contained in:
sorgelig
2021-02-25 07:31:06 +08:00
parent 1c642d9f00
commit f0eba5d29e

View File

@@ -1227,7 +1227,7 @@ void user_io_init(const char *path, const char *xml)
send_rtc(3);
// release reset
user_io_8bit_set_status(0, UIO_STATUS_RESET);
if(!is_minimig() && !is_st()) user_io_8bit_set_status(0, UIO_STATUS_RESET);
if(xml) arcade_check_error();
break;
}