Jump to content

tojol

Members+
  • Posts

    8
  • Joined

  • Last visited

About tojol

  • Birthday 05/09/1978

Contact Methods

  • MSN
    tojolotov
  • Website URL
    http://
  • ICQ
    0
  • Yahoo
    tojoloban

Profile Information

  • Location
    California

tojol's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I have a dmame.exe that runs kof10th but have not the source code. I do not understand how you can join the a and b roms into a c rom, when the game loads i can see that there are c files, where are those files? this is that i can see: loading 5004-c1a.bin loading 5004-c1b.bin loading 5004-c2a.bin loading 5004-c2b.bin loading 5004-c3a.bin loading 5004-c3b.bin loading 5004-c4a.bin loading 5004-c4b.bin loading 5004-c5a.bin loading 5004-c5b.bin loading 5004-c6a.bin loading 5004-c6b.bin loading 5004-c7a.bin loading 5004-c7b.bin loading 5004-c8a.bin loading 5004-c8b.bin the files into the zip file (kof10th.zip) are the next: 5004_a1.rom 5004_a2.rom 5004_a3.rom 5004_a4.rom 5004_a5.rom 5004_a6.rom 5004_a7.rom 5004_a8.rom 5004_b1.rom 5004_b2.rom 5004_b3.rom 5004_b4.rom 5004_b5.rom 5004_b6.rom 5004_b7.rom 5004_b8.rom ...p and v roms.. Note that the files in the zip are *.rom, can some body could explainme?
  2. Hi, i have compiled vsyncmame 0.61 (AC 97 drivers etc) but now i have a new problem. The 0.70 and above has a new memory_install_etc functions that do not appear in 0.69 and oldest. in more specific words check the next part of kof2003 (0.70 and above) driver DRIVER_INIT( kof2003 ) { kof2003_px_decrypt(); kof2003_sx_decrypt(); neogeo_fix_bank_type = 2; init_neogeo(); memory_install_read16_handler(0, ADDRESS_SPACE_PROGRAM, 0x2fe000, 0x2fffff, 0, 0, MRA16_RAM ); .... and now check the same part for kof2003 (0.61 ) driver DRIVER_INIT( kof2003 ) { install_mem_read16_handler (0, 0x2fe000, 0x2fffff, kof2003_16_r); install_mem_write16_handler(0, 0x2fe000, 0x2fffff, kof2003_16_w); init_neogeo(); } for mame0.61 the function memory_install...(mame0.70) are no declared in memory.h and memory.c (i think the first time that appear is in mame0.89) the most drivers posted in the forums has the new functions. Could any one tellme how to declare the new code in the old? so i can do that, could any share the 0.61 drivers? (mSlug5, SVC, etc) Thank you
  3. Does some body could explain me what is the difference between the roms or code called bootleg, decrypted, hacked, etc? There are roms and code that have s1 and m1 files and other that not. I am looking for documentation. Any idea?
  4. Do some body know how to compile vsyncmame 0.61?
  5. I think i know what is my problem. I have a compiled dos mame executable file that shows the next list 0. eternal silence 1. sound blaster 2. chipste integrated ac97 3. chipste integrated ac97 (pure dos) 4. Ultramax sound 5. Ultra sound 6. Windows sound sistem 7. Ensoniq sound scape 8. Ess audio drive 9. Sound blaster pro all versions of dos mame that i have compiled shows this list 0. Silence 1. Sound blaster 3. Pro audio expectrum 4. Ultramax sound 5. Ultra sound 6. Windows sound sistem 7. Ensoniq sound scape As you can see the last list have not the option 3 (chip set integrated ac 97) do you know which is the dos mame version that shows the frist list? or there are a way to get that list for all versions?
  6. I am trying to build a pure dos mame with dmame 89, i have a sound problem (unable to initialize sound) and the emulator do not start. this is my autoexec.bat @ECHO OFF keyb sp,,C:\keyboard.sys SET BLASTER=A220 I5 D1 P330 c:\dos\sndinit.exe/INIT c:\dos\sndtsr.exe set path=c:\sneskey;c:\dos cd\arcadeos go i was using advamame with out problems seting device_sound auto in advmame.rc, in dmame this option do not exist and i have trying with all options 1,3...7 and the same error... do i have to modify any parameter in make file before compile or something like that? if any of have a configuration like this may be can help me. Thank you
  7. No, i have the same problem, i think due to my rom set is not the same that you code, these are my rom sets kof2003.zip 271-p1.bin CRC(92ed6ee3) size 4,194,304 271-p2.bin CRC(5d3d8bb3) size 4,194,304 271-s1.rom CRC(7c7829aa) size 131,072 271-m1d.bin CRC(0e86af8f) size 524,288 271-v1d.rom CRC(d2b8aa5e) size 4,194,304 271-v2d.rom CRC(71956ee2) size 4,194,304 271-v3d.rom CRC(ddbbb199) size 4,194,304 271-v4d.rom CRC(01b90c4f) size 4,194,304 271-c1d.rom CRC(e42fc226) size 8,388,608 271-c2d.rom CRC(1b5e3b58) size 8,388,608 271-c3d.rom CRC(d334fdd9) size 8,388,608 271-c4d.rom CRC(0d457699) size 8,388,608 271-c5d.rom CRC(8a91aae4) size 8,388,608 271-c6d.rom CRC(9f8674b8) size 8,388,608 271-c7d.rom CRC(374ea523) size 8,388,608 271-c8d.rom CRC(75211f4d) size 8,388,608 and kof 2003b.zip: 271-p1bl.bin CRC(92ed6ee3) size 4,194,304 271-p2bl.bin CRC(bf7bf5fe) size 3,145,728 271-s1bl.bin CRC(3ba05252) size 131,072 271-m1d.bin CRC(0e86af8f) size 524,288 271-v1d.rom CRC(2058ec5e) size 16,777,216 271-c1d.rom CRC(c29acd28) size 16,777,216 271-c2d.rom CRC(328e80b1) size 16,777,216 271-c3d.rom CRC(20a11f1) size 16,777,216 271-c4d.rom CRC(991b5ed) size 16,777,216 271-c5d.rom CRC(a47ca14a) size 16,777,216 271-c6d.rom CRC(a47ca14a) size 16,777,216 I have compiled the code with out problems then i think the roms are wrong. If you know a link where i can download the correct files for you code please send me a PM, i will thank you a lot
  8. Hi, a have trying to load kof2003 but a have errors. I compiled the code posted by james whit out problem, but i think a have not the correct files or an error in my code. ROM_START( kof2003 ) ROM_REGION( 0x800000, REGION_CPU1, 0 ) ROM_LOAD16_WORD_SWAP( "271-p1.bin", 0x000000, 0x400000, CRC(92ed6ee3) SHA1(5e7e21eb40dfcc453ba73808760d5ddedd49c58a) ) ROM_LOAD16_WORD_SWAP( "271-p2.bin", 0x100000, 0x400000, CRC(5d3d8bb3) SHA1(7f2341f14ca12ff5721eb038b3496228a1f34b60) ) NEO_SFIX_128K( "271-s1.rom", CRC(7c7829aa) SHA1(22f8d38d1d0891295d0593741d9477fbe6b4f48c)) NEO_BIOS_SOUND_512K( "271-m1d.bin", CRC(0e86af8f) SHA1(769102b67bb1a699cfa5674d66cdb46ae633cb65) ) ROM_REGION( 0x1000000, REGION_SOUND1, ROMREGION_SOUNDONLY ) ROM_LOAD( "271-v1d.rom", 0x000000, 0x400000, CRC(d2b8aa5e) SHA1(498f0556c1de56822141f8043f1ce20444f4ed0a) ) ROM_LOAD( "271-v2d.rom", 0x400000, 0x400000, CRC(71956ee2) SHA1(a890941e60db358cf45b58909f4719f4826f3bb1) ) ROM_LOAD( "271-v3d.rom", 0x800000, 0x400000, CRC(ddbbb199) SHA1(0eea4b064bdb8daa03c354fe0a0aa27c4c665bda) ) ROM_LOAD( "271-v4d.rom", 0xc00000, 0x400000, CRC(01b90c4f) SHA1(387164aa1995d8c11ed939b3afbc294d86d2e27f) ) NO_DELTAT_REGION ROM_REGION( 0x4000000, REGION_GFX3, 0 ) ROM_LOAD16_BYTE( "271-c1d.rom", 0x0000000, 0x800000, CRC(e42fc226) SHA1(1cd9364993e141facdcdd53ec2277df7b275d8a7) ) ROM_LOAD16_BYTE( "271-c2d.rom", 0x0000001, 0x800000, CRC(1b5e3b58) SHA1(0eb254477a9479541291e43e415310852a0f0bed) ) ROM_LOAD16_BYTE( "271-c3d.rom", 0x1000000, 0x800000, CRC(d334fdd9) SHA1(1efe30b4f56a55e25ab518cf6999de797b5e407c) ) ROM_LOAD16_BYTE( "271-c4d.rom", 0x1000001, 0x800000, CRC(0d457699) SHA1(ec73d0c9fc7094d0ac6c0986a6e07cde25893e57) ) ROM_LOAD16_BYTE( "271-c5d.rom", 0x2000000, 0x800000, CRC(8a91aae4) SHA1(802f4baacf801646be1ef686e105b2e867a6a5df) ) ROM_LOAD16_BYTE( "271-c6d.rom", 0x2000001, 0x800000, CRC(9f8674b8) SHA1(65964f40b2227d020023fb436579927e65807dcd) ) ROM_LOAD16_BYTE( "271-c7d.rom", 0x3000000, 0x800000, CRC(374ea523) SHA1(613827d72c6181f3e08353750c9af0c4dbad020b) ) ROM_LOAD16_BYTE( "271-c8d.rom", 0x3000001, 0x800000, CRC(75211f4d) SHA1(d82f044e816ee539ff131d9c931200c818d34cd0) ) ROM_END GAMEB( 2003, kof2003, neogeo, neogeo, neogeo, neogeo, kof2003, ROT0, "SNK Playmore", "The King of Fighters 2003" ) this is the code that i have for my rom, i do not have the rom used in the james code. the game do not enter, presents a green flash and exit, showing a signal sigsegv error. I have loaded all kof exept 2003.Could some body help me? If you think i have wrong rom please send me PM whit information where can i get the rom for the james code or another that work in mame (mame 0.89). Thanks
×
×
  • Create New...