cpu/patinhofeio/patinho_feio.cpp: Fix missing space in printf string (#12026)

This commit is contained in:
amameuser 2024-02-12 21:52:49 +00:00 committed by GitHub
parent 5a10b11eed
commit 089464f7df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -683,7 +683,7 @@ void patinho_feio_cpu_device::execute_instruction()
if (channel==0xE){
//TODO: Implement-me!
} else {
printf("Function 8 of the /FNC instruction can only be used with"\
printf("Function 8 of the /FNC instruction can only be used with "\
"the papertape reader device at channel /E.\n");
}
break;