Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Ignore .bin files | Thomas Voss | 2024-02-16 | 1 | -0/+1 | |
| | ||||||
* | Begin implementing an SDL2 frontend | Thomas Voss | 2024-02-14 | 6 | -9/+102 | |
| | ||||||
* | Check return value of clock_gettime() | Thomas Voss | 2024-02-14 | 1 | -1/+2 | |
| | ||||||
* | Check if autogen-lookup.h is outdated | Thomas Voss | 2024-02-14 | 1 | -1/+1 | |
| | ||||||
* | 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 | 3 | -4/+5 | |
| | ||||||
* | Fix builds on MacOS | Thomas Voss | 2024-02-14 | 4 | -192/+8 | |
| | ||||||
* | 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 | |
| | ||||||
* | Define _GNU_SOURCE when using Glibc | Thomas Voss | 2024-02-14 | 1 | -2/+10 | |
| | ||||||
* | 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 | |
| | ||||||
* | Build librune for Ahoy | Thomas Voss | 2024-02-14 | 1 | -1/+8 | |
| | ||||||
* | Ignore all *.s files | Thomas Voss | 2024-02-14 | 1 | -1/+1 | |
| | ||||||
* | Begin work on the Ahoy emulator | Thomas Voss | 2024-02-13 | 3 | -0/+122 | |
| | ||||||
* | Make unreachable() useful when debugging, and move common macros | Thomas Voss | 2024-02-13 | 7 | -20/+33 | |
| | ||||||
* | Move *eq() macros to common.h | Thomas Voss | 2024-02-13 | 3 | -10/+4 | |
| | ||||||
* | Make output nicer | Thomas Voss | 2024-02-13 | 1 | -1/+1 | |
| | ||||||
* | Bump librune | Thomas Voss | 2024-02-13 | 3 | -1/+14 | |
| | ||||||
* | 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 | 171 | -0/+32614 | |