uxn

Varvara Ordinator, written in ANSI C(SDL2)
git clone https://git.eamoncaddigan.net/uxn.git
Log | Files | Refs | README | LICENSE

commit c21c2d95aadc17af1f02daa455ebeb6096e40a5a
parent 144624f89e6cfd5444427263ec44af91106dba03
Author: neauoire <aliceffekt@gmail.com>
Date:   Mon,  8 Mar 2021 20:05:18 -0800

Fixed redraw issue

Diffstat:
Memulator.c | 2+-
Mprojects/software/left.usm | 10+++++-----
2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/emulator.c b/emulator.c @@ -14,7 +14,7 @@ WITH REGARD TO THIS SOFTWARE. #include "uxn.h" -#define HOR 64 +#define HOR 48 #define VER 32 #define PAD 2 #define RES (HOR * VER * 16) diff --git a/projects/software/left.usm b/projects/software/left.usm @@ -335,10 +335,10 @@ RTS ,no-linebreak ~j LDR #0a NEQ ~j LDR #0d NEQ #0101 EQU2 JMP? POP2 ( fill clear ) @fill-clear - ( incr ) ~dev/sprite.x #0008 ADD2 =dev/sprite.x ,font =dev/sprite.addr #01 =dev/sprite.color - ,fill-clear ~dev/sprite.x ~dev/screen.width #0010 SUB2 LTH2 JMP? POP2 + ( incr ) ~dev/sprite.x #0008 ADD2 =dev/sprite.x + ,fill-clear ~dev/sprite.x ~dev/screen.width #0008 SUB2 LTH2 JMP? POP2 #0010 =dev/sprite.x ( incr ) ~dev/sprite.y #0008 ADD2 =dev/sprite.y @no-linebreak @@ -483,8 +483,8 @@ RTS @arrowdown_icn [ 0010 1010 fe7c 3810 ] @load_icn [ feaa d6aa d4aa f400 ] @save_icn [ fe82 8282 848a f400 ] -@filepath1 [ test.txt 00 ] -@filepath [ projects/software/left.usm 00 ] +@filepath1 [ test.txt 00 ] +@filepath [ projects/software/left.usm 00 ] |4000 ;document Document @@ -499,4 +499,4 @@ RTS |FF60 ;dev/file File |FFF0 .RESET .FRAME .ERROR ( vectors ) -|FFF8 [ 0a4f 0a4f 0a4f ] ( palette ) +|FFF8 [ 40ff c09f a09f ] ( palette )