aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-05-10Avoid magic number and fix in trasparent reading from VRAMJuan J. Martinez
2023-05-10Add frame support, updated spriteJuan J. Martinez
2023-05-10Add missing commentJuan J. Martinez
2023-05-10Removed subroutine as it is more readable like thisJuan J. Martinez
2023-05-09PlaygroundJuan J. Martinez
Potential example game.
2023-05-09Implement controller 1 (keyboard)Juan J. Martinez
Exposed via port.
2023-05-09More sensible checkJuan J. Martinez
2023-05-09Implelent proper definesJuan J. Martinez
As oppossed to labels to arbitraty addresses. This also prepares the way to support calculated values.
2023-05-09Support rendering a to texture, use ARGB everywhereJuan J. Martinez
It was working anyway, but this seems more correct.
2023-05-09Check for errorJuan J. Martinez
2023-05-09Explicit initJuan J. Martinez
2023-05-09May not matter but make it non-transparentJuan J. Martinez
2023-05-08Process all the eventsJuan J. Martinez
2023-05-08Less locking, perhaps?Juan J. Martinez
2023-05-08Fix reading from vramJuan J. Martinez
2023-05-08Fix PC addre in call [r1 : r2]Juan J. Martinez
2023-05-08Support read from the screenJuan J. Martinez
2023-05-08Clarify that .equ assings an immediate to a labelJuan J. Martinez
2023-05-06Better formatJuan J. Martinez
2023-05-06Save 2 instructionsJuan J. Martinez
2023-05-06Improve comments and refactored turnJuan J. Martinez
2023-05-06Will bounce the wallsJuan J. Martinez
2023-05-06It is a feature!Juan J. Martinez
2023-05-06Implement hardware blitterJuan J. Martinez
2023-05-06Fixes port parsing and r3Juan J. Martinez
2023-05-05ConsistencyJuan J. Martinez
2023-05-05Ammend the commentJuan J. Martinez
It is values not indexes what we match.
2023-05-05Use the MSB of the index to mark a transparent colorJuan 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-05Fixes parsin and improves error reportingJuan J. Martinez
The assembler supports: label: instr ; comment Being any of those three optional. This change makes it happen and also settles on the "retrun error code" pattern for the parse functions.
2023-05-04Make the stb_image implementation a C moduleJuan J. Martinez
2023-05-04Make index zero any RGB value not found in the paletteJuan J. Martinez
Mask TBD
2023-05-04Include PNG images as dataJuan J. Martinez
2023-05-04Update the full fb once to sync with RAMJuan J. Martinez
This is after loading the programm.
2023-05-03CLarifyJuan J. Martinez
Basically it gets included at the "address" the directive is parsed.
2023-05-03Add .include directiveJuan J. Martinez
2023-05-03ClarifyJuan J. Martinez
2023-05-03Add incbin and check memory overflow in outputJuan J. Martinez
2023-05-02More readableJuan J. Martinez
2023-05-02Documented .equ and small improvementsJuan J. Martinez
2023-05-01Blank lineJuan J. Martinez
2023-05-01Added equ to assemblerJuan J. Martinez
To define constants.
2023-05-01Wait longerJuan J. Martinez
2023-05-01FormattingJuan J. Martinez
2023-05-01Documented current paletteJuan J. Martinez
2023-05-01Added the VM player using SDLJuan J. Martinez
- Wired basic functionality (fram-buffer, frame interrupt) - Bug fixes in the assembler
2023-05-01Assign the value of the registerJuan J. Martinez
2023-05-01Missing wordJuan J. Martinez
2023-05-01It is obviousJuan J. Martinez
2023-05-01Typos, formattingJuan J. Martinez
2023-05-01Added licenceJuan J. Martinez