Thomas Harte
|
5a3e4dd47b
|
Merge pull request #1431 from TomHarte/UniqueSectors
Eliminate use of std::shared_ptr for tracks on both sides of DiskImageHolder.
|
2024-12-09 22:23:01 -05:00 |
|
Thomas Harte
|
06a005321e
|
Merge pull request #1433 from TomHarte/DeclareFieldsAfresh
Use `std::once` in preference to home-rolled solution.
|
2024-12-08 22:46:21 -05:00 |
|
Thomas Harte
|
d3587f595f
|
Merge pull request #1432 from TomHarte/Plus4ROMs
Add definitions for some of the Plus 4 ROMs.
|
2024-12-08 22:42:02 -05:00 |
|
Thomas Harte
|
b0158ed7ce
|
Use std::once in preference to home-rolled solution.
|
2024-12-08 22:35:41 -05:00 |
|
Thomas Harte
|
e5f4300e54
|
Add definitions for some of the Plus 4 ROMs.
|
2024-12-08 22:03:44 -05:00 |
|
Thomas Harte
|
7cc6f8604e
|
Eliminate std::shared_ptr outside of DiskImageHolder.
|
2024-12-08 21:49:34 -05:00 |
|
Thomas Harte
|
657960e7d0
|
Eliminate use of std::shared_ptr at DiskImage and below.
|
2024-12-08 21:26:03 -05:00 |
|
Thomas Harte
|
aecd7f9283
|
Merge pull request #1427 from TomHarte/CommodoreAnalyser
Improve analysis of Commodore BASIC
|
2024-12-08 18:59:03 -06:00 |
|
Thomas Harte
|
6f1b30cd24
|
Include Plus 4 in test target.
|
2024-12-07 11:56:16 -06:00 |
|
Thomas Harte
|
a6ba549b67
|
Don't repeat constant.
|
2024-12-07 11:55:38 -06:00 |
|
Thomas Harte
|
84ea04f61d
|
Improve comments.
|
2024-12-07 11:54:55 -06:00 |
|
Thomas Harte
|
0d52cf5f97
|
Improve const iness.
|
2024-12-07 11:50:18 -06:00 |
|
Thomas Harte
|
b15a083a15
|
Switch to a non-macro route for startup declarations.
|
2024-12-07 10:15:38 -06:00 |
|
Thomas Harte
|
a128247ef5
|
Improve comments.
|
2024-12-07 09:32:45 -06:00 |
|
Thomas Harte
|
590bd934c0
|
Use built-in paralel for.
|
2024-12-07 09:32:32 -06:00 |
|
Thomas Harte
|
e9826d2e7e
|
Use launch-time declarations.
|
2024-12-06 16:03:46 -05:00 |
|
Thomas Harte
|
58ed63cd18
|
Consciously uglify. These shouldn't look like functions.
|
2024-12-06 16:03:24 -05:00 |
|
Thomas Harte
|
fd1bd3032f
|
Attempt to move towards at-launch field declaration.
This avoids any need for overt thread safety in mutations.
|
2024-12-06 16:00:03 -05:00 |
|
Thomas Harte
|
d7206096ea
|
Attempt to parallelise.
|
2024-12-06 15:59:47 -05:00 |
|
Thomas Harte
|
f43e594eca
|
Improve style: indentation, const ness, names.
|
2024-12-06 15:29:49 -05:00 |
|
Thomas Harte
|
ea4fe5e809
|
Propagate Plus 4 to other project files.
|
2024-12-06 15:20:58 -05:00 |
|
Thomas Harte
|
9fcb634510
|
Route +4 software into a non-functional +4.
|
2024-12-06 15:17:49 -05:00 |
|
Thomas Harte
|
c14a4515ce
|
Add const s widely.
|
2024-12-06 15:08:21 -05:00 |
|
Thomas Harte
|
8e71180cd2
|
Add an empty shell of a C16+4 class.
|
2024-12-06 13:53:08 -05:00 |
|
Thomas Harte
|
08f98aa32f
|
Decrease indentation.
|
2024-12-06 13:52:42 -05:00 |
|
Thomas Harte
|
e8aa9b9eb2
|
Avoid overrun on empty file.
|
2024-12-06 13:37:06 -05:00 |
|
Thomas Harte
|
19f815eeff
|
Infer more from first file starting address; reduce reallocations.
|
2024-12-06 13:34:35 -05:00 |
|
Thomas Harte
|
a508f7a463
|
Process all files if provided with a disk or tape.
|
2024-12-06 13:24:15 -05:00 |
|
Thomas Harte
|
e58d3ee060
|
Remove file.
|
2024-12-05 22:13:02 -05:00 |
|
Thomas Harte
|
268842681a
|
Adjust move semantics.
|
2024-12-05 22:09:07 -05:00 |
|
Thomas Harte
|
9b357a9fbf
|
Reduce copying.
|
2024-12-05 22:05:03 -05:00 |
|
Thomas Harte
|
6f80018b6e
|
Reintroduce argument.
|
2024-12-05 22:04:39 -05:00 |
|
Thomas Harte
|
7a1153be65
|
Improve loop detection.
|
2024-12-05 17:30:30 -05:00 |
|
Thomas Harte
|
85d4c24aba
|
Restore parameter name.
|
2024-12-05 17:29:05 -05:00 |
|
Thomas Harte
|
48c0ae8fe4
|
Avoid being thrown by looping BASIC.
|
2024-12-05 17:28:47 -05:00 |
|
Thomas Harte
|
e835b2c68c
|
Merge branch 'master' into CommodoreAnalyser
|
2024-12-04 22:56:05 -05:00 |
|
Thomas Harte
|
10d20f5d09
|
Merge pull request #1429 from TomHarte/FarewellMacOS12
Remove deprecated macos-12 from CI; add macos-15.
|
2024-12-04 22:55:06 -05:00 |
|
Thomas Harte
|
88b31ea940
|
Merge pull request #1428 from TomHarte/MoreIndentation
Adjust more dangling indentation changes.
|
2024-12-04 22:40:30 -05:00 |
|
Thomas Harte
|
9cb28d23a3
|
Remove deprecated macos-12; add macos-15.
|
2024-12-04 22:39:29 -05:00 |
|
Thomas Harte
|
ce5aae3f7d
|
Adjust more dangling indentation changes.
|
2024-12-04 22:29:08 -05:00 |
|
Thomas Harte
|
e7f0eb6746
|
Avoid invalid accesses.
|
2024-12-04 22:04:00 -05:00 |
|
Thomas Harte
|
65a118d1f3
|
Attempt to locate and disassemble machine code.
|
2024-12-04 21:41:05 -05:00 |
|
Thomas Harte
|
3d2eefc7e7
|
Merge pull request #1426 from TomHarte/C16Plus4Analysis
Begin Plus 4 analyser work, triggering clean-up of tape file classes.
|
2024-12-03 23:16:10 -05:00 |
|
Thomas Harte
|
f804c32eee
|
Opportunistically const .
|
2024-12-03 22:57:38 -05:00 |
|
Thomas Harte
|
b89ecadc3a
|
Improve interface.
|
2024-12-03 22:54:29 -05:00 |
|
Thomas Harte
|
6d4ff0b89a
|
Finally eliminate all that virtual_ nonsense.
|
2024-12-03 22:28:57 -05:00 |
|
Thomas Harte
|
598003ea39
|
Continue marking override.
|
2024-12-03 21:18:26 -05:00 |
|
Thomas Harte
|
6ef63790a9
|
Mark overrides, improve const iness.
|
2024-12-03 17:33:09 -05:00 |
|
Thomas Harte
|
3ffd986a1c
|
Start building Commodore analyser tests.
|
2024-12-03 09:25:58 -05:00 |
|
Thomas Harte
|
0b5cd4c665
|
Lock all tape classes down to read-only.
|
2024-12-03 09:21:13 -05:00 |
|