Commit Graph

516 Commits

Author SHA1 Message Date
thrust26 6d383b3536 updated docs for TV Boy bankswitching 2020-05-25 08:36:20 +02:00
thrust26 c4aa9b2a56 updated doc for fullscreen refresh rate adaption
removed debug output
2020-05-23 20:50:14 +02:00
thrust26 15dbea7d74 added two more methods to global hotkeys
updated and restructured hotkey documentation
2020-05-16 13:00:38 +02:00
thrust26 39b5a663e9 updated doc 2020-05-12 16:10:22 +02:00
thrust26 20dc4e9374 Fixed minimal zoom and message area width 2020-05-11 21:18:49 +02:00
thrust26 15cf0e3bfd Merge branch 'master' of https://github.com/stella-emu/stella 2020-05-06 21:32:44 +02:00
thrust26 a1c7a080e2 initial commit 2020-05-06 21:30:43 +02:00
Stephen Anthony a379ad4c1a Added '_scanend' pseudo-register to track scanlines at end of last frame. Fixes #624. 2020-05-04 14:19:02 -02:30
thrust26 c8d7730888 Merge remote-tracking branch 'remotes/origin/refactor/cart' 2020-05-02 19:59:46 +02:00
thrust26 6f144b5310 Changelog update for "Make windows positioning independent for launcher, emulator and debugger" 2020-05-02 16:47:54 +02:00
thrust26 4a773ea450 Merge branch 'master' into refactor/cart 2020-05-02 10:20:25 +02:00
thrust26 5d1d8e68bb update documentation 2020-04-30 10:33:42 +02:00
thrust26 3c8118a947 Part 1 of the changes for #600 (UI fonts) 2020-04-29 14:25:54 +02:00
Stephen Anthony 8935248a85 Synchronize 6.1.2 changelog to master. 2020-04-25 14:03:24 -02:30
thrust26 619d12018c 3EX now reads number of RAM banks - 1 from 0xfffa 2020-04-22 12:50:26 +02:00
thrust26 4e6734b180 added 'Turbo" mode 2020-04-19 23:23:11 +02:00
thrust26 62c15ec589 added 'Turbo" mode 2020-04-19 23:08:25 +02:00
thrust26 668fb487ba removed DASH type (incl. doc update) 2020-04-15 21:15:44 +02:00
thrust26 7fb2d096b9 removed CV+ type (incl. doc update) 2020-04-13 21:58:16 +02:00
Stephen Anthony 2efd94d099 Fix 'saveconfig' not saving file correctly (fixes #602). 2020-04-08 11:59:02 -02:30
thrust26 6994556ef8 update changes.txt 2020-04-05 22:29:23 +02:00
thrust26 d9911ce676 add configurable driving controller sensitivity 2020-04-05 19:55:45 +02:00
Stephen Anthony 74bdc9d6af Synchronize changelog from 6.1.1. 2020-04-02 20:58:02 -02:30
Stephen Anthony b97c9f0899 Synchronize wil upcoming 6.1.1 release. 2020-03-31 18:25:25 -02:30
Stephen Anthony 6b847438ef Updated changelog, before we forget about the details. 2020-03-30 21:20:19 -02:30
thrust26 d9a207786d update debugger docs
add missing debugger commands for enhanced DiStella data detection
2020-03-29 12:30:26 +02:00
thrust26 e85738978c add detection of audio data in DiStella (see #596) 2020-03-29 10:51:16 +02:00
thrust26 0a4acb18c5 add detection of color data in DiStella (see #596) 2020-03-26 22:22:52 +01:00
thrust26 8e78297e74 First shot at configurable paddle input (#522) 2020-03-25 09:32:12 +01:00
Stephen Anthony 1706b537cf (Semi) Final update for 6.1 release. I'm sure there's something we've missed. 2020-03-21 17:18:05 -02:30
Stephen Anthony cb6fa6437b Updated Changelog for a patch that was recently added. 2020-03-15 19:44:57 -02:30
Stephen Anthony 9c7b815860 More fixes for DPC+ jitter issues, thanks to Spiceware. 2020-03-15 19:34:53 -02:30
thrust26 934cc11a77 replace launcher's small font with bold version
add 'small medium' font to launcher font options
doc update for variable ROM viewer widths and new launcher font size
2020-03-14 11:14:24 +01:00
Stephen Anthony b02a58e4ea Changed 'romviewer' option to be treated as a multiplier for the zoom level of snapshots.
Old settings will still work (0 means off, 1 or 2 mean 1x and 2x zoom).  Floats are now supported too,
so we get fractional scaling.

Still TODO is update the UI to modify this setting.
2020-03-11 18:33:12 -02:30
Stephen Anthony 4b91df5dee More changelog updates. 2020-02-02 11:41:43 -03:30
Stephen Anthony 1c8b6721b4 Updated changelog. 2020-02-02 10:22:35 -03:30
Stephen Anthony d9143a7d65 Allow ROMs < 64 bytes (Stella's internal page size) to work correctly. Fixes #564. 2020-01-27 12:16:33 -03:30
thrust26 ec6348894a make automatic TM saving load the states on enter too 2020-01-25 20:06:04 +01:00
thrust26 86018c4511 add display format auto-detection from filename (resolves #561) 2020-01-24 11:30:46 +01:00
thrust26 6b843aaf92 add autoslot setting to UI
update doc for autoslot and write to read port breaks
2020-01-18 11:08:00 +01:00
thrust26 7679f98069 add force sign option to SliderWidget 2020-01-11 11:59:09 +01:00
thrust26 f19171ef15 minor doc updates 2019-12-31 18:35:03 +01:00
Stephen Anthony 810d8450f3 Updated ROM properties to RomHunter v16. 2019-12-23 22:32:00 -03:30
thrust26 66456e0418 adds FC bankswitching for Amiga's Power Play Arcade cart #1 2019-11-02 12:23:03 +01:00
Stephen Anthony 58fc631c2f Updated master with 6.0.2 changelog. 2019-10-16 22:30:37 -02:30
thrust26 36322474ed updated WD bankswitching (incl. detection) 2019-10-16 22:05:33 +02:00
Stephen Anthony 24421fa9ee Removed 'cfgdir', and have Distella config files placed with the ROM file they refer to.
Updated docs for removal of statedir, propsfile, etc.
Added 'basedir' and 'baseinappdir' to the docs.
Updated changelog for above changes.
2019-08-30 23:32:57 -02:30
Stephen Anthony 19c1f3f5a3 Entering an uppercase char (ie, hold Shift) on the first character in
file listings now selects among directories; use lowercase to select among
files (fixes #160).

Refactored relevant code from ListWidget to FileListWidget, where it more
properly belongs.

Updates to docs (new info, typo's, etc).
2019-08-23 22:08:06 -02:30
Thomas Jentzsch 8c32ae46e4 update change log 2019-08-20 09:08:36 +02:00
Stephen Anthony 14aac39eb3 Updated files for upcoming release (whenever that may be).
Added info from 6.0.1 branch.
2019-08-18 19:09:18 -02:30