Thomas Harte
|
6e1909647b
|
Reformat; hatch separate AT keyboard controller; print POST codes.
|
2025-03-05 21:08:53 -05:00 |
|
Thomas Harte
|
89fd41124f
|
Template various bits of hardware on machine type.
|
2025-03-04 17:08:49 -05:00 |
|
Thomas Harte
|
9df6d535e2
|
Patch up enough to get an 80286 performer compilable.
|
2025-03-04 13:52:02 -05:00 |
|
Thomas Harte
|
b9177e50d3
|
Commute 'speed' to 'model approximation'.
|
2025-03-04 09:57:34 -05:00 |
|
Thomas Harte
|
2c2216afae
|
Further eliminate file-relative includes.
|
2025-02-28 13:18:48 -05:00 |
|
Thomas Harte
|
0823fc32fe
|
Eliminate file-relative paths.
|
2025-02-28 12:30:25 -05:00 |
|
Thomas Harte
|
49fec1bc10
|
Remove meaningless 'volatile'.
|
2025-02-27 11:56:24 -05:00 |
|
Thomas Harte
|
ff86cbd48e
|
Remove more get_ s.
|
2025-02-26 20:26:06 -05:00 |
|
Thomas Harte
|
4b19a3f4ed
|
Split interface, make const .
|
2025-02-25 22:58:36 -05:00 |
|
Thomas Harte
|
a1d10adaa3
|
Support only the Vic-20 for PRGs for now.
|
2025-02-18 20:46:43 -05:00 |
|
Thomas Harte
|
93eb63d930
|
Add interrupt register to TED check set.
|
2025-02-11 21:47:36 -05:00 |
|
Thomas Harte
|
c58a2ee624
|
Remove redundant moves.
|
2025-02-03 21:44:30 -05:00 |
|
Thomas Harte
|
d749c305ed
|
Merge branch 'master' into Plus4FastLoad
|
2025-01-28 20:20:21 -05:00 |
|
Thomas Harte
|
ed2ba63a5f
|
Adjust style.
|
2025-01-26 21:42:38 -05:00 |
|
Thomas Harte
|
8a2c009653
|
Reduce copies, size()s, code duplication.
|
2025-01-26 21:34:01 -05:00 |
|
Thomas Harte
|
bc7ab0eba1
|
Extend parser, accelerate headers.
|
2025-01-21 22:37:10 -05:00 |
|
Thomas Harte
|
1e9ddada37
|
Retain tapes and disks.
|
2025-01-20 15:51:01 -05:00 |
|
Thomas Harte
|
beb9f38514
|
Eliminate std::shared_ptr.
|
2025-01-18 23:25:08 -05:00 |
|
Thomas Harte
|
00b1865fc8
|
Fix boundary condition.
|
2025-01-17 21:46:43 -05:00 |
|
Thomas Harte
|
0f545608c4
|
Fix serialiser ownership, Commodore analyser.
|
2025-01-17 21:43:11 -05:00 |
|
Thomas Harte
|
bde2047184
|
Provide target platform where serialiser will accept it.
|
2025-01-17 17:09:47 -05:00 |
|
Thomas Harte
|
58d3fdc1c2
|
Separate stateful serialisation from tapes.
|
2025-01-17 16:39:21 -05:00 |
|
Thomas Harte
|
2f546842a7
|
Wire TAPs and similar directly to their targets.
|
2025-01-16 21:21:15 -05:00 |
|
Thomas Harte
|
a6e453a452
|
Introdice alternative tape timings for the +4.
|
2025-01-15 22:11:26 -05:00 |
|
Thomas Harte
|
c679e2c067
|
line_number is now unused.
|
2025-01-09 16:14:16 -05:00 |
|
Thomas Harte
|
5fb6e6780c
|
Eliminate unused variable (at least temporarily).
|
2025-01-08 22:30:17 -05:00 |
|
Thomas Harte
|
c5bffc38f4
|
Switch typedef s to using s.
|
2025-01-03 21:35:34 -05:00 |
|
Thomas Harte
|
b0d1dee38b
|
Add missing header.
|
2024-12-29 22:36:14 -05:00 |
|
Thomas Harte
|
34938e8c62
|
Fully connect serial port.
|
2024-12-28 23:07:01 -05:00 |
|
Thomas Harte
|
15583e7975
|
Avoid risk of unbounded memory consumption.
|
2024-12-16 22:29:23 -05:00 |
|
Thomas Harte
|
5acdf39566
|
Use a normative, unique_ptr-based cache.
|
2024-12-16 22:12:12 -05:00 |
|
Thomas Harte
|
2240ada5db
|
Avoid going out of bounds below.
|
2024-12-16 22:11:49 -05:00 |
|
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
|
b0158ed7ce
|
Use std::once in preference to home-rolled solution.
|
2024-12-08 22:35:41 -05:00 |
|
Thomas Harte
|
7cc6f8604e
|
Eliminate std::shared_ptr outside of DiskImageHolder.
|
2024-12-08 21:49:34 -05:00 |
|
Thomas Harte
|
b15a083a15
|
Switch to a non-macro route for startup declarations.
|
2024-12-07 10:15:38 -06:00 |
|
Thomas Harte
|
e9826d2e7e
|
Use launch-time declarations.
|
2024-12-06 16:03:46 -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
|
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
|
7a1153be65
|
Improve loop detection.
|
2024-12-05 17:30:30 -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
|
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
|
9fa71231c4
|
Support zero-length files; further fix bounds checks.
|
2024-12-02 17:23:50 -05:00 |
|
Thomas Harte
|
32beafc12d
|
Test Plus 4 detectionl; add shout for additional start address.
|
2024-12-02 15:27:37 -05:00 |
|