Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make error messages great again | Thomas Voss | 2024-02-19 | 5 | -81/+70 |
| | |||||
* | Better errors in the assembler | Thomas Voss | 2024-02-19 | 1 | -5/+5 |
| | |||||
* | Better error messages in the lexer | Thomas Voss | 2024-02-19 | 7 | -36/+148 |
| | |||||
* | Simplify die*() | Thomas Voss | 2024-02-18 | 1 | -6/+13 |
| | |||||
* | Use U+00A0 NO BREAK SPACE between numbers and units | Thomas Voss | 2024-02-18 | 1 | -1/+1 |
| | |||||
* | Make mem 1 byte larger | Thomas Voss | 2024-02-18 | 1 | -1/+1 |
| | |||||
* | Add c8dump | Thomas Voss | 2024-02-18 | 1 | -0/+252 |
| | |||||
* | Correct usage | Thomas Voss | 2024-02-17 | 1 | -1/+4 |
| | |||||
* | Remove TODOs | Thomas Voss | 2024-02-17 | 1 | -16/+0 |
| | |||||
* | Support runtime speed scaling | Thomas Voss | 2024-02-17 | 3 | -11/+17 |
| | |||||
* | Allow user-customizable volume levels | Thomas Voss | 2024-02-17 | 3 | -11/+33 |
| | |||||
* | Decrease project scope | Thomas Voss | 2024-02-17 | 1 | -4/+0 |
| | |||||
* | Toggle scanlines at runtime | Thomas Voss | 2024-02-17 | 1 | -1/+4 |
| | |||||
* | Instantly redraw the screen on resize | Thomas Voss | 2024-02-17 | 1 | -1/+1 |
| | |||||
* | Make drawing more efficient | Thomas Voss | 2024-02-17 | 1 | -6/+6 |
| | |||||
* | Fix DRW collision detection | Thomas Voss | 2024-02-17 | 1 | -1/+2 |
| | |||||
* | Add missing includes | Thomas Voss | 2024-02-17 | 2 | -0/+2 |
| | |||||
* | Remove commented out code | Thomas Voss | 2024-02-17 | 1 | -25/+0 |
| | |||||
* | Optimize redrawing | Thomas Voss | 2024-02-17 | 5 | -5/+15 |
| | |||||
* | Improve video drawing | Thomas Voss | 2024-02-16 | 5 | -22/+30 |
| | |||||
* | Improve reset code | Thomas Voss | 2024-02-16 | 5 | -20/+22 |
| | |||||
* | Make the screen resizable | Thomas Voss | 2024-02-16 | 1 | -3/+3 |
| | |||||
* | Allow the user to reset the emulator | Thomas Voss | 2024-02-16 | 6 | -17/+22 |
| | |||||
* | Support custom clock speeds | Thomas Voss | 2024-02-16 | 2 | -37/+62 |
| | |||||
* | Add extra bounds checking | Thomas Voss | 2024-02-16 | 1 | -1/+5 |
| | |||||
* | Update TODOs | Thomas Voss | 2024-02-16 | 1 | -0/+6 |
| | |||||
* | Add a TODO file | Thomas Voss | 2024-02-16 | 1 | -0/+15 |
| | |||||
* | Allow for custom seeding | Thomas Voss | 2024-02-16 | 3 | -7/+71 |
| | |||||
* | Use UINT64_C() instead of a cast to uint64_t | Thomas Voss | 2024-02-16 | 1 | -1/+1 |
| | |||||
* | Make i a size_t | Thomas Voss | 2024-02-16 | 1 | -1/+1 |
| | |||||
* | Just use 64 instead of UINT64_WIDTH | Thomas Voss | 2024-02-16 | 1 | -1/+1 |
| | |||||
* | Print filenames in error messages | Thomas Voss | 2024-02-16 | 3 | -7/+10 |
| | |||||
* | Inline update_timers() | Thomas Voss | 2024-02-16 | 1 | -17/+7 |
| | |||||
* | Sort out includes | Thomas Voss | 2024-02-16 | 4 | -7/+5 |
| | |||||
* | Inline winclr() | Thomas Voss | 2024-02-16 | 2 | -9/+2 |
| | |||||
* | Implement sound support | Thomas Voss | 2024-02-16 | 3 | -4/+10 |
| | |||||
* | Implement a working SDL GUI | Thomas Voss | 2024-02-16 | 5 | -134/+419 |
| | |||||
* | Begin implementing an SDL2 frontend | Thomas Voss | 2024-02-14 | 5 | -8/+92 |
| | |||||
* | Check return value of clock_gettime() | Thomas Voss | 2024-02-14 | 1 | -1/+2 |
| | |||||
* | Prefer UINT64_WIDTH to literal ‘64’ | Thomas Voss | 2024-02-14 | 1 | -1/+1 |
| | |||||
* | Remove useless variable | Thomas Voss | 2024-02-14 | 1 | -2/+1 |
| | |||||
* | Rename lookup.h to autogen-lookup.h | Thomas Voss | 2024-02-14 | 1 | -1/+1 |
| | |||||
* | Fix builds on MacOS | Thomas Voss | 2024-02-14 | 2 | -190/+1 |
| | |||||
* | Free alloced buffer for DB instructions | Thomas Voss | 2024-02-14 | 1 | -0/+5 |
| | |||||
* | Set pad to false after padding | Thomas Voss | 2024-02-14 | 1 | -1/+3 |
| | |||||
* | Print correct binary sizes | Thomas Voss | 2024-02-14 | 1 | -2/+4 |
| | |||||
* | Implement the start of an emulator | Thomas Voss | 2024-02-14 | 4 | -9/+385 |
| | |||||
* | Align opcodes on even byte boundaries | Thomas Voss | 2024-02-14 | 1 | -0/+9 |
| | |||||
* | Check for T_IDENT, not T_STRING | Thomas Voss | 2024-02-14 | 1 | -1/+1 |
| | |||||
* | Offset labels by 0x200 | Thomas Voss | 2024-02-14 | 1 | -1/+3 |
| |