Configuration:NeoGeoCD

From Wah!ki
Jump to navigation Jump to search


NeoGeoCD
Logo-neogeo-cd.png
Device-neogeo-cd.jpg
Manufacturer SNK Corporation
Type Video game console
CPU Motorola 68000 running at 12 MHz
GPU TBA
Sound CPU TBA
Sound Chip TBA
Memory TBA
Controllers Gamepad
Arcade
Year 1994

Platform Information

from Wikipedia

Neo Geo CD (Japanese: ネオジオCD Hepburn: Neo Jio Shī Dī) is the second home video game console of SNK Corporation's Neo Geo family, released in September 9, 1994, four years after its cartridge-based equivalent. This is the same platform, converted to the cheaper CD format retailing at $49 to $79 per title, compared to the $300 cartridges. The system was originally priced at US$399, or £399 in the UK. The unit's 1X CD-ROM drive is slow, with very long loading times of up to 56 Mbit of data per load. The system can also play Audio CDs. All three versions of the system have no region-lock. The Neo Geo CD was launched bundled with a control pad instead of a joystick like the AES version. However, the original AES joystick can be used with all three Neo Geo CD models.

Media Devices

  • Original CD Media

The Neo Geo CD Contains many of the titles of the Neo Geo MVS. Using the emulator with original media causes there to be no music.

Getting the Music working

To get the games to play the music, you have to copy the files from the CD to a directory, and encode the music tracks to OGG.

If you have copied the cd files somewhere, there is an ipl.txt in these files, so neoraine accepts the ipl.txt file directly, this is the most basic format (direct file access).

You can also zip the contents of the cd, and pass the zip file to neoraine. The zip file must contain an ipl.txt file in its root directory to be accepted. Cds in a ripped form will have a cue file, an iso/bin file, and some wav or mp3 files for the audio. So the cue file is supported. Also cue/bin which include audio tracks in the bin file are supported. For the audio files they can be in mp3, ogg, or wav files for the hysterics of the "accurate" audio ! I recommend OGG for the tracks. So basically you should have 1 directory / game, with game files + audio files in this directory. Then when you load a game, you browse to this directory and pass the required file (zip or cue usually). For compatibility with neocdpsp, audio files can also be placed in a neocd.mp3 directory in the game directory. So for example you would have :


Metal Slug - This is a directory. Not a File. |- Metal Slug.zip - This file contains the Data File Contents of Track 1 of the CD |+

|-neocd.mp3 - This is a directory. Not a File. 
|+ track01.ogg
 |-track02.ogg...

If you don't use a cue file with the exact file names of the audio tracks in it, then you must have the track number on 2 digits in the filenames. So track1.mp3 won't be accepted, but "Metal Slug - 01 - Opening.mp3" will be accepted. If you use a cue file then audio filenames can have any format.

Notice that you can run a game from the command line if you want to by passing the main file (zip, cue or ipl.txt) on the command line.

External Links