uxn

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

commit 6f55ed496cb92b576eb6d099a6db7cdb6d517f31
parent eaf7d095ecbdf9f41edf0412ff1a6e8e6cbd71cc
Author: Devine Lu Linvega <aliceffekt@gmail.com>
Date:   Sat,  8 Apr 2023 08:53:56 -0700

(uxncli) Fixed issue with DateTime device mask

Diffstat:
Msrc/uxncli.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/uxncli.c b/src/uxncli.c @@ -18,7 +18,7 @@ WITH REGARD TO THIS SOFTWARE. */ Uint16 deo_mask[] = {0x6a08, 0x0300, 0xc028, 0x8000, 0x8000, 0x8000, 0x8000, 0x0000, 0x0000, 0x0000, 0xa260, 0xa260, 0x0000, 0x0000, 0x0000, 0x0000}; -Uint16 dei_mask[] = {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x07fd, 0x0000, 0x0000, 0x0000}; +Uint16 dei_mask[] = {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x07ff, 0x0000, 0x0000, 0x0000}; static int emu_error(char *msg, const char *err)