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
|
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
|
3e6b804896
|
Switches to linked 1/50/1000 Hz timers, and per-interrupt state toggling.
|
2021-07-06 20:12:44 -04:00 |
|
Thomas Harte
|
ceb62ac7f9
|
Reenable the hardened runtime for macOS.
|
2021-07-03 13:41:32 -04:00 |
|
Thomas Harte
|
f371221dba
|
Add a quick test of tone generator 1.
|
2021-07-02 23:57:11 -04:00 |
|
Thomas Harte
|
27b0579ec6
|
Avoid stack-error test case.
Also test that the interrupt is generated on the downward stroke.
|
2021-07-02 23:55:43 -04:00 |
|
Thomas Harte
|
283092cfbc
|
With a unit test in aid, corrects some lingering TimedInterruptSource issues.
|
2021-07-02 23:41:19 -04:00 |
|
Thomas Harte
|
7826a26c7b
|
Adds Enterprise composite video option.
While enabling more pixels on the left for RGB mode.
|
2021-07-02 21:42:09 -04:00 |
|
Thomas Harte
|
fe07a0b1d8
|
Starts to add a FAT[12] parser.
|
2021-07-02 18:56:43 -04:00 |
|
Thomas Harte
|
f2336d2efc
|
I think reloads occur after overflow, not before.
|
2021-06-26 23:16:00 -04:00 |
|
Thomas Harte
|
2c2bb3765f
|
Withdraws the EPDOS option.
At least for now; it's something to worry about later.
|
2021-06-23 19:32:34 -04:00 |
|
Thomas Harte
|
88f0f2b623
|
Adds to the macOS UI and wires through all Enterprise options.
|
2021-06-22 21:39:07 -04:00 |
|
Thomas Harte
|
a66734883a
|
Starts sketching out Dave.
|
2021-06-22 19:33:41 -04:00 |
|
Thomas Harte
|
83a54fd6d2
|
Use the FAT12 boot sector to determine geometry.
|
2021-06-22 06:54:17 -04:00 |
|
Thomas Harte
|
b49cc407c6
|
Adds some guesses as to the EXDos expansion.
... with plenty left to do.
|
2021-06-20 22:30:27 -04:00 |
|
Thomas Harte
|
07dc26f8fa
|
Adds TODO to resolve screen jumping.
|
2021-06-19 23:41:29 -04:00 |
|
Thomas Harte
|
fbf1adef05
|
Introduces unit test and thereby seemingly fixes get_next_sequence_point.
There's still improper output in the actual machine though, so maybe something else is afoot?
|
2021-06-18 17:44:17 -04:00 |
|
Thomas Harte
|
0c3e9dca28
|
Adds some basic keyboard inputs.
I think the next thing required is interrupts though.
|
2021-06-17 20:47:56 -04:00 |
|
Thomas Harte
|
1d1e6d1820
|
Adds a shell of a Nick.
|
2021-06-14 22:19:25 -04:00 |
|
Thomas Harte
|
fe04410681
|
Merge branch 'master' into Enterprise
|
2021-06-14 21:30:49 -04:00 |
|
Thomas Harte
|
1f686c4e6b
|
Add missing AppleIIOptionsPanel class.
|
2021-06-14 21:30:30 -04:00 |
|
Thomas Harte
|
61c127ed2e
|
Adds Enterprise as a File -> New... machine.
And, similarly, exposes it for the route used by SDL.
|
2021-06-14 20:55:39 -04:00 |
|
Thomas Harte
|
d18a537509
|
Fiddles with the preprocessor to make kiosk mode match other OSes even on macOS.
|
2021-06-13 19:28:05 -04:00 |
|
Thomas Harte
|
de3b37799c
|
Switches to a static_cast . No need for reflection here.
|
2021-06-08 17:37:28 -04:00 |
|
Thomas Harte
|
70851f3b2d
|
Resolve misplacement.
|
2021-06-07 21:43:26 -04:00 |
|
Thomas Harte
|
462bbf2e40
|
Exposes square pixels option on macOS.
|
2021-06-07 21:21:45 -04:00 |
|
Thomas Harte
|
778b9ef683
|
Ensures set_square_pixels is exposed, works around OpenGL aspect ratio bug.
|
2021-06-07 20:41:02 -04:00 |
|
Thomas Harte
|
f27e331462
|
Updates autotests to new RomFetcher world.
|
2021-06-06 20:34:55 -04:00 |
|
Thomas Harte
|
dd64aef910
|
Improves request construction and improves descriptions.
|
2021-06-06 20:25:26 -04:00 |
|
Thomas Harte
|
95971f39f1
|
Reintroduces full messaging to macOS.
|
2021-06-06 20:02:13 -04:00 |
|
Thomas Harte
|
83beb3c0e6
|
Introduces slightly-less manual ROM::Request::visit .
|
2021-06-06 18:28:02 -04:00 |
|
Thomas Harte
|
76335e5cf2
|
Factors out and slightly generalises textual descriptions of ROM::Descriptions.
|
2021-06-06 18:15:00 -04:00 |
|
Thomas Harte
|
4494320238
|
Corrects the macOS Swift side of things.
|
2021-06-06 14:56:43 -04:00 |
|
Thomas Harte
|
5acd97c860
|
Puts enough in place for a GUI-led installation process.
... and provides a lot of the Objective-C wiring necessary to expose that to Swift.
|
2021-06-06 14:24:38 -04:00 |
|
Thomas Harte
|
afd8dc0915
|
Nudge just far enough to be able to launch again under macOS.
|
2021-06-04 22:24:31 -04:00 |
|
Thomas Harte
|
fbee74e1fe
|
Avoids storing or printing a CRC if none is known.
|
2021-06-04 22:03:08 -04:00 |
|
Thomas Harte
|
ccd82591aa
|
Reinstates SDL error message; adds expansion of ~ .
|
2021-06-04 21:53:56 -04:00 |
|
Thomas Harte
|
e36cc9e777
|
Transcribes the Apple II ROM descriptions.
|
2021-06-04 19:19:55 -04:00 |
|
Thomas Harte
|
f4db4c3a73
|
Implements ROM::Request::validate.
It now also validates ROM sizes, so can no longer take a const Map.
|
2021-06-04 18:54:50 -04:00 |
|
Thomas Harte
|
f05cdd5e34
|
With large swathes of implementation missing, compiles.
|
2021-06-03 22:39:18 -04:00 |
|
Thomas Harte
|
a30eeaab6a
|
Starts to introduce a new grammar for ROM requests.
They can be optional, and chained together in AND or OR combinations. A central catalogue knows the definitions of all ROMs.
|
2021-06-03 21:55:59 -04:00 |
|
Thomas Harte
|
b4a5fa33b0
|
Improve SDL failed-ROM reporting.
Specifically to include all paths tried, and not use the plural for 'crc32' when only one is present.
|
2021-05-30 19:40:29 -04:00 |
|
Thomas Harte
|
5483f979dc
|
Merge branch 'master' into DragAndDropState
|
2021-05-16 20:42:44 -04:00 |
|
Thomas Harte
|
50ea56e908
|
Adds support for Macintosh SCSI device images.
This is now in addition to the single-partition images previously supported.
|
2021-05-13 19:06:00 -04:00 |
|
Thomas Harte
|
8268e8ee4c
|
Ensures music survives a machine switch.
|
2021-05-08 20:46:17 -04:00 |
|
Thomas Harte
|
c2ff64c1e0
|
Removes dangling OpenGL reference, attempts to ensure audio handover upon a machine change.
|
2021-05-08 14:42:43 -04:00 |
|