- bookmark edit window
- rom window now shows machine description, tooltip is name
- fix split floppy logic to work with a2superdrive
- fix software list loading from default
- mame 241 machine updates
commit 1dd1d6d3eee928d283dafbaf4432b053dff65ac2
Author: Kelvin Sherlock <ksherlock@gmail.com>
Date: Thu May 27 13:30:38 2021 -0400
0.232 rom update
commit cfb7f9a4d1647c41fab3328bada0f37bdb041983
Author: Kelvin Sherlock <ksherlock@gmail.com>
Date: Wed May 26 20:31:16 2021 -0400
fix resizing to prevent horizontal scrolling
commit 5c393ab5a95c9e53c4ef1e0b3f2b77db93e1c29b
Author: Kelvin Sherlock <ksherlock@gmail.com>
Date: Wed May 26 20:01:48 2021 -0400
esc should close the menu if visible, otherwise clear the text.
commit 7da142b64280c39e216584cedb7fb14243d573f0
Author: Kelvin Sherlock <ksherlock@gmail.com>
Date: Tue May 25 23:17:10 2021 -0400
show software short name unless it's ambiguous.
commit 6f3b3bef5e18e78619959613e28064eb6251ce27
Author: Kelvin Sherlock <ksherlock@gmail.com>
Date: Tue May 25 23:16:47 2021 -0400
cleanup some auto complete rough edges
commit 4988d8b266b8b11e519bcb5aab05ad2c3ffe5c23
Author: Kelvin Sherlock <ksherlock@gmail.com>
Date: Tue May 25 23:16:24 2021 -0400
fix
commit 6d4bf94fd6b4850564b705ea15e91079b00346c2
Author: Kelvin Sherlock <ksherlock@gmail.com>
Date: Tue May 25 19:13:28 2021 -0400
clean up autocomplete a little...
commit 3722271e51d93599903bccc721dc1de61f0aae72
Author: Kelvin Sherlock <ksherlock@gmail.com>
Date: Tue May 25 19:13:07 2021 -0400
move auto complete logic to SoftwareSet
commit 04cc83ecbe9ee4c9100305712c47a11359327734
Author: Kelvin Sherlock <ksherlock@gmail.com>
Date: Mon May 24 20:46:39 2021 -0400
software - keep the list name to differentiate in case of name clashes.
commit 8e5b5dc7e283f760a16011308298e999110fc052
Author: Kelvin Sherlock <ksherlock@gmail.com>
Date: Mon May 24 20:45:13 2021 -0400
Autocomplete - limit menu content width to the clip view content width.
prevents horizontal scrolling.
commit 356048d450447485bb33a4261018f85dac19a134
Author: Kelvin Sherlock <ksherlock@gmail.com>
Date: Mon May 24 18:45:42 2021 -0400
add auto complete software list to the launch window.
commit 9dc72b702c9b36d490349f291c10b98b56178567
Author: Kelvin Sherlock <ksherlock@gmail.com>
Date: Mon May 24 18:44:28 2021 -0400
autocomplete control.
commit 40eee83f56d957c64e0f8d927486f13165b9e120
Author: Kelvin Sherlock <ksherlock@gmail.com>
Date: Mon May 24 18:39:32 2021 -0400
add filters to software list.
commit cebfbaa545441f061cffafe8ca93db2377240a06
Author: Kelvin Sherlock <ksherlock@gmail.com>
Date: Sun May 23 11:59:00 2021 -0400
add compatibility field for software list filtering.
3.5" and 5.25" floppy drives that are configurable via a slot now have a UI in Ample.
<device> media (//c+, a2diskii, mac*, cassettes, etc) are not adjustable.
commit a91a858d68c845f74db106dd21a800c4d09e6e38
Author: Kelvin Sherlock <ksherlock@gmail.com>
Date: Sun Mar 7 22:49:42 2021 -0500
listxml utility.
commit e52576797da2609e700a12d1ffd7c78e8f1c2b23
Author: Kelvin Sherlock <ksherlock@gmail.com>
Date: Sun Mar 7 22:34:00 2021 -0500
update media to use a structure instead of passing around dictionaries.
commit 9277a0f720091c386812ac5f84d96080fe6e14f3
Author: Kelvin Sherlock <ksherlock@gmail.com>
Date: Sun Mar 7 20:13:27 2021 -0500
media is working again.
commit 7c0ac9a973df85fdcdaa978f80905cb9e8532ea5
Author: Kelvin Sherlock <ksherlock@gmail.com>
Date: Sun Mar 7 18:46:38 2021 -0500
use new slot objects [WIP]
commit 005e2f14d37e7b83ac4ab3e60e7fb794ac8ed651
Author: Kelvin Sherlock <ksherlock@gmail.com>
Date: Sun Mar 7 17:33:59 2021 -0500
new slot code to make sub options easier.
commit d7f3d9ef75367fad15081789a33212b7cf928fb3
Author: Kelvin Sherlock <ksherlock@gmail.com>
Date: Sun Mar 7 17:33:13 2021 -0500
String Interning...