all repos — xyw @ e3c0ff321521aa6c923e4f2827b27e080f4ba86a

A minimal virtual machine and assembler for terminals.

fixes
h3rald h3rald@h3rald.com
Tue, 09 Dec 2025 13:42:18 +0100
commit

e3c0ff321521aa6c923e4f2827b27e080f4ba86a

parent

7ab9cd29e108cb9c97d7318c7a7f8b34b831c744

1 files changed, 0 insertions(+), 2 deletions(-)

jump to
M devices/clock.cdevices/clock.c

@@ -25,8 +25,6 @@ xyw_byte clock_input(xyw_byte *data, xyw_byte addr, xyw_byte *error)

{ (void)error; (void)data; - srand(time(NULL)); - time_t now = time(NULL); struct tm *lt = localtime(&now); if (!lt)