thrust26
|
a7189ce7ec
|
fix attempt for #692
|
2020-08-23 10:58:36 +02:00 |
thrust26
|
42fc3f4f14
|
added Genesis autodetection for Zeviouz
|
2020-08-21 21:08:45 +02:00 |
Stephen Anthony
|
c00fda482d
|
Add support for 2600-daptor II when flashed as an AVox-USB converter.
Basically, for this device we use software flow control rather than hardware CTS signal.
|
2020-08-21 16:04:49 -02:30 |
Stephen Anthony
|
0ef60c517b
|
Fix compiler warning.
|
2020-08-17 22:58:22 -02:30 |
thrust26
|
fcdd143d23
|
enhanced CartCDF, now ignores random startup banks (partially addresses #690)
|
2020-08-17 17:44:34 +02:00 |
Stephen Anthony
|
bc8b34e923
|
Fix warnings from Clang 11.
Apparently d'tors in child classes should now be marked override rather than virtual (to match other methods).
So we do that specifically now.
|
2020-08-17 10:38:43 -02:30 |
Stephen Anthony
|
cc1af55a6b
|
Revert "Fix compiler warnings: uInt32 to size_t."
This causes more problems than it's worth.
This reverts commit 548612ef90 .
|
2020-08-15 17:37:23 -02:30 |
Stephen Anthony
|
548612ef90
|
Fix compiler warnings: uInt32 to size_t.
|
2020-08-14 13:37:15 -02:30 |
Thomas Jentzsch
|
7964c93a2f
|
fixed autofire for trackball using keyboard fire event
|
2020-08-04 12:08:43 +02:00 |
Stephen Anthony
|
3fa7dadcba
|
Finalize AVox CTS support. Now more testing is needed ...
|
2020-08-02 10:59:41 -02:30 |
thrust26
|
c9945e48e5
|
minor change in Inputdialog (AtariVox)
|
2020-07-31 08:55:16 +02:00 |
Stephen Anthony
|
8b0ff2746f
|
Merge branch 'master' of github.com:stella-emu/stella into master
|
2020-07-30 17:51:05 -02:30 |
Stephen Anthony
|
4719533b22
|
Add SerialPort::isCTS() to all ports, and connect it to AtariVox.
|
2020-07-30 17:50:34 -02:30 |
thrust26
|
c1c29fb4f0
|
refined texts for WhatsNewDialog
|
2020-07-30 22:19:12 +02:00 |
Stephen Anthony
|
03f3c25c78
|
Add missing files to Xcode project.
|
2020-07-30 16:26:45 -02:30 |
Stephen Anthony
|
cb624ef424
|
Forgot comment in last commit.
|
2020-07-30 13:35:16 -02:30 |
Stephen Anthony
|
c171783695
|
Tie CTS signal from the serial port to the appropriate AVox pin.
Still TODO is actually implement this in the platform-specific serial code.
|
2020-07-30 13:33:22 -02:30 |
Stephen Anthony
|
53338ce6ef
|
Fix compile errors in gcc/clang.
|
2020-07-29 13:19:43 -02:30 |
thrust26
|
b3cd562046
|
added 'What's New' button to 'About' dialog
|
2020-07-29 15:52:50 +02:00 |
thrust26
|
fae33a71b5
|
removed magic number in WhatsNewDialog
|
2020-07-29 10:57:44 +02:00 |
thrust26
|
6887722448
|
fixed #686 (launcher losing navigation)
|
2020-07-29 10:56:48 +02:00 |
thrust26
|
d29a74af5e
|
added missing files
|
2020-07-29 07:46:22 +02:00 |
thrust26
|
be21438c92
|
added static What's New" popup (see #581) (to get things going :-)
|
2020-07-28 23:47:13 +02:00 |
thrust26
|
3cc7d9b655
|
added option to display detected settings info when a ROM is loaded (resolves #684)
|
2020-07-28 09:40:44 +02:00 |
Stephen Anthony
|
28751b0732
|
Make FSNodeZIP::exists() actually inspect the ZIP contents, and not just the ZIP file itself.
This fixes issues with checking for a .pro file in a ZIP file always being true, even if there isn't one.
|
2020-07-27 23:27:21 -02:30 |
Stephen Anthony
|
03bae167a2
|
I guess we're far enough along to move the version number.
|
2020-07-27 13:41:54 -02:30 |
Stephen Anthony
|
f3503d22d9
|
libretro: Fix compile error with recent sound code changes.
|
2020-07-27 10:53:43 -02:30 |
Stephen Anthony
|
2622fdf080
|
Fix warnings from clang.
|
2020-07-27 10:45:41 -02:30 |
thrust26
|
75a74e0be5
|
added option to select audio device (resolves #682)
|
2020-07-27 09:43:31 +02:00 |
thrust26
|
598e039001
|
Merge branch 'master' of https://github.com/stella-emu/stella
|
2020-07-27 09:02:10 +02:00 |
thrust26
|
42fce631c0
|
fixed missing log file saving
|
2020-07-27 09:01:54 +02:00 |
Stephen Anthony
|
6eab8ad4b8
|
AtariVox controller was mistakenly reported as SaveKey in the logs.
|
2020-07-27 00:42:53 -02:30 |
Christian Speckner
|
205c532398
|
Remove misleading comment.
|
2020-07-26 21:57:00 +02:00 |
thrust26
|
37af09e3dc
|
Fixed popup widget text limits
|
2020-07-26 21:41:17 +02:00 |
thrust26
|
7834665f39
|
minor doc update
|
2020-07-26 18:29:50 +02:00 |
thrust26
|
bc9bb9fd31
|
added emulation speed change to 'direct only' hotkeys
|
2020-07-26 10:59:08 +02:00 |
thrust26
|
5c9a73c530
|
added emulation speed hotkeys
|
2020-07-26 10:52:38 +02:00 |
thrust26
|
70fe5981f2
|
added docs for TM playback
|
2020-07-26 09:31:58 +02:00 |
Stephen Anthony
|
60bf9a5754
|
Fix bug with accessing files as text using binary I/O.
This doesn't seem to matter for Linux and macOS, but breaks Windows CRLF
endings.
|
2020-07-25 17:53:53 -02:30 |
Stephen Anthony
|
ab942bc221
|
Fixed snapshots being cut off in fullscreen mode (fixes #674).
|
2020-07-25 16:37:52 -02:30 |
Stephen Anthony
|
155839fb0b
|
Almost all file I/O now goes through FilesystemNode::read/write, instead of raw C++ fstreams.
This allows data to be stored in a ZIP archive and for Stella to use it as if it were a normal file.
Still TODO is add ZIP write support.
|
2020-07-25 12:57:12 -02:30 |
Stephen Anthony
|
02176d1c7e
|
Fix documentation warning from clang.
|
2020-07-25 11:28:41 -02:30 |
thrust26
|
e171138e2a
|
added missing hotkey doc for autofire
|
2020-07-25 14:54:37 +02:00 |
thrust26
|
41f501868a
|
added autofire (resolves #676)
|
2020-07-25 10:19:07 +02:00 |
thrust26
|
78419f10d6
|
enhanced debugger option "Re-disassemble" into "Disassemble @ current line" (resolves #652)
|
2020-07-24 11:09:01 +02:00 |
thrust26
|
c8f71125f4
|
Two minor fixes
|
2020-07-23 21:12:33 +02:00 |
thrust26
|
5f5ac95009
|
removed GZIP from doc and rephrased ZIP text
|
2020-07-23 14:28:52 +02:00 |
thrust26
|
c3e156f9b5
|
started adding playback mode (see #678)
|
2020-07-23 12:39:22 +02:00 |
thrust26
|
031df6aeaf
|
updated doc and changes
|
2020-07-22 12:11:23 +02:00 |
thrust26
|
cdeb71ce5f
|
use mapped keys instead of fixed keys in TM UI (resolves #679)
|
2020-07-22 12:03:31 +02:00 |