Thomas Harte
|
27afb8f0a7
|
Adds direct indirect long test, and thereby fixes addressing mode.
Nine to go!
|
2020-10-14 21:26:20 -04:00 |
|
Thomas Harte
|
327ab81436
|
Fills in direct, x and (direct) tests, fixing implementation of the latter.
10 to go.
|
2020-10-14 21:17:28 -04:00 |
|
Thomas Harte
|
db7178495f
|
Implements direct and final absolute test.
14 to go.
|
2020-10-14 20:57:47 -04:00 |
|
Thomas Harte
|
979186e71d
|
Transcribes the English-language versions of the outstanding tests.
Passing these will make me willing to call the 65816 functionality provisionally done, other than making sureI signal VPA, VDA, VPB, etc, correctly.
|
2020-10-14 13:56:37 -04:00 |
|
Thomas Harte
|
f05e0d956b
|
Adds a TODO list in order to keep an end in sight.
|
2020-10-13 21:43:42 -04:00 |
|
Thomas Harte
|
b22aa5d699
|
Starts transcribing the addressing examples I have into tests.
Correspondingly extends the exposed register set and test-machine addressing range.
|
2020-10-13 21:38:30 -04:00 |
|
Thomas Harte
|
3e6a2adaaf
|
Corrects absolute, x and absolute, y addressing modes.
|
2020-10-13 20:30:39 -04:00 |
|
Thomas Harte
|
6a47571d17
|
Stops truncating tests by two bytes.
Not that it seems to have been problematic.
|
2020-10-12 21:53:27 -04:00 |
|
Thomas Harte
|
28da1a724a
|
Introduces Jeek816 test case.
|
2020-10-12 21:43:44 -04:00 |
|
Thomas Harte
|
5dc3cd3a2f
|
Starts using Jeek816 for a basic native-mode audit. Fixes absolute long addressing.
|
2020-10-11 22:02:46 -04:00 |
|
Thomas Harte
|
486324ecab
|
This test isn't actually 65816-compatible.
|
2020-10-10 18:19:48 -04:00 |
|
Thomas Harte
|
340ad093a6
|
Adds 65816 runs of the final tranche of applicable tests.
|
2020-10-10 17:26:41 -04:00 |
|
Thomas Harte
|
0fe09cd1e4
|
Knocks SBC into producing likely results; disables Lorenz testing.
|
2020-10-10 17:13:16 -04:00 |
|
Thomas Harte
|
09fba72d58
|
Adds flag manipulation, ADC and SBC 65816 tests.
The latter two fail.
|
2020-10-10 11:30:15 -04:00 |
|
Thomas Harte
|
7966592fae
|
Corrects ROL d.
|
2020-10-10 11:22:23 -04:00 |
|
Thomas Harte
|
6efe4e1753
|
Fixes AND, EOR, ORA. Takes an unsuccessful shot at ROL.
|
2020-10-10 10:53:17 -04:00 |
|
Thomas Harte
|
536c4d45c1
|
Adds additional 65816 tests, some failing; seeks to improve carry behaviour in ASL and ROL.
|
2020-10-10 10:11:57 -04:00 |
|
Thomas Harte
|
a02f88fe7c
|
Confirms a couple more of the easy sets.
|
2020-10-10 09:34:29 -04:00 |
|
Thomas Harte
|
d9be6ab806
|
Confirms that a few other simple tests work immediately on the 65816.
|
2020-10-09 23:26:35 -04:00 |
|
Thomas Harte
|
290598429a
|
Applies indirect page zero emulation mode addressing constraint to ix addressing.
Lorenz's LDA tests now pass in emulation mode.
|
2020-10-09 23:22:48 -04:00 |
|
Thomas Harte
|
776f014dbe
|
Attempts LDA tests against the 65816.
Result: ix is faulty. Which we already knew.
|
2020-10-09 22:23:54 -04:00 |
|
Thomas Harte
|
88293909f4
|
Enables running of a first test on the 65816.
|
2020-10-09 21:44:47 -04:00 |
|
Thomas Harte
|
9b6c48631d
|
Removes usage of a JAM instruction to spot end-of-tests.
|
2020-10-09 21:39:34 -04:00 |
|
Thomas Harte
|
0418f51ef2
|
Takes a shot at emulation-mode 'exceptions'.
It's just RTI and correct decimal SBC left of the official 6502s now, I think.
|
2020-10-08 17:52:13 -04:00 |
|
Thomas Harte
|
b578240993
|
Adds a further error.
Clearly I've severely overloaded 'JMP' and not fully thought through where it gets its addresses from.
|
2020-10-07 21:47:58 -04:00 |
|
Thomas Harte
|
1ba0a117e7
|
Corrects PLB, PLD, PLP.
|
2020-10-07 20:23:53 -04:00 |
|
Thomas Harte
|
f7b119ffe1
|
Moves temporary logging, fixes branch instructions.
|
2020-10-07 19:57:58 -04:00 |
|
Thomas Harte
|
a4cec95db1
|
Corrects load and transfer flag oversights.
|
2020-10-07 19:36:23 -04:00 |
|
Thomas Harte
|
84c4fa197b
|
Corrects DEX mapping, notes new Dormann failure case.
|
2020-10-07 18:48:03 -04:00 |
|
Thomas Harte
|
a72ac8294c
|
Adds 65816 alternates to Klaus Dormann's tests.
While also correcting a couple of misspellings of his name. Apologies, Klaus!
|
2020-09-29 18:49:58 -04:00 |
|
Thomas Harte
|
ef1a514785
|
Introduces 6502Selector, for picking either a 6502 or a 65816 based on a single template parameter.
|
2020-09-28 21:35:46 -04:00 |
|
Thomas Harte
|
b96cd4d18b
|
Resolves another unsafe pointer assumption.
|
2020-09-27 22:20:13 -04:00 |
|
Thomas Harte
|
8641494809
|
Resolve various test-case warnings.
|
2020-09-27 15:10:29 -04:00 |
|
Thomas Harte
|
5449e90b34
|
Edges towards offering the 65816 as another type of 6502 for testing.
|
2020-09-26 22:31:50 -04:00 |
|
Thomas Harte
|
703065a0a5
|
Takes a run at timer-linked PB7 output behaviour.
Seemingly sufficiently to pass the VICE test (which I've transcribed), though with some guesswork.
|
2020-09-20 14:51:59 -04:00 |
|
Thomas Harte
|
291aa42fe1
|
Corrects test target.
|
2020-09-19 21:20:37 -04:00 |
|
Thomas Harte
|
eadda6a967
|
Further strips OpenGL from the macOS target.
|
2020-08-09 22:17:27 -04:00 |
|
Thomas Harte
|
267006782f
|
Starts to add Qt target; resolves many build warnings.
|
2020-05-30 00:37:06 -04:00 |
|
Thomas Harte
|
0505b82384
|
Restores top bit of channel period, propagates it to the envelope generator.
|
2020-05-05 00:28:24 -04:00 |
|
Thomas Harte
|
5896288edd
|
Adapts to new interface.
|
2020-04-29 22:08:36 -04:00 |
|
Thomas Harte
|
f899af0eef
|
Fixes OPL tests.
|
2020-04-28 20:17:16 -04:00 |
|
Thomas Harte
|
32fd1897d0
|
Via a unit test, confirms and fixes relative volumes of OPLL channels.
Also rejigs responsibility for scaling to emulator-standard volume.
|
2020-04-20 23:17:29 -04:00 |
|
Thomas Harte
|
39e6a28730
|
Rearranges file.
|
2020-04-20 19:41:04 -04:00 |
|
Thomas Harte
|
3852e119aa
|
Adds test data for FM wave generation.
|
2020-04-20 19:33:03 -04:00 |
|
Thomas Harte
|
99fa86a67e
|
Adds a test for lookup sine. And fixes lookup sine.
|
2020-04-20 18:40:47 -04:00 |
|
Thomas Harte
|
a7e63b61eb
|
Just from printing numbers: corrects transition from attack to decay.
|
2020-04-15 00:26:01 -04:00 |
|
Thomas Harte
|
b13b0d9311
|
Starts towards implementing some OPL test cases.
|
2020-04-14 23:51:45 -04: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 |
|