Final Burn Neo > FBN Development

[Request] Add some NES games

(1/35) > >>

Igor_Arabe:
Hi there, devs. Please add following games for NES on FBNeo, officially.


--- Quote ---Magic Jewelry
Magic Jewelry 2
Zippy Race

--- End quote ---

---------------------

i made an code for each game, but, magjewelry2 don't works.


--- Code: ---static struct BurnRomInfo nes_magjewelryRomDesc[] = {
{ "Magic Jewelry (Asia) (Ja) (Unl).nes",          24592, 0x8fcee4a4, BRF_ESS | BRF_PRG },
};

STD_ROM_PICK(nes_magjewelry)
STD_ROM_FN(nes_magjewelry)

struct BurnDriver BurnDrvnes_magjewelry = {
"nes_magjewelry", NULL, NULL, NULL, "1990",
"Magic Jewelry (Asia) (Unl)\0", NULL, "Hwang Shinwei", "Miscellaneous",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING, 1, HARDWARE_NES, GBF_PUZZLE, 0,
NESGetZipName, nes_magjewelryRomInfo, nes_magjewelryRomName, NULL, NULL, NULL, NULL, NESInputInfo, NESDIPInfo,
NESInit, NESExit, NESFrame, NESDraw, NESScan, &NESRecalc, 0x40,
SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_WIDTH, SCREEN_HEIGHT
};

--- End code ---

~~~~


--- Code: ---static struct BurnRomInfo nes_zippyraceRomDesc[] = {
{ "Zippy Race (Japan).nes",          24592, 0x6f0e4a40, BRF_ESS | BRF_PRG },
};

STD_ROM_PICK(nes_zippyrace)
STD_ROM_FN(nes_zippyrace)

struct BurnDriver BurnDrvnes_zippyrace = {
"nes_zippyrace", NULL, NULL, NULL, "1985",
"Zippy Race (Japan)\0", NULL, "Irem", "Miscellaneous",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING, 2, HARDWARE_NES, GBF_RACING, 0,
NESGetZipName, nes_zippyraceRomInfo, nes_zippyraceRomName, NULL, NULL, NULL, NULL, NESInputInfo, NESDIPInfo,
NESInit, NESExit, NESFrame, NESDraw, NESScan, &NESRecalc, 0x40,
SCREEN_WIDTH, SCREEN_HEIGHT, SCREEN_WIDTH, SCREEN_HEIGHT
};

--- End code ---


~~~~

magjewelry2 error (debug htm log):


--- Quote ---[Win7+] Sync to DWM is enabled (if available).
SuperWaitVBlankInit() on \\.\DISPLAY1
*** Information message:
    magjewelry2 was found (roms/nes/magjewelry2).
    The ROMset is OK.
*** Starting emulation of nes_magjewelry2 - Magic Jewelry 2 (Asia) (Unl).
Cheat cpu-register INIT.
ROM Name: Magic Jewelry 2 (Asia) (Ja) (Unl).nes
ROM Length: 65552
PRG Size: 65536
CHR Size: 0
Using RAM CHR data (8k bytes)
Cartridge RAM: 64
Cartridge Mapper: 216   Mirroring: Vertical (1)
Mapper #216 init/reset!
Unsupported mapper
M6502Exit called without init
nesapuExit called without init
*** Warning message:
    There was a problem starting 'Magic Jewelry 2 (Asia) (Unl)'.

--- End quote ---

magic jewelry 2 info:

--- Quote ---file: Magic Jewelry 2 (Asia) (Ja) (Unl).nes
size: 65552
crc: 39bf73a7

--- End quote ---



Thanks.

littlebear:
Please can you add this also ?

Name:   Qi Wang - Chinese Chess (MGC-001) (Ch) [!].nes
Size:   98320
CRC32:   2986cdff

Thank you very much

dink:
Igor_Arabe, littlebear,
I just need to add mapper 216 for "Magic Jewelry 2" and 132 for Qi Wang - Chinese Chess, thanks for nes suggestions.

best regards,
- dink

dink:
Added. :)

littlebear:
Thank you dink

Navigation

[0] Message Index

[#] Next page

Go to full version