Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-06 | Save 2 instructions | Juan J. Martinez | |
2023-05-06 | Improve comments and refactored turn | Juan J. Martinez | |
2023-05-06 | Will bounce the walls | Juan J. Martinez | |
2023-05-06 | Implement hardware blitter | Juan J. Martinez | |
2023-05-05 | Use the MSB of the index to mark a transparent color | Juan J. Martinez | |
Because we use 1 byte to store 4bpp, we don't need a mask and we can encode a "transparent" color in the bits we don't use. | |||
2023-05-04 | Include PNG images as data | Juan J. Martinez | |
2023-05-01 | Blank line | Juan J. Martinez | |
2023-05-01 | Added equ to assembler | Juan J. Martinez | |
To define constants. | |||
2023-05-01 | Wait longer | Juan J. Martinez | |
2023-05-01 | Added the VM player using SDL | Juan J. Martinez | |
- Wired basic functionality (fram-buffer, frame interrupt) - Bug fixes in the assembler | |||
2023-05-01 | Initial import | Juan J. Martinez | |