-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
35 lines (17 loc) · 749 Bytes
/
Copy pathreadme.txt
File metadata and controls
35 lines (17 loc) · 749 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
extract all four linker files (linker_files.zip) on this directory:
<path to devkitpro folder>\devkitARM\arm-none-eabi\lib
then create a new folder, copy source code like you would on any DS project
open MSYS and MAKE.
then copy snemul.cfg and snemulds.nds to root of your SD, bootup cart, and enjoy.
btw, use cycle hacks if you want decent speed.
-changes:
-re-fixed some arm7 sound code (hopefully fixes allocation problems)
-more cleanup (itcm/dtcm relocated data)
-using nds dma 3 for pixel copy to vram bank
-up to date devkitpro , and no more old libfat compiled libs
to do:
-replace fifo commands from libnds to nds fifo ipc
-fix memory leaks when running sfx games
thanks to:
Archeide for the emulator & source code
Coto.