mirror of https://github.com/stella-emu/stella.git
Added suggestions from AtariAge '2.7.2' thread so I don't forget about them.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1668 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
1a67bd9995
commit
05c04fadb7
|
@ -31,6 +31,9 @@ Stephen Anthony at stephena@users.sourceforge.net.
|
||||||
bigger than 4K. Shouldn't make a difference for all 'well-designed' ROMS,
|
bigger than 4K. Shouldn't make a difference for all 'well-designed' ROMS,
|
||||||
but will pick up on errors when a ROM doesn't start from every bank.
|
but will pick up on errors when a ROM doesn't start from every bank.
|
||||||
|
|
||||||
|
* Make font size be selectable for the stats info area (in TIA) and
|
||||||
|
in-game UI.
|
||||||
|
|
||||||
* More work to the ROM launcher, including at least the following:
|
* More work to the ROM launcher, including at least the following:
|
||||||
(1) Shortcut key where selecting the first few letters jumps to a
|
(1) Shortcut key where selecting the first few letters jumps to a
|
||||||
directory named that way. Basically the same as is currently
|
directory named that way. Basically the same as is currently
|
||||||
|
@ -39,6 +42,9 @@ Stephen Anthony at stephena@users.sourceforge.net.
|
||||||
(2) Fix aliases not being followed correctly in the OSX port
|
(2) Fix aliases not being followed correctly in the OSX port
|
||||||
(although I suspect this isn't just an OSX issue).
|
(although I suspect this isn't just an OSX issue).
|
||||||
|
|
||||||
|
(3) Add 'simpleUI/kiosk' mode to RMB context menu, which disables
|
||||||
|
all but the most basic functionality.
|
||||||
|
|
||||||
* More support for copy and paste.
|
* More support for copy and paste.
|
||||||
|
|
||||||
* Fix PropSet to properly delete entries when 'Default' is pressed in
|
* Fix PropSet to properly delete entries when 'Default' is pressed in
|
||||||
|
|
Loading…
Reference in New Issue