General Emulation > General Emulation

How add roms hack neogeo?

(1/6) > >>

Fighterchar:
Hello I wana add some roms hacks Neogeo roms, same kof2k2omg, Kof98ice, Kof2k2oi, among others, but how is it posible?
I have the parent rom and the rom hack, this found in winkawaks whit loader but the emulator havent tool assisted for do TAS.
If it is posible what I need to do?

I shared the link kof2k2omg http://www.mediafire.com/.zip
and the parent zip
They found correctly in kawaks

iq_132:
For final burn alpha or mame you would have to compile the source. Not necessarily an easy task.

Fighterchar:
Thank you, there are a tutorial for to learn to do it?

barbudreadmon:
So i got curious myself about this, and tried adding :

--- Code: ---// Kof2002 (hack omg)

static struct BurnRomInfo kof2k2omgRomDesc[] = {
{ "265omg.p1",    0x100000, 0x62174834, 1 | BRF_ESS | BRF_PRG }, //  0 68K code
{ "265omg.p2",    0x400000, 0x6fadc5c3, 1 | BRF_ESS | BRF_PRG }, //  1

{ "265omg.s1",    0x020000, 0x6145daf4, 2 | BRF_GRA },           //  2 Text layer tiles

{ "265xxx.c1",    0x800000, 0x745b343e, 3 | BRF_GRA },           //  3 Sprite data
{ "265xxx.c2",    0x800000, 0x2aab7f98, 3 | BRF_GRA },           //  4
{ "265ori.c3",    0x800000, 0xe5074eea, 3 | BRF_GRA },           //  5
{ "265ori.c4",    0x800000, 0xf6eb1ff2, 3 | BRF_GRA },           //  6
{ "265d.c5",      0x800000, 0x74bba7c6, 3 | BRF_GRA },           //  7
{ "265d.c6",      0x800000, 0xe20d2216, 3 | BRF_GRA },           //  8
{ "265ori.c7",    0x800000, 0x0e9f6adb, 3 | BRF_GRA },           //  9
{ "265ori.c8",    0x800000, 0x9961799e, 3 | BRF_GRA },           // 10

{ "265ori.m1",    0x020000, 0xab9d360e, 4 | BRF_ESS | BRF_PRG }, // 11 Z80 code

{ "265nu.v1",     0x400000, 0x13d98607, 5 | BRF_SND },           // 12 Sound data
{ "265nu.v2",     0x400000, 0x9cf74677, 5 | BRF_SND },           // 13
{ "265nu.v3",     0x400000, 0x8e9448b5, 5 | BRF_SND },           // 14
{ "265nu.v4",     0x400000, 0x067271b5, 5 | BRF_SND },           // 15
};

STDROMPICKEXT(kof2k2omg, kof2k2omg, neogeo)
STD_ROM_FN(kof2k2omg)

struct BurnDriver BurnDrvkof2k2omg = {
"kof2k2omg", "kof2002", "neogeo", NULL, "2002",
"Kof2002 (hack omg)\0", NULL, "bootleg", "KOF-ON Team",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_CLONE | BDF_BOOTLEG, 2, HARDWARE_PREFIX_CARTRIDGE | HARDWARE_SNK_NEOGEO | HARDWARE_SNK_CMC50 | HARDWARE_SNK_ENCRYPTED_M1, GBF_VSFIGHT, FBF_KOF,
NULL, kof2k2omgRomInfo, kof2k2omgRomName, NULL, NULL, neogeoInputInfo, neogeoDIPInfo,
kof2002Init, NeoExit, NeoFrame, NeoRender, NeoScan, &NeoRecalcPalette,
0x1000, 304, 224, 4, 3
};
--- End code ---

to d_neogeo.cpp (see https://github.com/Robbbert/hbmame/blob/master/src/hbmame/drivers/kof2002.cpp for the crc)

But for whatever reason, when i try launching it, it complains about the file 265omg.p1 (with crc 62174834) being missing, of course i made sure i had the right rom in the right folder with the right crc. What am i overlooking ?

Fighterchar:
I dont know, but wow, nice work, maybe the roms I shared the rom links

Need two roms to found correctly
kof2k2nd.zip is the parent rom

In Kawaks this found correcty only using two roms

Navigation

[0] Message Index

[#] Next page

Go to full version