ngdevkit
ngdevkit copied to clipboard
Open source development for Neo-Geo
Hello, so anyways I want to test my code I created with the ngdevkit on the Neo geo cd but how do I do that? Why do I want that?...
hey yall, so anyways i was trying to compile my own c++ code using ngdevkit but when i type make into the terminal it gives me a error. The error...
Just wanted to post about two neo geo projects I am working on that are related to ngdevkit https://github.com/city41/sromcrom -- a graphics tool for converting pngs into S roms and...
Hey there, so I am trying to build a program using a makefile in my own Directory but then when I type “make gngeo” it gives me a makefile error...
We've been trying to run 06-sound-sample on Neogeo AES with a NEOSD cartdige. Someone has already achieved this successfully? We use [neosdconv](https://github.com/city41/neosdconv) and it works fine with game roms downloaded...
hello, so i was trying to compile a c program and this error comes up saying: No rule to make target '../Makefile.common. so can you help me with this error...
As discussed with @yo6snap, it would be nice to improve the debugging capabilities of GnGeo. Currently GnGeo has no integrated graphical debugger, but we can probably expose the Neo Geo...
Hey, so i am trying to install ngdevkit on ubuntu and i am getting a error that is not letting me install the examples for ngdevkit. It says "No Package...
rm -f readline.o gcc -c -DHAVE_CONFIG_H -I. -I/Users/laurenmanuelgarciacarro/Code/repositories/NeoGeo-Devkit/ngdevkit/toolchain/toolchain/gdb-8.3.1/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 /Users/laurenmanuelgarciacarro/Code/repositories/NeoGeo-Devkit/ngdevkit/toolchain/toolchain/gdb-8.3.1/readline/readline.c rm -f vi_mode.o gcc -c -DHAVE_CONFIG_H -I. -I/Users/laurenmanuelgarciacarro/Code/repositories/NeoGeo-Devkit/ngdevkit/toolchain/toolchain/gdb-8.3.1/readline -DRL_LIBRARY_VERSION='"6.2"' -g -O2 /Users/laurenmanuelgarciacarro/Code/repositories/NeoGeo-Devkit/ngdevkit/toolchain/toolchain/gdb-8.3.1/readline/vi_mode.c rm -f funmap.o gcc -c -DHAVE_CONFIG_H...
Hi. Actually not really an issue. I am just interested in reading/saving datas on the memory card and I have no idea how to perform it. I understand well the...