Skip to content

Commit 34fb215

Browse files
committed
v0.4.10
1 parent cddce33 commit 34fb215

File tree

12 files changed

+4
-4
lines changed

12 files changed

+4
-4
lines changed

Makefile.3ds

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ INCLUDES := include source
4747
GRAPHICS := assets/3ds
4848
ROMFS := romfs/3ds
4949
GFXBUILD := $(ROMFS)
50-
APP_TITLE := uxnds v0.4.9
50+
APP_TITLE := uxnds v0.4.10
5151
ifeq ($(DEBUG),true)
5252
APP_DESCRIPTION := tiny virtual machine (debug)
5353
else

Makefile.blocksds

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77

88
NAME := uxnds
99

10-
GAME_TITLE := uxnds v0.4.9
10+
GAME_TITLE := uxnds v0.4.10
1111
GAME_SUBTITLE := tiny virtual machine
12-
GAME_AUTHOR := 16/12/2023
12+
GAME_AUTHOR := 30/04/2024
1313
GAME_ICON := misc/uxn32.png
1414

1515
#NAME := donsol

source/devices/system.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ system_deo(Uxn *u, Uint8 *d, Uint8 port)
104104
for(i = length - 1; i != 0xffff; i--)
105105
ram[dst + (Uint16)(b_addr + i)] = ram[src + (Uint16)(a_addr + i)];
106106
} else
107-
fprintf(stderr, "Unknown Expansion Command 0x%02x\n", ram[addr]);
107+
fiprintf(stderr, "Unknown Expansion Command 0x%02x\n", ram[addr]);
108108
break;
109109
case 0x4:
110110
u->wst.ptr = d[4];

uxn/calc.rom

-1 Bytes
Binary file not shown.

uxn/catclock.rom

-5 Bytes
Binary file not shown.

uxn/dexe.rom

-10 Bytes
Binary file not shown.

uxn/launcher.rom

-1 Bytes
Binary file not shown.

uxn/left.rom

2.97 KB
Binary file not shown.

uxn/nasu.rom

492 Bytes
Binary file not shown.

uxn/noodle.rom

6 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)