uxn

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

commit e2ab8811f85d8420e580dec08c53fe588ba96f05
parent 1e61770acc4f780a63ae53e20c2a67d6c8ae704b
Author: Devine Lu Linvega <aliceffekt@gmail.com>
Date:   Sun, 19 Jan 2025 11:47:35 -0800

Merge branch 'main' of git.sr.ht:~rabbits/uxn

Diffstat:
Msrc/devices/system.h | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/devices/system.h b/src/devices/system.h @@ -16,4 +16,4 @@ int system_error(char *msg, const char *err); int system_boot(Uint8 *ram, char *rompath); Uint8 system_dei(Uint8 addr); -void system_deo(Uint8 addr); -\ No newline at end of file +void system_deo(Uint8 addr);