mirror of https://github.com/stella-emu/stella.git
Updated changes for system label lower vs. upper case.
This commit is contained in:
parent
d88969adcb
commit
1d293df782
|
@ -60,6 +60,8 @@
|
||||||
indicate their current state
|
indicate their current state
|
||||||
- Command completion now works with internal functions and pseudo-ops
|
- Command completion now works with internal functions and pseudo-ops
|
||||||
(basically, anything starting with the '_' character)
|
(basically, anything starting with the '_' character)
|
||||||
|
- System labels (aka, register names, etc) can now be typed in lower-
|
||||||
|
case. Previously, these labels always had to be uppercase.
|
||||||
- In general, input error checking is much more strictly enforced
|
- In general, input error checking is much more strictly enforced
|
||||||
- Read-only UI items now have a different background color, to
|
- Read-only UI items now have a different background color, to
|
||||||
clearly indicate if an item can be modified.
|
clearly indicate if an item can be modified.
|
||||||
|
|
Loading…
Reference in New Issue