Code Monkey home page Code Monkey logo

ngdk's Introduction

NGDK - Neo Geo Development Kit (beta version 0.72)

Installation

Windows

  1. Download the NGDK archive from the Download page and unzip it where it suits to you, for instance D:\NGDK.
  2. Download and install a Neo Geo emulator (for example http://www.kawaks.fr/).
  3. Define NGDK environment variable with your installation path in unix path format (D:/NGDK).
  4. Define NGDK_WIN which still point to your installation path but in windows path format (D:\NGDK).
  5. Now verify everything is properly set up by trying to compile the library:
%NGDK_WIN%\bin\make -f %NGDK_WIN%\makelib

or

%NGDK_WIN%\compile_NGDK.bat

You should see compilation logs then at the end you should obtain the following file

%NGDK%\lib\libNGDK.a

Linux

  1. Install GCC for M68K
    1. debian/ubuntu: install gcc-8-m68k-linux-gnu package
    2. fedora: install m68k-linux-gnu package
  2. Define NGDK environment variable with your installation path in unix path format (/usr/NGDK)
  3. TODO: write next steps...
  4. Now verify everything is properly set up by trying to compile the library:
make -f %NGDK%/makelib

About the Neo Geo...

The Neo Geo has 6 ROMs

  • C1-C2 for Sprites: automatically created when running compile.bat --res or %NGDK_WIN%\bin\make -f %NGDK_WIN%\makefile ressources in the examples/ folder.
  • S1 for Fix (HuD): a 128 KiB pre-compiled file in the examples/fix/ folder.
  • M1 for Z80: a pre-compiled file in the examples/sound/ folder.
  • V1 for Samples: a 2 MiB blank ROM in the examples/sample/ folder.
  • P1 for M68000: generated when running compile.bat or %NGDK_WIN%\bin\make -f %NGDK_WIN%\makefile build in the examples/ folder.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.