Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | Begin work on the Ahoy emulator | Thomas Voss | 2024-02-13 | 1 | -0/+57 |
* | Make unreachable() useful when debugging, and move common macros | Thomas Voss | 2024-02-13 | 6 | -18/+31 |
* | Move *eq() macros to common.h | Thomas Voss | 2024-02-13 | 3 | -10/+4 |
* | Use U8MOV() | Thomas Voss | 2024-02-13 | 1 | -2/+1 |
* | Remove debug code | Thomas Voss | 2024-02-13 | 1 | -5/+1 |
* | More simplification | Thomas Voss | 2024-02-13 | 1 | -13/+10 |
* | Remove [[maybe_unused]] from stream parameter | Thomas Voss | 2024-02-13 | 1 | -1/+1 |
* | Simplify | Thomas Voss | 2024-02-13 | 1 | -3/+1 |
* | Swap out mbstring.h for rune.h | Thomas Voss | 2024-02-13 | 1 | -1/+1 |
* | Complete the assembler | Thomas Voss | 2024-02-13 | 3 | -8/+178 |
* | Update NOTES | Thomas Voss | 2024-02-13 | 1 | -1/+1 |
* | Genesis commit | Thomas Voss | 2024-02-13 | 14 | -0/+1558 |