Previous 199869 Revisions Next

r26182 Friday 15th November, 2013 at 19:45:01 UTC by Jürgen Buchmüller
Try to fix the Cocoa debugger for OSX
[/branches/alto2/src/osd/sdl]debugosx.m

branches/alto2/src/osd/sdl/debugosx.m
r26181r26182
537537               [text setString:@""];
538538            }
539539            attr = data[col - origin.x].attrib;
540            [text appendFormat:@"%c", data[col - origin.x].byte];
540            [text appendFormat:@"%c", data[col - origin.x].uchar];
541541         }
542542         if ([text length] > 0) {
543543            if (pass == 0) {

Previous 199869 Revisions Next


© 1997-2024 The MAME Team