diff options
Diffstat (limited to 'src/lib/formats/camplynx_cas.c')
-rw-r--r-- | src/lib/formats/camplynx_cas.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/camplynx_cas.c b/src/lib/formats/camplynx_cas.c index 02133da4da4..a525f18d3cb 100644 --- a/src/lib/formats/camplynx_cas.c +++ b/src/lib/formats/camplynx_cas.c @@ -116,7 +116,7 @@ static int camplynx_handle_cassette(INT16 *buffer, const UINT8 *bytes) pgmname[0] = (char)0x4D; // Tell user how to load the tape - popmessage("%s",pgmname.c_str()); + osd_printf_info("%s",pgmname.c_str()); /* data zeroes */ for (i=0; i<555; i++) |