Thomas Harte
|
174c837767
|
Switches to a logarithmic volume dial.
|
2021-07-13 21:45:07 -04:00 |
|
Thomas Harte
|
486bb911a9
|
Adapts ZX80/81 options.
|
2021-07-13 21:26:20 -04:00 |
|
Thomas Harte
|
754221d697
|
Adapts QuickLoadOptions.
Not that it currently seems to be used.
|
2021-07-13 21:21:02 -04:00 |
|
Thomas Harte
|
3c36c90729
|
Adapts QuickLoadCompositeOptions.
|
2021-07-13 21:17:52 -04:00 |
|
Thomas Harte
|
3d1d15a25b
|
Updates the Oric options.
|
2021-07-13 19:32:23 -04:00 |
|
Thomas Harte
|
000d99f26c
|
Adapts the Macintosh options.
|
2021-07-13 19:26:29 -04:00 |
|
Thomas Harte
|
524e2abc8c
|
Adapts composite options.
|
2021-07-13 19:19:47 -04:00 |
|
Thomas Harte
|
00bab98e09
|
Converts the Apple II options into an in-window view.
|
2021-07-13 19:14:54 -04:00 |
|
Thomas Harte
|
6d98349be1
|
Fully invests in options controllers, distinct from the views.
Per MVC, I should have been doing something closer to this from day one.
|
2021-07-13 19:04:24 -04:00 |
|
Thomas Harte
|
d24d153c08
|
Use modern constraint specification, add layers to XIBs.
|
2021-07-12 22:55:53 -04:00 |
|
Thomas Harte
|
b01561712c
|
Tightens spacing slightly.
|
2021-07-12 22:49:42 -04:00 |
|
Thomas Harte
|
324edcb391
|
Starts towards using an in-window options panel.
With the same fade in/out behaviour as the volume control.
|
2021-07-12 22:38:08 -04:00 |
|
Thomas Harte
|
6e62e4e296
|
Merge branch 'master' of github.com:TomHarte/CLK
|
2021-07-12 22:01:25 -04:00 |
|
Thomas Harte
|
f81ecbf4a0
|
Force icons back to white.
|
2021-07-12 22:01:19 -04:00 |
|
Thomas Harte
|
4370456323
|
Switch to an NSVisualEffectView for volume controls.
It provides a background that better contrasts with arbitrary content.
|
2021-07-12 21:28:04 -04:00 |
|
Thomas Harte
|
a424ed7c00
|
Makes for slightly more straightforward constraints.
|
2021-07-12 19:25:06 -04:00 |
|
Thomas Harte
|
a2065f59a1
|
Adds a 0.1 second pause before exit-related menu fadeout.
This is because the system may post a quick succession of exits and enters if the view hierarchy changes.
|
2021-07-12 19:12:04 -04:00 |
|
Thomas Harte
|
c1bd7f5c67
|
Pull release links up closer to the lede.
|
2021-07-12 10:03:03 -04:00 |
|
Thomas Harte
|
5810a1a98e
|
Merge pull request #971 from TomHarte/ChaseHQ
Flip meaning of INT1 input read.
|
2021-07-09 22:48:01 -04:00 |
|
Thomas Harte
|
a4c011e3c0
|
Flip meaning of INT1 input read.
|
2021-07-09 22:39:51 -04:00 |
|
Thomas Harte
|
337fd15dc0
|
Merge pull request #970 from TomHarte/SwiftUniformity
Swift: be consisted on `.selectedTag()`.
|
2021-07-08 22:43:57 -04:00 |
|
Thomas Harte
|
9bc94f4536
|
Be consisted on .selectedTag() .
|
2021-07-08 22:38:54 -04:00 |
|
Thomas Harte
|
3f4cf35384
|
Merge pull request #969 from TomHarte/SixMHz
Adds the option of running an Enterprise at 6MHz.
|
2021-07-08 22:36:22 -04:00 |
|
Thomas Harte
|
4dd7f2cc09
|
Add 6Mhz option to Qt UI.
|
2021-07-08 22:30:35 -04:00 |
|
Thomas Harte
|
1b29cc34c4
|
Correct input list.
|
2021-07-08 22:22:48 -04:00 |
|
Thomas Harte
|
53c3c1f5ab
|
Allows macOS users to select the 6MHz Enterprise.
|
2021-07-08 18:50:37 -04:00 |
|
Thomas Harte
|
6225abd751
|
Adds 6MHz Enterprise option.
|
2021-07-07 20:57:04 -04:00 |
|
Thomas Harte
|
c6fcd9a1eb
|
Merge pull request #968 from TomHarte/DaveAudio
Dave: apply ring modulation during sync, too.
|
2021-07-06 23:41:37 -04:00 |
|
Thomas Harte
|
30fbb6ea53
|
Ensure run command is issued.
|
2021-07-06 23:16:16 -04:00 |
|
Thomas Harte
|
0e49258546
|
Remove caveman debugging.
|
2021-07-06 23:15:53 -04:00 |
|
Thomas Harte
|
264b8dfb28
|
Dave: apply ring modulation even in sync mode.
|
2021-07-06 23:11:30 -04:00 |
|
Thomas Harte
|
6a15b8f695
|
Merge pull request #967 from TomHarte/EnterpriseTiming
Correct Enterprise timing error.
|
2021-07-06 22:48:58 -04:00 |
|
Thomas Harte
|
5167d256cc
|
Remove detritus.
|
2021-07-06 22:43:17 -04:00 |
|
Thomas Harte
|
16bd826491
|
Reduce nesting.
|
2021-07-06 22:32:59 -04:00 |
|
Thomas Harte
|
55af8fa5d9
|
Avoid erroneous Nick delays.
|
2021-07-06 22:28:44 -04:00 |
|
Thomas Harte
|
1ec8ff20af
|
Ensure data bus is 0xff during interrupts.
|
2021-07-06 21:58:17 -04:00 |
|
Thomas Harte
|
99a65d3297
|
Merge pull request #966 from TomHarte/DaveUnifiedTimer
Switches to a unified counter for 1/50/1000Hz Dave interrupts.
|
2021-07-06 21:50:32 -04:00 |
|
Thomas Harte
|
94907b51aa
|
Remove redundant parameter.
|
2021-07-06 20:47:49 -04:00 |
|
Thomas Harte
|
0085265d13
|
Test for a longer period; fix expected tone 1 count.
|
2021-07-06 20:46:22 -04:00 |
|
Thomas Harte
|
8e0893bd42
|
Clarifies control flow.
|
2021-07-06 20:28:32 -04:00 |
|
Thomas Harte
|
704dc9bdcb
|
Improves test, to assert that state toggles happen at interrupts.
|
2021-07-06 20:25:32 -04:00 |
|
Thomas Harte
|
7a673a2448
|
Avoid confusing temporary storage.
|
2021-07-06 20:23:09 -04:00 |
|
Thomas Harte
|
33e2a4b21c
|
Minor cleanups.
|
2021-07-06 20:20:13 -04:00 |
|
Thomas Harte
|
3e6b804896
|
Switches to linked 1/50/1000 Hz timers, and per-interrupt state toggling.
|
2021-07-06 20:12:44 -04:00 |
|
Thomas Harte
|
e98165a657
|
Merge pull request #965 from TomHarte/DaveDivider
Ensure two-cycle pauses in 12MHz mode.
|
2021-07-04 21:13:05 -04:00 |
|
Thomas Harte
|
2a7727d12b
|
Merge branch 'master' into DaveDivider
|
2021-07-04 21:02:09 -04:00 |
|
Thomas Harte
|
c20e8f4062
|
Honours 8/12Mhz selection in non-video delays.
|
2021-07-03 23:05:09 -04:00 |
|
Thomas Harte
|
4ca9db7d49
|
Merge pull request #963 from TomHarte/DaveDivider
Obey Dave's 8/12MHz programmable divider.
|
2021-07-03 23:00:11 -04:00 |
|
Thomas Harte
|
4add48cffb
|
Obey Dave's 8/12MHz programmable divider.
|
2021-07-03 22:43:20 -04:00 |
|
Thomas Harte
|
adbfb009f8
|
Merge pull request #960 from TomHarte/QtLEDs
Ensure LEDs are cleared between machines in Qt.
|
2021-07-03 19:17:51 -04:00 |
|