Thomas Harte
|
881feb1bd3
|
Adds preliminary parsing of the Disk Copy 4.2 format.
|
2019-06-02 13:39:25 -04:00 |
|
Thomas Harte
|
5f385e15f6
|
Adds the bare bones necessary to be able to create a Macintosh from File -> New... .
|
2019-05-03 22:16:07 -04:00 |
|
Thomas Harte
|
8c5d37b6ee
|
Refactors the AppleII into a sub-namespace to make room for other Apple machines.
|
2019-05-03 18:14:10 -04:00 |
|
Thomas Harte
|
c11a1f9679
|
Introduces S-Video support for the ColecoVision.
|
2019-03-02 23:02:37 -05:00 |
|
Thomas Harte
|
3e0b5433b9
|
Institutes colour/monochrome screen selection as an Apple II option.
Allowing me to test that straight-through composite still works.
|
2019-02-12 19:52:32 -05:00 |
|
Thomas Harte
|
e511261b04
|
Adds a Master System class, so that SMSs can end up somewhere.
|
2018-09-21 22:13:07 -04:00 |
|
Thomas Harte
|
c4f86cc324
|
The Disk II now being its proper speed, withdraws the quickload option.
|
2018-08-03 21:20:21 -04:00 |
|
Thomas Harte
|
3862fdb44c
|
Simplifies initialisation procedure for all machines.
With the side effect of allowing every machine to try to load only the ROMs that it needs.
|
2018-07-10 20:00:46 -04:00 |
|
Thomas Harte
|
d45f1a793d
|
Introduces composite/RGB selection for the Amstrad CPC.
|
2018-06-21 20:00:49 -04:00 |
|
Thomas Harte
|
7d761f145f
|
Corrects typo that mapped Apple II options to the Electron.
|
2018-06-10 21:05:14 -04:00 |
|
Thomas Harte
|
d576ff1172
|
Exposes DOS 3.3 acceleration as an option.
Albeit with an unhelpful label in the macOS GUI for now.
|
2018-06-10 18:28:29 -04:00 |
|
Thomas Harte
|
0b771ce61a
|
Removes all instances of the copyright symbol.
|
2018-05-13 15:19:52 -04:00 |
|
Thomas Harte
|
c3a2f7717b
|
Makes attempt to implement support for the Pravetz 8D + 8DOS.
i.e. the Disk II wired up to the Oric, with some ROM swaps.
|
2018-05-08 22:05:43 -04:00 |
|
Thomas Harte
|
7efee9b52b
|
Does the bare minimum to create a class skeleton for Apple II implementation.
|
2018-04-14 19:46:15 -04:00 |
|
Thomas Harte
|
78eaecb29e
|
Provides the proper framework for encapsulation of analyser target specifics.
... while making them a safe container for objects too. Uses the ZX80/81 as the pilot platform.
|
2018-03-09 15:36:11 -05:00 |
|
Thomas Harte
|
2452641844
|
Introduces a fast workaround to avert a MultiMachine where it would instantly end.
|
2018-03-06 19:08:02 -05:00 |
|
Thomas Harte
|
5530b96446
|
Wired up a class and analyser for a ColecoVision.
|
2018-02-23 22:47:15 -05:00 |
|
Thomas Harte
|
4cf258f952
|
Parallelises MultiMachine running, and ensures errors propagate.
|
2018-02-08 20:33:57 -05:00 |
|
Thomas Harte
|
d493ea4bca
|
Introduces a multimachine to handle multi-target static analyser outputs.
Non-functional as of yet.
|
2018-01-28 22:22:21 -05:00 |
|
Thomas Harte
|
66faed4008
|
Gives MachineForTargets complete responsibility for initial machine state.
|
2018-01-25 18:28:19 -05:00 |
|
Thomas Harte
|
11abc99ef8
|
Introduces the extra level of indirection necessary to make Analyser::Static::Target polymorphic.
|
2018-01-24 22:35:54 -05:00 |
|
Thomas Harte
|
21efb32b6f
|
Integrates the static and nascent dynamic analyser namespaces.
|
2018-01-24 21:48:44 -05:00 |
|
Thomas Harte
|
d360b2c62d
|
Standardises the static analyser on std::vector and slightly widens passageway to a machine.
The SDL target would now be fooled by a hypothetical multi-target, the Mac not yet.
|
2018-01-23 22:18:16 -05:00 |
|
Thomas Harte
|
6da8a3e24b
|
Causes the MSX to respond to the appropriate standard configuration options.
|
2017-12-29 18:36:42 -05:00 |
|
Thomas Harte
|
68a2895753
|
Adds enough static analyser to get to the MSX itself as the point of failure in SDL/kiosk mode.
|
2017-11-25 13:18:24 -05:00 |
|
Thomas Harte
|
221c05ca76
|
Adapts the Mac port to use a Machine::DynamicMachine, thereby eliminating plenty of duplication.
|
2017-11-24 21:36:22 -05:00 |
|
Thomas Harte
|
3365ff0200
|
Adds type recipient as a dynamic type, and accepts paste and fullscreen toggle in SDL.
|
2017-11-21 21:44:29 -05:00 |
|
Thomas Harte
|
7b25b03cd5
|
Formally standardises machine options and introduces a --help option for the SDL target.
|
2017-11-20 21:55:32 -05:00 |
|
Thomas Harte
|
de9db724a7
|
Introduces Configurable::Device and implements it for the Electron.
Configurable::Device covers devices that have user-facing configuration options, listing them and accepting them.
|
2017-11-17 23:02:00 -05:00 |
|
Thomas Harte
|
5408efe9b5
|
Flags obvious default options within the 6560, Vic-20 and DynamicMachine.
|
2017-11-12 16:41:09 -05:00 |
|
Thomas Harte
|
0116d7f071
|
Added a platform-neutral route for feeding ROMs to machines, in a platform-dependant fashion; implemented for the CPC.
|
2017-11-05 20:12:01 -05:00 |
|
Thomas Harte
|
1e1efcdcb8
|
Pushes far enough along the path of having the SDL version do work that it becomes obvious I've never figured out the correct course of action if there is no sound output.
|
2017-11-05 12:49:28 -05:00 |
|