mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
cpu/patinhofeio/patinho_feio.cpp: Fix missing space in printf string (#12026)
This commit is contained in:
parent
5a10b11eed
commit
089464f7df
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user