Thomas Harte
|
54b3e511e9
|
Extends mapping slightly for potential duplicate delete and return.
|
2020-02-29 18:40:41 -05:00 |
|
Thomas Harte
|
f25683ebec
|
Fixes off-by-one range test.
|
2020-02-29 18:35:13 -05:00 |
|
Thomas Harte
|
d5e781e8e1
|
Adds macOS UI option to use logical keyboard input.
|
2020-02-29 18:30:58 -05:00 |
|
Thomas Harte
|
4572c86f0f
|
Adds a third keyboard input mode, which maps to posting things as a typer.
|
2020-02-29 18:17:39 -05:00 |
|
Thomas Harte
|
8a5c4e384a
|
Minimises typer timing.
|
2020-02-29 18:13:05 -05:00 |
|
Thomas Harte
|
4594a3c02b
|
Ensures final thing in a key sequence is fully typed; adds ability to quicken input.
|
2020-02-29 18:12:32 -05:00 |
|
Thomas Harte
|
bd45c1c963
|
Adds append and generally seeks to improve string accumulation.
|
2020-02-29 17:34:21 -05:00 |
|
Thomas Harte
|
5f8bb92f36
|
Merge pull request #761 from TomHarte/Z80Tests
Imports and satisfies additional Z80 unit tests
|
2020-02-27 22:43:30 -05:00 |
|
Thomas Harte
|
3f64cdaff8
|
Improves documentation.
|
2020-02-27 22:33:34 -05:00 |
|
Thomas Harte
|
7ac0ea8529
|
Corrects test cases, as far as they go.
|
2020-02-27 22:33:18 -05:00 |
|
Thomas Harte
|
a3569d7201
|
Corrects so as not to test header. Both Zexall and Zexdoc pass.
|
2020-02-27 22:09:56 -05:00 |
|
Thomas Harte
|
01faffd5bf
|
Corrects memptr behaviour of OTIR/OTDR and INIR/INDR.
This seemingly perfects memptr.
|
2020-02-27 20:55:43 -05:00 |
|
Thomas Harte
|
26de5be07c
|
Corrects memptr behaviour of LDIR/LDDR and CPIR/CPDR.
|
2020-02-27 20:44:53 -05:00 |
|
Thomas Harte
|
87474d5916
|
Corrects memptr behaviour of OUT (C), 0 .
|
2020-02-27 20:38:27 -05:00 |
|
Thomas Harte
|
a366077509
|
Updates failure count.
|
2020-02-26 22:26:23 -05:00 |
|
Thomas Harte
|
06163165d9
|
Corrects memptr effect of LD rr, (nn).
|
2020-02-26 22:22:54 -05:00 |
|
Thomas Harte
|
ec82c075be
|
Fixes memptr for IN C, (C).
|
2020-02-26 22:19:37 -05:00 |
|
Thomas Harte
|
3b0df172a7
|
Corrects memptr behaviour of JP nn.
|
2020-02-26 22:02:15 -05:00 |
|
Thomas Harte
|
7058dbc3cc
|
Corrects memptr for LD HL, (nn).
|
2020-02-26 21:54:49 -05:00 |
|
Thomas Harte
|
b64de89d2d
|
Corrects JR memptrs.
|
2020-02-26 21:47:34 -05:00 |
|
Thomas Harte
|
8878396339
|
Corrects DJNZ memptr behaviour.
|
2020-02-26 21:42:31 -05:00 |
|
Thomas Harte
|
da6d5e2e24
|
Adds memptr testing.
30 failures, for the record.
|
2020-02-26 20:05:14 -05:00 |
|
Thomas Harte
|
18bb90329a
|
Apparently tStates is decimal. Of course it is.
|
2020-02-26 20:04:55 -05:00 |
|
Thomas Harte
|
604bb50adf
|
Imports and converts updated FUSE tests.
Now with added MEMPTR.
|
2020-02-25 23:15:27 -05:00 |
|
Thomas Harte
|
e4887c0c56
|
Corrects JR cc tests.
|
2020-02-24 23:36:05 -05:00 |
|
Thomas Harte
|
3097c4ccae
|
Improves MEMPTR testing and some results.
|
2020-02-24 23:32:18 -05:00 |
|
Thomas Harte
|
7959d243f6
|
Adds single-stepping. Of a kind.
|
2020-02-24 23:31:42 -05:00 |
|
Thomas Harte
|
79dd402bc8
|
Consolidates different test port input selection.
|
2020-02-23 16:12:28 -05:00 |
|
Thomas Harte
|
3f3229851b
|
Implements MEMPTR for IN.
|
2020-02-23 00:32:33 -05:00 |
|
Thomas Harte
|
989628a024
|
Switches to looking for "Result: all tests passed." as a success/failure test.
|
2020-02-22 23:07:14 -05:00 |
|
Thomas Harte
|
e0475343f5
|
Makes collated text easier to read.
|
2020-02-22 18:58:24 -05:00 |
|
Thomas Harte
|
da0a9113d4
|
Introduces the full range of tests.
Albeit that I don't know the correct output yet.
|
2020-02-22 18:44:15 -05:00 |
|
Thomas Harte
|
cf7ab97451
|
Gets the first test to run (and terminate).
|
2020-02-22 18:42:23 -05:00 |
|
Thomas Harte
|
2370575eb5
|
Starts introducing the Patrik Rak tests.
|
2020-02-22 15:49:36 -05:00 |
|
Thomas Harte
|
825b68e5c4
|
Adds separate entry points for zexall and zexdoc.
|
2020-02-22 12:34:47 -05:00 |
|
Thomas Harte
|
851cba0b25
|
Corrects lambda capture.
|
2020-02-22 12:34:16 -05:00 |
|
Thomas Harte
|
f0ec168ac7
|
Merge pull request #760 from TomHarte/MoreAsserts
Throws in additional asserts.
|
2020-02-20 11:19:03 -05:00 |
|
Thomas Harte
|
fa933952f7
|
Throws in additional asserts, so far without uncovering anything.
|
2020-02-19 23:14:18 -05:00 |
|
Thomas Harte
|
ba6e23784c
|
Merge pull request #759 from TomHarte/CPCCorruption
Resolves a variety of potential startup data races.
|
2020-02-19 21:28:22 -05:00 |
|
Thomas Harte
|
614032198e
|
Ensures no divide by zero during initial construction.
|
2020-02-18 22:58:37 -05:00 |
|
Thomas Harte
|
3715e6b48a
|
Resolves potential data race on write_area_texture_.
|
2020-02-18 22:41:46 -05:00 |
|
Thomas Harte
|
91e7400bbb
|
Avoids double-setting of the OpenGL view.
|
2020-02-18 22:33:16 -05:00 |
|
Thomas Harte
|
a8d082c7d2
|
Makes audioQueue atomic to avoid potential data race.
|
2020-02-18 22:31:24 -05:00 |
|
Thomas Harte
|
95756f9716
|
Resolves data race on write_pointers_ close to machine setup.
|
2020-02-18 20:41:51 -05:00 |
|
Thomas Harte
|
a5e1765ce4
|
Eliminates potential race conditions on validity of delegate_ .
|
2020-02-18 20:33:31 -05:00 |
|
Thomas Harte
|
f43c31da1f
|
Tries a new arrangement of hsync response.
|
2020-02-17 22:24:01 -05:00 |
|
Thomas Harte
|
95d0adf10e
|
Moves the icon off the first text line.
Again, in the hope of having GitHub's search pick it up.
|
2020-02-17 00:35:06 -05:00 |
|
Thomas Harte
|
2e1b245cd8
|
Merge pull request #758 from TomHarte/JasminDriveSelection
Switches Jasmin drive selection logic.
|
2020-02-16 21:21:41 -05:00 |
|
Thomas Harte
|
5400c47f07
|
Merge pull request #757 from TomHarte/ByteDrive
Updates Byte Drive implementation as per latest information.
|
2020-02-16 21:16:58 -05:00 |
|
Thomas Harte
|
4153442703
|
Switches Jasmin drive selection logic.
|
2020-02-16 21:15:16 -05:00 |
|