Stephen Anthony
bc1fc44f75
Make Video dialog defaults match those in Settings class.
2017-05-29 11:17:23 -02:30
Stephen Anthony
5dbd9fee51
Some changes to phosphor blending:
...
- Updated default phosphor blend to '30'.
- Added shortcut keys Alt-i and Alt-o to decrease/increase phosphor
blend mode dynamically, while a ROM is running.
- Made range of blending 0 - 100.
2017-05-29 10:49:50 -02:30
Stephen Anthony
47aa5d4e5f
Bumped version # for another pre-release.
2017-05-28 19:56:48 -02:30
Stephen Anthony
ef9816014d
Set default phosphor blend to 60; looks the most realistic on my test systems.
2017-05-28 19:53:48 -02:30
Stephen Anthony
c8abbf50fb
Fixed minor compile warnings in Visual Studio.
2017-05-28 18:51:46 -02:30
Stephen Anthony
f8ea61875c
Implemented new phosphor mode by Thomas Jentzsch.
...
- Phosphor mode with Blargg effects is currently broken.
2017-05-28 16:15:39 -02:30
Stephen Anthony
e419bbbcab
Sample playback update for BUS & CDF.
2017-05-28 14:40:51 -02:30
Stephen Anthony
79d8ed0010
Fixed TIA image in debugger being two frames behind.
2017-05-28 13:55:23 -02:30
Stephen Anthony
25e96c3164
Added previous scanline count to TIA info area of debugger.
2017-05-27 15:38:45 -02:30
Stephen Anthony
3ad77117ec
Ignore annoying warning in Visual Studio that I know is actually valid code.
2017-05-27 14:23:47 -02:30
Stephen Anthony
ea7a20a5a0
Merge branch 'master' of https://github.com/stella-emu/stella
2017-05-27 14:10:35 -02:30
Stephen Anthony
cdd336857e
Added 'fallthrough' directive in cases where we fall through a case statement.
2017-05-27 14:10:05 -02:30
Christian Speckner
a7e47b2ef8
Changelog.
2017-05-27 01:11:44 +02:00
Christian Speckner
8d46679286
Implement proper RDY emulation --- fixes #42 .
2017-05-27 01:00:03 +02:00
Philip James
048da2f6dd
Fixed compile when --disable-sound is passed to configure
2017-05-18 09:13:10 -02:30
Philip James
6ff2095a9f
Fixed compile when --disable-cheats is passed to configure
2017-05-18 09:12:25 -02:30
Christian Speckner
b2c8c3ff81
DelayQueue tuning:
...
* Remove stringstream from DelayQueueMember::name
* Use a bit mask instead of modulo in DelayQueue
2017-05-16 01:26:07 +02:00
Stephen Anthony
4c555a83ed
Updated OSX project file for recent DelayQueue changes.
2017-05-15 15:41:22 -02:30
Philip James
f9368c681a
Cleaned up a few places that still used SDL types and replaced them with BSPF types
2017-05-15 07:55:25 -02:30
Stephen Anthony
074f4ec2e0
Updated VS build for recent DelayQueue changes.
2017-05-14 22:48:13 -02:30
Stephen Anthony
336dbb0de4
PAL colour-loss is disabled by default.
2017-05-14 22:38:18 -02:30
Christian Speckner
744571b1da
Optimization: rewrite DelayQueue w/o STL vectors.
2017-05-15 00:43:18 +02:00
Stephen Anthony
145d47315e
Update to BUS FastJump.
2017-05-13 18:12:14 -02:30
Stephen Anthony
78cb21d798
Fixed PAL color-loss effect bug when the ROM always has an odd # of lines.
2017-05-12 18:12:32 -02:30
Stephen Anthony
73fe5f3b40
Oops, forgot to remove some debugging info.
2017-05-12 16:31:27 -02:30
Stephen Anthony
fb5daa483b
Re-activate PAL colour-loss effect.
...
- Only activates in PAL-like modes (PAL and PAL60)
2017-05-12 16:29:46 -02:30
Darrell Spice, Jr
1c9343e0e4
Update to CDF FastJump
...
Revised CDF so "false" reads after NOPs, taken branch instructions, etc. no longer crash JMP FASTJMP
2017-05-12 16:13:16 -02:30
Christian Speckner
362f7c2888
Reimplement jitter; fixes #11 .
2017-05-09 00:10:14 +02:00
Stephen Anthony
1cb83f4a68
Merge branch 'SpiceWare-master'
2017-05-07 17:42:41 -02:30
sa666666
2adbe7a3fc
Merge branch 'master' into master
2017-05-07 17:40:11 -02:30
Darrell Spice, Jr
490724c079
Updated BUS to new spec
...
The Harmony/Melody BUS driver is undergoing a major revision to add support for the new JMP FASTJUMP feature. This update implements the changes, as well as the fast jump feature which isn't yet in the HMdriver. It also implements the load/save state support as well as the BUS debugger widget.
A few minor updates to CDF were also done.
Note that this update breaks compatibility with the previous BUS demos.
2017-05-07 14:43:54 -05:00
Stephen Anthony
0cb9b89d7d
Fixed minor compile warnings in Visual Studio.
2017-05-07 00:04:09 -02:30
Stephen Anthony
ba3e5a36a0
Updated changelog; fixes were included for both AArch64 and ppc64le.
2017-05-06 22:55:04 -02:30
Stephen Anthony
670c72a1ed
Fixed bug in 'ROM Audit' mode; sometimes ROMs without properties
...
would be erroneously renamed. Also improved ROM Audit dialog a little.
Updated changelog.
2017-05-06 21:23:15 -02:30
Stephen Anthony
50cef57670
Great colon purge Part4: All in-game dialogs.
2017-05-06 19:47:42 -02:30
Stephen Anthony
1eca60dac5
Great colon purge Part3: all debugger ROM bankswitch tabs.
2017-05-06 16:52:40 -02:30
Stephen Anthony
a87334a268
Great colon purge Part2: RIOT tab and controllers.
2017-05-06 14:06:19 -02:30
Darrell Spice, Jr
e3514a9f80
Merge remote-tracking branch 'stella-emu/master'
2017-05-06 09:32:12 -05:00
Stephen Anthony
bab6e3119d
Fixes for various dialog boxes in 'small-window' modes.
...
When in TIA emulation mode at 2x zoom level, all dialogs which
are variable in size will now fit in the window. In other cases,
the dialog will take up 80% of the available space.
2017-05-05 20:25:52 -02:30
Stephen Anthony
6ba627e059
Show error message when a dialog box can't be opened.
...
Rework defaults for ROM launcher and TIA zoom level.
Both of these are basically defined around having only a 640x480
screen, which hasn't been the case on hardware (even phones) for
about 10 years.
2017-05-05 16:50:02 -02:30
Stephen Anthony
847e910d26
Added new darker colour for togglewidget background disabled bits.
2017-05-04 09:36:32 -02:30
Stephen Anthony
684c227381
Further fixes for ppc64le and SDL2.
2017-05-03 21:26:41 -02:30
Stephen Anthony
28b237794d
Start of the great colon purge.
2017-05-03 21:03:32 -02:30
Stephen Anthony
5b13265772
Bump version # for next pre-release.
2017-05-03 20:09:41 -02:30
Stephen Anthony
1d30f1ddc0
Rearranged debug colours and collision widgets in TIA tab.
2017-05-03 20:01:08 -02:30
Stephen Anthony
f1c35ee730
Removed code for functionality that will never be used.
2017-05-02 20:35:07 -02:30
Stephen Anthony
9416d5212c
Added 'fixed debug colors to TIA tab, and rearranged buttons.
2017-05-02 18:56:03 -02:30
Stephen Anthony
0af03a3916
Debugger expressions need to be signed, since some results can be negative.
2017-05-01 20:58:31 -02:30
Stephen Anthony
2973d03e01
Added VDel and togglewidget for new/old ball in debugger TIA tab.
...
Cleaned up some minor spacing issues in previous CDF commit.
2017-04-30 14:42:06 -02:30
Darrell Spice, Jr
f623a097ba
Merge remote-tracking branch 'stella-emu/master'
2017-04-30 11:15:46 -05:00