mirror of https://github.com/stella-emu/stella.git
Some more properties updates from RomHunter v4.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1588 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
a70a1f1e62
commit
bbdac2b646
|
@ -25,6 +25,10 @@ X * Make UI 'font-sensitive' and remove all hardcoded dimensions for
|
|||
* Add option to automatically save snapshots in 1X mode (useful for
|
||||
RomInfoWidget)
|
||||
|
||||
* A way to override (possibly temporarily) all properties for a ROM, and
|
||||
use global ones instead. Tied to the current developer commandline
|
||||
options, but presented in a GUI (started from ROM launcher).
|
||||
|
||||
* Add infrastructure to show all info gathered from a ROM (similar to what
|
||||
is currently displayed on the commandline). Add a UI part for this, so
|
||||
users aren't forced to use the commandline to see it.
|
||||
|
@ -36,10 +40,6 @@ X * Make UI 'font-sensitive' and remove all hardcoded dimensions for
|
|||
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.
|
||||
|
||||
* A way to override (possibly temporarily) all properties for a ROM, and
|
||||
use global ones instead. Tied to the current developer commandline
|
||||
options, but presented in a GUI.
|
||||
|
||||
* More work to the ROM launcher, including at least the following:
|
||||
(1) Only show files with certain extensions (including a UI part to
|
||||
edit this).
|
||||
|
@ -65,6 +65,9 @@ X (4) Reload current listing (possibly tied to a RMB context menu).
|
|||
the GameInfoDialog; perhaps move to C++ maps instead of the current
|
||||
home-made BST code.
|
||||
|
||||
* Fix Props.cxx (or GameInfoDialog) to properly deal with quotes and
|
||||
backslashes in strings meant to be saved to the properties file.
|
||||
|
||||
* 'Fixed Debug Colours' option as explained in the 'Stella 2.6.1 released'
|
||||
thread, post #40 on AtariAge. Basically emulates no$2k6 behaviour.
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue