Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hogelog/dsgame
Nintendo DS game demo.
https://github.com/hogelog/dsgame
Last synced: about 1 month ago
JSON representation
Nintendo DS game demo.
- Host: GitHub
- URL: https://github.com/hogelog/dsgame
- Owner: hogelog
- Created: 2010-01-18T08:22:05.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2010-02-09T13:52:56.000Z (almost 15 years ago)
- Last Synced: 2023-04-13T16:16:52.502Z (almost 2 years ago)
- Language: C
- Homepage:
- Size: 868 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
= dsgame demo
Nintendo DS Game Demo includes Lua.== requirements
* devkitARM r27
* libnds 1.4.0
* libfat-nds 1.0.6
* dswifi 0.3.11
* libfilesystem 0.9.4
* maxmod-nds 1.0.6
* default.arm7 0.5.8
- http://www.devkitpro.org/
* PAlib 0912XX
- http://palib-dev.com/
* lua-5.1.4
- http://www.lua.org/
* DeSmuME 0.9.5
- http://desmume.org/
* GBA Movie Player (Compact Flash) DLDI, dlditool
- http://chishm.drunkencoders.com/DLDI/
== build
* setup devkitPro and PAlib
* copy lua-5.1.4/ to dsgame/source
* remove lua.c, luac.c from dsgame/source/lua-5.1.4/src
* execute build.bat== run
* copy DeSmuME_dev.exe, mpcf.dldi, dlditool.exe to dsgame/
* execute run.bat