From 089464f7dfb2a7f58b8c2f41c1ad8d9f588424af Mon Sep 17 00:00:00 2001 From: amameuser <64736148+amameuser@users.noreply.github.com> Date: Mon, 12 Feb 2024 21:52:49 +0000 Subject: [PATCH] cpu/patinhofeio/patinho_feio.cpp: Fix missing space in printf string (#12026) --- src/devices/cpu/patinhofeio/patinho_feio.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/cpu/patinhofeio/patinho_feio.cpp b/src/devices/cpu/patinhofeio/patinho_feio.cpp index 4db14b4d9de..18a25dc28b7 100644 --- a/src/devices/cpu/patinhofeio/patinho_feio.cpp +++ b/src/devices/cpu/patinhofeio/patinho_feio.cpp @@ -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;