forked from Apple-2-Tools/jace
Minor change to help text
This commit is contained in:
parent
a641ac555c
commit
beaf28ea87
@ -389,9 +389,9 @@ public class Apple2e extends Computer {
|
||||
"",
|
||||
"Press CTRL+SHIFT+C for configuration.",
|
||||
"",
|
||||
"O-A is Alt/Option",
|
||||
"C-A is Shortcut/Command",
|
||||
"Reset is Delete/Backspace"
|
||||
"O-A: Alt/Option",
|
||||
"C-A: Shortcut/Command",
|
||||
"Reset: Delete/Backspace"
|
||||
}) {
|
||||
int addr = 0x0401 + VideoDHGR.calculateTextOffset(row++);
|
||||
for (char c : s.toCharArray()) {
|
||||
|
Loading…
Reference in New Issue
Block a user