Thomas Harte
|
3715e6b48a
|
Resolves potential data race on write_area_texture_.
|
2020-02-18 22:41:46 -05:00 |
|
Thomas Harte
|
91e7400bbb
|
Avoids double-setting of the OpenGL view.
|
2020-02-18 22:33:16 -05:00 |
|
Thomas Harte
|
a8d082c7d2
|
Makes audioQueue atomic to avoid potential data race.
|
2020-02-18 22:31:24 -05:00 |
|
Thomas Harte
|
95756f9716
|
Resolves data race on write_pointers_ close to machine setup.
|
2020-02-18 20:41:51 -05:00 |
|
Thomas Harte
|
a5e1765ce4
|
Eliminates potential race conditions on validity of delegate_ .
|
2020-02-18 20:33:31 -05:00 |
|
Thomas Harte
|
f43c31da1f
|
Tries a new arrangement of hsync response.
|
2020-02-17 22:24:01 -05:00 |
|
Thomas Harte
|
95d0adf10e
|
Moves the icon off the first text line.
Again, in the hope of having GitHub's search pick it up.
|
2020-02-17 00:35:06 -05:00 |
|
Thomas Harte
|
2e1b245cd8
|
Merge pull request #758 from TomHarte/JasminDriveSelection
Switches Jasmin drive selection logic.
|
2020-02-16 21:21:41 -05:00 |
|
Thomas Harte
|
5400c47f07
|
Merge pull request #757 from TomHarte/ByteDrive
Updates Byte Drive implementation as per latest information.
|
2020-02-16 21:16:58 -05:00 |
|
Thomas Harte
|
4153442703
|
Switches Jasmin drive selection logic.
|
2020-02-16 21:15:16 -05:00 |
|
Thomas Harte
|
5e4b721e97
|
Updates Byte Drive implementation as per latest information.
|
2020-02-16 21:07:03 -05:00 |
|
Thomas Harte
|
aca41ac089
|
Merge pull request #756 from TomHarte/Stereo
Adds stereo sound processing.
|
2020-02-16 19:20:21 -05:00 |
|
Thomas Harte
|
01a883e669
|
Corrects fullscreen switch.
|
2020-02-16 19:07:13 -05:00 |
|
Thomas Harte
|
1e4356f83a
|
Adds a sensible is_stereo to the MultiSpeaker.
|
2020-02-16 18:50:34 -05:00 |
|
Thomas Harte
|
545a6177bb
|
Makes CompoundSource mono/stereo-aware.
|
2020-02-16 18:45:36 -05:00 |
|
Thomas Harte
|
50d356be2f
|
Ensures all audio sources, including compound sources, announce whether they're stereo correctly.
|
2020-02-16 18:31:45 -05:00 |
|
Thomas Harte
|
9835e800ec
|
Fixed: individual audio generators now either are or are not stereo. The speaker acts accordingly.
|
2020-02-16 18:28:03 -05:00 |
|
Thomas Harte
|
5242362f31
|
Slightly shuffles preprocessor use, the better for testing.
|
2020-02-16 17:53:26 -05:00 |
|
Thomas Harte
|
808e4e8537
|
Adds comment to explain channel allocations.
|
2020-02-16 15:04:52 -05:00 |
|
Thomas Harte
|
43740a4b2f
|
Adds support for stereo output.
|
2020-02-16 14:14:10 -05:00 |
|
Thomas Harte
|
f99d672237
|
The macOS port now selects stereo output if appropriate.
|
2020-02-16 14:05:50 -05:00 |
|
Thomas Harte
|
337cb4fb86
|
Resolves implicit type conversion warnings.
|
2020-02-16 14:05:23 -05:00 |
|
Thomas Harte
|
90856a0e7a
|
Adds mixdown/up capability to Speaker.
To deal with occasions when the host machine just always is either mono or stereo, and the emulated machine must cope.
|
2020-02-16 13:50:18 -05:00 |
|
Thomas Harte
|
ea1c8a3b81
|
Ensures the stereo audio queue is the same length (in time) as the mono.
|
2020-02-16 12:46:25 -05:00 |
|
Thomas Harte
|
d55d077a95
|
Fixes the input buffer partial-keep step in stereo.
|
2020-02-16 00:20:22 -05:00 |
|
Thomas Harte
|
f760a68173
|
Corrects stereo audio generation.
|
2020-02-16 00:19:49 -05:00 |
|
Thomas Harte
|
e66a3523b6
|
Makes some attempt at stereo support, with the Amstrad CPC being the test case.
|
2020-02-15 18:55:19 -05:00 |
|
Thomas Harte
|
89d6b85b83
|
Adds optional stereo output for the AY.
The real chip provides the three tone channels as separate outputs, so a variety of different mixings can exist.
|
2020-02-15 18:09:17 -05:00 |
|
Thomas Harte
|
e02d109864
|
Nudges the LowpassSpeaker towards supporting stereo generation.
|
2020-02-15 18:03:12 -05:00 |
|
Thomas Harte
|
743981e9ad
|
Adds stereo output for SDL.
|
2020-02-15 17:23:40 -05:00 |
|
Thomas Harte
|
49b8e771b5
|
Adds the messaging that would allow a Speaker to output stereo, semantically.
|
2020-02-15 13:40:19 -05:00 |
|
Thomas Harte
|
dde672701f
|
Merge pull request #755 from TomHarte/ExpliticLambdas
Tries to be less lazy with lambda captures.
|
2020-02-15 12:38:12 -05:00 |
|
Thomas Harte
|
9ca2d8f9f2
|
Tried to be less lazy with lambda captures.
This is primarily defensive.
|
2020-02-14 23:39:08 -05:00 |
|
Thomas Harte
|
fd786412aa
|
Merge pull request #754 from TomHarte/AYVolume
Introduces more correct AY volume levels.
|
2020-02-14 23:38:17 -05:00 |
|
Thomas Harte
|
eb88c7cfba
|
Allows up to half a second of hard processing.
|
2020-02-14 23:24:51 -05:00 |
|
Thomas Harte
|
e1892ff370
|
Resolves crash upon File -> New..., Cancel; also ensures slow performance can't equal no progression.
|
2020-02-14 23:16:44 -05:00 |
|
Thomas Harte
|
763159a6f6
|
More neatly ties volume level 0 to silence.
|
2020-02-14 23:16:10 -05:00 |
|
Thomas Harte
|
6810a6ee58
|
Adjusts the AY volume scale.
Hopefully more accurately to model the real thing.
|
2020-02-14 22:51:20 -05:00 |
|
Thomas Harte
|
65e6c3a9fe
|
Merge pull request #753 from TomHarte/IconForReal
Experimentally introduces an application icon to the README
|
2020-02-13 23:39:06 -05:00 |
|
Thomas Harte
|
dcbbf988c1
|
Crops empty space around icon, and increases size slightly.
|
2020-02-13 23:27:33 -05:00 |
|
Thomas Harte
|
199cafebcf
|
Attempts direct HTML tag for image sizing.
|
2020-02-13 23:25:26 -05:00 |
|
Thomas Harte
|
555d807d76
|
Attempt smaller icon.
|
2020-02-13 23:23:09 -05:00 |
|
Thomas Harte
|
003c6ad11b
|
Fixes image link.
|
2020-02-13 23:21:48 -05:00 |
|
Thomas Harte
|
dc77d87427
|
Experiments with a README icon.
|
2020-02-13 23:20:19 -05:00 |
|
Thomas Harte
|
cfc44cf778
|
Merge pull request #752 from TomHarte/MacintoshBus
Reduces 8-bit memory access costs for the Macintosh.
|
2020-02-13 23:03:07 -05:00 |
|
Thomas Harte
|
3df99788ff
|
Removes TODOs, as I think they're probably inappropriate.
|
2020-02-13 21:19:23 -05:00 |
|
Thomas Harte
|
3600d2d193
|
Starts switching towards a byte-oriented bus.
|
2020-02-13 21:14:13 -05:00 |
|
Thomas Harte
|
5f661adb7f
|
Merge pull request #750 from TomHarte/CatchupCap
Avoids trying to paper over huge gaps in running time.
|
2020-02-12 23:57:01 -05:00 |
|
Thomas Harte
|
109d072cb6
|
Avoids trying to paper over huge gaps in running time. Also attempts to improve SDL shutdown reliability.
|
2020-02-12 23:47:04 -05:00 |
|
Thomas Harte
|
0c1c5a0ab8
|
Merge pull request #749 from TomHarte/DiskIndicator
Moves ownership of drives inside Disk::Controller.
|
2020-02-12 23:37:32 -05:00 |
|