mirror of
https://github.com/fadden/6502bench.git
synced 2026-04-26 12:18:26 +00:00
Merge menu items for "edit operand" and "edit data"
The instruction operand editor and data operand editor are very different, but there's no need to impose that distinction on the user. They want to edit the operand either way. We now provide a single "edit operand" menu item, and open the appropriate dialog based on what they have selected. This uses Ctrl+O as the keyboard shortcut, stealing it from File > Open. (issue #11)
This commit is contained in:
@@ -140,7 +140,7 @@
|
||||
"Name" : "Atari Lynx",
|
||||
"GroupName" : "Atari",
|
||||
"Cpu" : "65SC02",
|
||||
"Speed" : "4.00",
|
||||
"Speed" : "4",
|
||||
"Description" : "Atari Lynx [placeholder].",
|
||||
"SymbolFiles" : [
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user