thrust26
|
bc4e4586f7
|
updated debugger screenshot for "Frame Cycls"
|
2020-11-02 09:08:34 +01:00 |
Stephen Anthony
|
7ff0121ffa
|
More syntax fixes; indicate plural of "Cycle" as "Cycls" in the debugger (we really need more room here :) )
|
2020-11-01 19:07:39 -03:30 |
Stephen Anthony
|
d404ec8daf
|
Added new debugger pseudo-registers to the changelog.
Changed string "Cycl." to "Cycle", since there was no point using a '.' with a fixed-width font.
|
2020-11-01 18:27:41 -03:30 |
Stephen Anthony
|
2db841836b
|
Updated git commit ID for last commit before the 6.4 release (we hope).
Changed changelog slightly, since Stella loads ROMs, not cartridges.
|
2020-11-01 15:19:50 -03:30 |
thrust26
|
5005c03a61
|
updated WhatsNewDialog, reordered Changes.txt
|
2020-11-01 15:43:54 +01:00 |
Christian Speckner
|
c1a1ed2bdb
|
Changelog.
|
2020-11-01 15:07:42 +01:00 |
Stephen Anthony
|
838318ea2c
|
Slight refactor of label array in DeveloperDialog.
- This is a followup to the last commit for this class
- We don't need this to be a static in the header file itself
|
2020-11-01 09:51:57 -03:30 |
thrust26
|
942aad32b6
|
fixed DeveloperDialog default settings of CPU register (fixes #717)
|
2020-11-01 11:42:35 +01:00 |
Stephen Anthony
|
f07abf675c
|
Updated various files for upcoming 6.4 release.
|
2020-10-31 22:38:45 -02:30 |
thrust26
|
18232a58b1
|
updated changes/WhatsNewDialog
|
2020-10-31 22:53:19 +01:00 |
thrust26
|
ec52ea8049
|
added color parameters to 'Custom' palette, fixes #657
|
2020-10-31 19:06:58 +01:00 |
Stephen Anthony
|
e92b9f3b94
|
Updated changelog for upcoming release.
|
2020-10-29 00:09:25 -02:30 |
Stephen Anthony
|
e92a3882e7
|
More fixes to SaveKey data file; make sure file is always 32KB.
|
2020-10-28 23:37:25 -02:30 |
Stephen Anthony
|
b9bb99aa4c
|
Use proper constant for invalid handles in Windows.
|
2020-10-25 15:03:34 -02:30 |
thrust26
|
dd59729850
|
Merge branch 'master' of https://github.com/stella-emu/stella
|
2020-10-25 16:23:02 +01:00 |
thrust26
|
72c6f30b52
|
enabled messages in continuous snapshots mode (fixes #714)
changed hotkey for continuous snapshots mode
|
2020-10-25 16:22:46 +01:00 |
Stephen Anthony
|
7cf72d7962
|
Remove redundant define, which was already inside the same define.
|
2020-10-25 11:28:35 -02:30 |
Stephen Anthony
|
61de76e9f0
|
Fix bug where selected ROM isn't remembered when exiting and re-entering a directory.
|
2020-10-24 20:42:36 -02:30 |
Stephen Anthony
|
e5b5157751
|
Revert "Revert change in serial port autodetection that was causing the real serial port to not be found."
This reverts commit e8514ca145 .
The previous code works better for our use case.
|
2020-10-24 17:02:17 -02:30 |
Stephen Anthony
|
e8514ca145
|
Revert change in serial port autodetection that was causing the real serial port to not be found.
|
2020-10-24 15:21:19 -02:30 |
Stephen Anthony
|
0a0328b126
|
Minor updates to comments.
|
2020-10-23 21:45:04 -02:30 |
thrust26
|
4bc6d35192
|
Merge branch 'master' of https://github.com/stella-emu/stella
|
2020-10-23 19:46:17 +02:00 |
thrust26
|
196e8919cc
|
fixed Atari mouse auto detection
|
2020-10-23 19:46:06 +02:00 |
Stephen Anthony
|
903be34217
|
libretro: Minor doc updates and code rearrangement.
|
2020-10-23 14:48:31 -02:30 |
Stephen Anthony
|
ce5bd61d85
|
Updated Xcode project for recent framebuffer rework.
|
2020-10-23 10:54:50 -02:30 |
Stephen Anthony
|
c502c4d945
|
Minor update to VS project file.
|
2020-10-23 10:46:05 -02:30 |
Stephen Anthony
|
b6d18845d8
|
Fairly huge refactoring of FrameBuffer class into FBBackend and friends.
Only tested in Linux and libretro for now; Windows and Mac will follow soon.
|
2020-10-23 10:27:06 -02:30 |
thrust26
|
d0448a431e
|
added QuadTari test ROM
|
2020-10-23 11:56:42 +02:00 |
thrust26
|
54524d163a
|
updated doc graphics due to new PopupWidget look
|
2020-10-23 11:55:44 +02:00 |
thrust26
|
0d0125fa71
|
Merge branch 'master' of https://github.com/stella-emu/stella
|
2020-10-22 12:10:03 +02:00 |
thrust26
|
1e68194576
|
added editable PopupWidget
made AtariVox serial port editable
|
2020-10-22 12:09:49 +02:00 |
Stephen Anthony
|
ddf8b84130
|
Switch to 'cu' AVox-USB devices for Mac.
|
2020-10-20 09:44:35 -02:30 |
Stephen Anthony
|
949e6aa915
|
Fix serial port autodetect issues for Mac (similar to fixes for Linux).
|
2020-10-19 19:16:49 -02:30 |
Christian Speckner
|
89c6b847e7
|
Fix romSize overflow. Fixes DPC emulation with UNSAFE_OPTIMIZATIONS.
|
2020-10-19 23:37:20 +02:00 |
Christian Speckner
|
b1288f5059
|
Whitespace.
|
2020-10-19 23:36:14 +02:00 |
Stephen Anthony
|
858e79e7d3
|
Change serial port autodetection in Unix to not re-configure the ports, only test if they can be opened.
If this fixes the recently reported bug, we will extend this to other systems.
|
2020-10-18 14:32:30 -02:30 |
Christian Speckner
|
c462cc4680
|
Initialize EEPROM data if file doesn't exist.
|
2020-10-17 21:09:42 +02:00 |
Stephen Anthony
|
5da4c9eb1c
|
Moved some framebuffer enums to appropriate file.
|
2020-10-16 15:32:43 -02:30 |
Stephen Anthony
|
cf737d59d0
|
A few more FrameBuffer cleanups.
- refactored a block of code that was essentially the same in 3 different places
|
2020-10-16 14:19:15 -02:30 |
Stephen Anthony
|
e6dae567f9
|
Fix some warnings from clang.
|
2020-10-15 11:29:58 -02:30 |
thrust26
|
6dbc6676be
|
allow disabling scroll bars in ListWidget
|
2020-10-15 09:40:52 +02:00 |
thrust26
|
8219e607e4
|
updated debugger doc
|
2020-10-15 08:30:50 +02:00 |
Stephen Anthony
|
de6f4004f7
|
Eliminate dead code.
|
2020-10-13 21:27:22 -02:30 |
Stephen Anthony
|
01b23e4116
|
A few more cleanups relating to Common::Size vs. separate components.
|
2020-10-13 21:26:05 -02:30 |
Stephen Anthony
|
e5ac81392c
|
Updated changelog for aspect correction/pixel-exact snapshots.
|
2020-10-13 12:33:56 -02:30 |
Stephen Anthony
|
dbad30bea6
|
Updated Xcode for VideoModeHandler class.
|
2020-10-13 11:03:02 -02:30 |
Stephen Anthony
|
f0ea31f740
|
Updated VS project for VideoModeHandler class.
|
2020-10-13 10:53:39 -02:30 |
Stephen Anthony
|
e15d27dc96
|
Started cleanup of FrameBuffer class.
- Moved Video mode stuff into separate class
- Fix bug with aspect correction in fullscreen mode still giving graphical artifacts
|
2020-10-13 10:47:37 -02:30 |
thrust26
|
7eece4e994
|
fully resolved #165 (added timer read cycles count)
refined TiaInfoWidget again
added doc
|
2020-10-13 15:11:35 +02:00 |
thrust26
|
f6d78e57b1
|
fixed "no debugger" project files
|
2020-10-13 09:30:04 +02:00 |