mirror of
https://github.com/holub/mame
synced 2025-10-06 09:00:04 +03:00
Support float view in OS X debugger (nw)
This commit is contained in:
parent
2eb4870ec3
commit
1c7c1e479a
@ -208,6 +208,13 @@
|
||||
[chunkItem setTag:tag];
|
||||
}
|
||||
|
||||
NSMenuItem *chunkItem = [menu insertItemWithTitle:@"32-bit floats"
|
||||
action:@selector(showChunkSize:)
|
||||
keyEquivalent:@"F"
|
||||
atIndex:index++];
|
||||
[chunkItem setTarget:self];
|
||||
[chunkItem setTag:tag];
|
||||
|
||||
[menu insertItem:[NSMenuItem separatorItem] atIndex:index++];
|
||||
|
||||
NSMenuItem *logicalItem = [menu insertItemWithTitle:@"Logical Addresses"
|
||||
|
Loading…
Reference in New Issue
Block a user