Skip to content

Commit

Permalink
v0.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
asiekierka committed Apr 30, 2024
1 parent cddce33 commit 34fb215
Show file tree
Hide file tree
Showing 12 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile.3ds
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ INCLUDES := include source
GRAPHICS := assets/3ds
ROMFS := romfs/3ds
GFXBUILD := $(ROMFS)
APP_TITLE := uxnds v0.4.9
APP_TITLE := uxnds v0.4.10
ifeq ($(DEBUG),true)
APP_DESCRIPTION := tiny virtual machine (debug)
else
Expand Down
4 changes: 2 additions & 2 deletions Makefile.blocksds
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

NAME := uxnds

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

#NAME := donsol
Expand Down
2 changes: 1 addition & 1 deletion source/devices/system.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ system_deo(Uxn *u, Uint8 *d, Uint8 port)
for(i = length - 1; i != 0xffff; i--)
ram[dst + (Uint16)(b_addr + i)] = ram[src + (Uint16)(a_addr + i)];
} else
fprintf(stderr, "Unknown Expansion Command 0x%02x\n", ram[addr]);
fiprintf(stderr, "Unknown Expansion Command 0x%02x\n", ram[addr]);
break;
case 0x4:
u->wst.ptr = d[4];
Expand Down
Binary file modified uxn/calc.rom
Binary file not shown.
Binary file modified uxn/catclock.rom
Binary file not shown.
Binary file modified uxn/dexe.rom
Binary file not shown.
Binary file modified uxn/launcher.rom
Binary file not shown.
Binary file modified uxn/left.rom
Binary file not shown.
Binary file modified uxn/nasu.rom
Binary file not shown.
Binary file modified uxn/noodle.rom
Binary file not shown.
Binary file modified uxn/orca.rom
Binary file not shown.
Binary file modified uxn/turye.rom
Binary file not shown.

0 comments on commit 34fb215

Please sign in to comment.