| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2018-12-22 | Update README.mdHEADmaster | James Barnett | 1 | -2/+29 |
| 2018-08-08 | Update imgui to 1.63-beta1 | James Barnett | 2 | -6/+7 |
| 2018-08-08 | Render GPU output as OpenGL texture | James Barnett | 2 | -16/+54 |
| 2018-08-01 | Add GPU interface and implementation which returns a test pattern | James Barnett | 3 | -0/+71 |
| 2018-07-24 | Add ram dump debug window | James Barnett | 6 | -4/+50 |
| 2018-07-23 | Move lambda calls outside of parens | James Barnett | 12 | -372/+371 |
| 2018-07-21 | Add ability to step through CPU execution of boot rom | James Barnett | 6 | -1/+121 |
| 2018-07-21 | Add imgui based debug window container | James Barnett | 7 | -0/+179 |
| 2018-07-17 | Implement the last set of ops. RETs | James Barnett | 2 | -0/+29 |
| 2018-07-16 | Add RST ops | James Barnett | 2 | -0/+28 |
| 2018-07-16 | Add CALLs | James Barnett | 2 | -0/+29 |
| 2018-07-16 | Implement JUMP ops | James Barnett | 6 | -4/+35 |
| 2018-07-16 | Implement BIT SET and RES ops | James Barnett | 2 | -1/+60 |
| 2018-07-12 | Add shift ops | James Barnett | 2 | -0/+74 |
| 2018-07-11 | Add rotate ops | James Barnett | 2 | -0/+128 |
| 2018-07-10 | Move SWAP ops into the extended CB prefixed set | James Barnett | 2 | -17/+26 |
| 2018-07-08 | Add 'misc' ops (SWAP, DAA, CPL, CCF, SCF etc.) | James Barnett | 2 | -4/+63 |
| 2018-07-08 | Implement 16-Bit arithmetic ops | James Barnett | 4 | -11/+73 |
| 2018-07-06 | Add all remaining 8-Bit arithmetic ops | James Barnett | 1 | -2/+117 |
| 2018-07-03 | Add some 8-Bit arithmetic ops | James Barnett | 3 | -1/+103 |
| 2018-07-02 | Start on 8-Bit arithmetic CPU ops | James Barnett | 1 | -0/+2 |
| 2018-06-28 | Add register flags and set from LDHL SP,n op | James Barnett | 4 | -1/+119 |
| 2018-06-27 | Add 16-Bit pop commands | James Barnett | 3 | -1/+24 |
| 2018-06-22 | Add first few 16-Bit Load ops | James Barnett | 2 | -0/+47 |
| 2018-06-15 | Add all 8-Bit Load opcodes | James Barnett | 4 | -3/+43 |
| 2018-06-14 | Move bit manipulation helpers out into their own object | James Barnett | 2 | -49/+55 |
| 2018-06-14 | Make a start on opcodes | James Barnett | 6 | -0/+133 |
| 2018-06-13 | Initial files. Implement basic registers. | James Barnett | 11 | -0/+1251 |