Thomas Harte
|
6ade36bf09
|
Adds an empty shell of a machine.
|
2021-07-16 20:30:48 -04:00 |
|
Thomas Harte
|
88f2a2940b
|
Add Enterprise source paths.
|
2021-06-14 21:07:35 -04:00 |
|
Thomas Harte
|
5b419ca5bf
|
Add State folder to Scons and Qt projects.
|
2021-04-24 23:25:08 -04:00 |
|
Thomas Harte
|
84774a7910
|
Update Qt and SDL build files.
|
2021-03-19 11:19:10 -04:00 |
|
Thomas Harte
|
5a1bda1d82
|
Performs boilerplate towards a ZX Spectrum class.
|
2021-03-17 23:38:55 -04:00 |
|
Thomas Harte
|
b63ca16ce2
|
Attempts to hatch a Sinclair namespace.
|
2021-03-17 22:40:29 -04:00 |
|
Thomas Harte
|
6ca8aa99fc
|
Commit SDL and Qt project files; improve commenting.
|
2021-02-10 21:28:32 -05:00 |
|
Thomas Harte
|
321e10fffb
|
Adds 'InstructionSets' to the SDL and Qt projects.
|
2021-01-15 22:30:02 -05:00 |
|
Thomas Harte
|
5287c57ee0
|
Adds the IIgs as a user-selectable machine.
Albeit that there is no underlying machine yet.
|
2020-10-20 22:18:11 -04:00 |
|
Thomas Harte
|
4f03bf754d
|
Adds the 65816 to SConstruct.
|
2020-09-29 18:43:39 -04:00 |
|
Thomas Harte
|
f9f500c194
|
Merge branch 'master' into LockFreeQueue
|
2020-07-24 22:29:45 -04:00 |
|
Thomas Harte
|
e097a841d2
|
Adds a c++1z fallback for SDL builds, too.
|
2020-07-24 22:01:22 -04:00 |
|
Thomas Harte
|
84dcf9925b
|
Updates Scons and Qt projects to include new files.
|
2020-07-23 23:14:10 -04:00 |
|
Thomas Harte
|
ff3c2fdc59
|
Adds 68000 state to SConstruct.
|
2020-05-16 18:33:36 -04:00 |
|
Thomas Harte
|
80f2836cb8
|
Adds Z80 state to SConstruct.
|
2020-05-13 22:05:23 -04:00 |
|
Thomas Harte
|
4c6d0f7fa0
|
Corrects SConstruct; applies default initialisation in Struct.cpp.
|
2020-05-09 18:11:50 -04:00 |
|
Thomas Harte
|
40b60fe5d4
|
Renames folder as per intended scope.
|
2020-05-09 18:04:11 -04:00 |
|
Thomas Harte
|
0aceddd088
|
Starts tidying up the OPL2.
This is as a precursor to switching to using the proper table lookups, which I hope will automatically fix my range issues.
|
2020-04-15 22:10:50 -04:00 |
|
Thomas Harte
|
d9e41d42b5
|
Adds the OPL2 to SConstruct.
|
2020-04-05 21:34:19 -04:00 |
|
Thomas Harte
|
e4d4e4e002
|
Adds 6502 State to the SConstruct file.
On the assumption I'll actually use it at some point.
|
2020-04-02 19:16:22 -04:00 |
|
Thomas Harte
|
cab4bead72
|
Promotes explicit specialisations to namespace scope.
|
2020-03-13 23:38:29 -04:00 |
|
Thomas Harte
|
993dfeae1b
|
Standardises on -O2, C++17.
|
2019-12-21 20:25:43 -05:00 |
|
Thomas Harte
|
837dfd1ab8
|
Corrects StaticAnalyser references.
|
2019-11-09 16:14:00 -05:00 |
|
Thomas Harte
|
c4fefe1eb3
|
Updates SConstruct.
|
2019-11-09 15:42:19 -05:00 |
|
Thomas Harte
|
839e51d92d
|
Adds newest files to SConstruct.
|
2019-09-18 21:49:57 -04:00 |
|
InvisibleUp
|
f2b083f4de
|
Allow for scons to run on Python 3
|
2019-08-03 00:33:53 -04:00 |
|
Thomas Harte
|
59b5ee65d4
|
Adds the Zilog SCC to SConstruct.
|
2019-07-08 18:18:49 -04:00 |
|
Thomas Harte
|
6438a5ca1f
|
Updated SConstruct as per new Apple grouping.
|
2019-07-08 18:10:39 -04:00 |
|
Thomas Harte
|
ea7899f47d
|
Updates the SConstruct in obvious ways.
|
2019-07-08 17:38:43 -04:00 |
|
Thomas Harte
|
e88ef30ce6
|
Adds recommended fix for 0xc3 in position 12 error.
|
2019-05-30 22:20:15 -04:00 |
|
Thomas Harte
|
ae31d45c88
|
Introduces the 68000 to SConstruct.
|
2019-05-03 14:31:09 -04:00 |
|
Thomas Harte
|
73e32a9c76
|
Adds a missing directory.
|
2019-01-25 20:26:20 -05:00 |
|
Thomas Harte
|
f0ec9fa5d2
|
Updates the SConstruct file for new Outputs.
|
2019-01-25 19:11:57 -05:00 |
|
Thomas Harte
|
cc99b0f532
|
Fixes typo.
|
2018-09-30 20:48:55 -04:00 |
|
Thomas Harte
|
48ece623e7
|
Adds the Sega Master System to SConstruct.
|
2018-09-30 20:46:38 -04:00 |
|
Thomas Harte
|
578a5b3e69
|
Ensures NDEBUG is set for release builds.
|
2018-05-09 22:27:57 -04:00 |
|
Thomas Harte
|
9593e0f7fe
|
Updates SContruct file for Disk II analysis.
|
2018-05-05 19:34:22 -04:00 |
|
Thomas Harte
|
72bc5f8d7b
|
Adds a class to contain the Disk II and begins Apple GCR conversion routines.
|
2018-04-21 14:33:42 -07:00 |
|
Thomas Harte
|
75e9c3678b
|
Adds the missing Apple II static analyser.
|
2018-04-20 10:58:57 -04:00 |
|
Thomas Harte
|
1aacf437b5
|
Adds omitted paths to SConstruct.
|
2018-04-20 10:56:59 -04:00 |
|
Thomas Harte
|
ba68b7247b
|
Adds latest files to SConstruct.
|
2018-03-01 22:19:50 -05:00 |
|
Thomas Harte
|
9728bea0a7
|
Updates scons file and corrects missing headers; backports to C++11.
|
2018-02-19 05:13:41 -08:00 |
|
Thomas Harte
|
655b971976
|
Establishes that there is such as a thing as a Konami SCC.
Creates one, ensures it appears in memory when intended to, lets it handle reads and writes. It currently does nothing.
|
2018-01-06 20:15:55 -05:00 |
|
Thomas Harte
|
aca7842ca4
|
Better documents and tidies the TMS9918.
|
2017-12-14 20:27:26 -05:00 |
|
Thomas Harte
|
57b060ac3c
|
Updates SConstruct for the incoming MSX changes.
|
2017-12-06 18:56:26 -08:00 |
|
Thomas Harte
|
63381ff505
|
Fixes accidental typographic quote in SConstruct.
|
2017-11-18 21:13:55 -05:00 |
|
Thomas Harte
|
2ea050556b
|
Adds transcoding of ostensible list selections to Boolean selections, and vice versa.
|
2017-11-18 21:09:26 -05:00 |
|
Thomas Harte
|
2979d19621
|
Enables all warnings for the SDL build.
|
2017-11-12 16:46:10 -05:00 |
|
Thomas Harte
|
ca80da7fbe
|
Merge branch 'SDLScons' of github.com:TomHarte/CLK into SDLScons
|
2017-11-10 23:17:05 -05:00 |
|
Thomas Harte
|
f853d87884
|
Switches SConstruct build file to producing an optimised result.
|
2017-11-10 23:16:05 -05:00 |
|