-
Posts
2,897 -
Joined
-
Last visited
Content Type
Profiles
Events
Forums
Blogs
Downloads
Everything posted by James
-
The NEXT Step For 1Emulation! Please Read.
James replied to Alpha's topic in 1Emulation.com Information [/info]
It was mostly for Software ( Warez ) -
The NEXT Step For 1Emulation! Please Read.
James replied to Alpha's topic in 1Emulation.com Information [/info]
No Rom Links Sorry -
The NEXT Step For 1Emulation! Please Read.
James replied to Alpha's topic in 1Emulation.com Information [/info]
Nice work GC Now we should be able to post links on other sites -
Not for long.
-
Yeah I put I686=1 in the config file
-
My driver and I only used this Command for Mame Plus make NO_DLL=1 WINUI=1 SUFFIX=32 ROM_START( kof2001 ) ROM_REGION( 0x500000, REGION_CPU1, 0 ) ROM_LOAD16_WORD_SWAP( "262-p1.bin", 0x000000, 0x100000, CRC(9381750d) SHA1(dcfecd69e563ff52fe07d23c5372d0f748b07819) ) ROM_LOAD16_WORD_SWAP( "262-p2.bin", 0x100000, 0x400000, CRC(8e0d8329) SHA1(10dcc1baf0aaf1fc84c4d856bca6bcff85aed2bc) ) /* The Encrypted Boards do _not_ have an s1 rom, data for it comes from the Cx ROMs */ ROM_REGION( 0x20000, REGION_GFX1, 0 ) ROM_FILL( 0x000000, 0x20000, 0 ) ROM_REGION( 0x20000, REGION_GFX2, 0 ) ROM_LOAD( "sfix.sfx", 0x000000, 0x20000, CRC(354029fc) SHA1(4ae4bf23b4c2acff875775d4cbff5583893ce2a1) ) /* The M1 ROM is encrypted, we load it here for reference and replace it with a decrypted version */ ROM_REGION( 0x40000, REGION_USER4, 0 ) ROM_LOAD( "265-262.m1", 0x00000, 0x20000, CRC(1d5aab51) SHA1(52327c5bcad87770419057097cca20a3b187bec3) ) /* yes it really does have a strange name */ NEO_BIOS_SOUND_128K( "262-m1d.bin", CRC(4b9470b7) SHA1(44b027a764275ca01a7da767260241137903ac25) ) ROM_REGION( 0x1000000, REGION_SOUND1, ROMREGION_SOUNDONLY ) ROM_LOAD( "262-v1.bin", 0x000000, 0x400000, CRC(83d49ecf) SHA1(2f2c116e45397652e77fcf5d951fa5f71b639572) ) ROM_LOAD( "262-v2.bin", 0x400000, 0x400000, CRC(003f1843) SHA1(bdd58837ad542548bd4053c262f558af88e3b989) ) ROM_LOAD( "262-v3.bin", 0x800000, 0x400000, CRC(2ae38dbe) SHA1(4e82b7dd3b899d61907620517a5a27bdaba0725d) ) ROM_LOAD( "262-v4.bin", 0xc00000, 0x400000, CRC(26ec4dd9) SHA1(8bd68d95a2d913be41a51f51e48dbe3bff5924fb) ) NO_DELTAT_REGION ROM_REGION( 0x4000000, REGION_GFX3, 0 ) /* Encrypted */ ROM_LOAD16_BYTE( "262-c1.bin", 0x0000000, 0x800000, CRC(99cc785a) SHA1(374f0674871d0196fa274aa6c5956d7b3848d5da) ) /* Plane 0,1 */ ROM_LOAD16_BYTE( "262-c2.bin", 0x0000001, 0x800000, CRC(50368cbf) SHA1(5d9e206e98e0b0c7735b72ea46b45058fdec2352) ) /* Plane 2,3 */ ROM_LOAD16_BYTE( "262-c3.bin", 0x1000000, 0x800000, CRC(fb14ff87) SHA1(445a8db2fc69eff54a252700f2d3a89244c58e75) ) /* Plane 0,1 */ ROM_LOAD16_BYTE( "262-c4.bin", 0x1000001, 0x800000, CRC(4397faf8) SHA1(6752b394f6647502a649a3e62bd3442f936b733e) ) /* Plane 2,3 */ ROM_LOAD16_BYTE( "262-c5.bin", 0x2000000, 0x800000, CRC(91f24be4) SHA1(88190c41f7d4a0f4b1982149fc9acfc640af498d) ) /* Plane 0,1 */ ROM_LOAD16_BYTE( "262-c6.bin", 0x2000001, 0x800000, CRC(a31e4403) SHA1(5cd1a14703aa58810e2377dfb7353c61e9dc9c1f) ) /* Plane 2,3 */ ROM_LOAD16_BYTE( "262-c7.bin", 0x3000000, 0x800000, CRC(54d9d1ec) SHA1(80c3a8ec39130dd5d3da561f287709da6b8abcf4) ) /* Plane 0,1 */ ROM_LOAD16_BYTE( "262-c8.bin", 0x3000001, 0x800000, CRC(59289a6b) SHA1(ddfce7c85b2a144975db5bb14b4b51aaf881880e) ) /* Plane 2,3 */ ROM_END DRIVER_INIT( kof2001 ) { neogeo_fix_bank_type = 0; kof2000_neogeo_gfx_decrypt(0x1e); init_neogeo(); } GAMEB( 2001, kof2001, neogeo, neogeo, neogeo, neogeo, kof2001, ROT0, "Eolith / SNK", "The King of Fighters 2001" )
-
The driver you added will help us solve the problem.
-
Sorry no asking for roms.
-
Is there a Kawaks that runs SS5(special boss ed)?
James replied to Snesgamer's topic in Arcade Emulators [/pc/arcade]
I have that and it works fine in Mame and NRX Kawaks Nebula. Samurai Shodown V / Samurai Spirits - Zero / All Characters -
Anyone know the name of this game?
James replied to ShastaOrange's topic in Arcade Emulators [/pc/arcade]
Super Basketball ? -
http://haze.mame.net/ 0.86u1 Driver Improvements: -------------------- M37710 Fixes [R.Belmont] - Adds the following opcodes: ROR B, LDB direct indexed, MPY stack relative, and DIV direct. Misc Patches [Lawrence Gold] - Substituted isnan() for inunordered(), which is only available in C99. - Fixed a few C89 warnings about an extra comma at the end of enums. - Updated the expat code to 1.95.8, which is the latest release. Namco System 22 Improvements [Phil Stroffolino] - input ports mapped for most games - DSP communications RAM latch mode hooked up; fixes graphics for many titles - texture banking for old hardware hooked up - patches to tms32025 emulation (DSP math bugs) - preliminary dynamic lighting for system22 (rarely actually used - see Prop Cycle turning score/time digits) Imago Improvements [Pierpaolo Prazzoli, Chris Hardy] hooked up starfield and background tilemap, fixed colours still problems with the sprites Fixed endianness problem in h83002 [R.Belmont] Added Sound to the Gaelco 3d driver [Aaron Giles] Fixed some bugs that were in 0.86 Tube Panic, Namco S12, Zero Point etc. [various] Some input fixes [b.S.Ruggeri] New Games supported or promoted from GAME_NOT_WORKING status: ------------------------------------------------------------- Drakton [Pierpaolo Prazzoli] no sound Various games on the System 22 driver [Phil Stroffolino] *disclaimer* i had trouble getting controls working in several of them. New Clones supported or promoted from GAME_NOT_WORKING status: -------------------------------------------------------------- Raystorm (ver 2.06O) [brian Troha] Rival Schools (USA) [brian Troha] New Non-Working games / clones supported ---------------------------------------- Diamond Derby [David Haywood] this is a gambling game and will probably be removed once the driver is complete, it's just here while it is developed. Super Golf [Tomasz Slanina] very preliminary. simple graphic layer hooked up, rom banking hooked up in a way which allows rom test to pass etc. Wing War (World Set) other set was US set (Recycle It Logo)
-
How many threads are we going have with the same problem ? Please read the other threads or use the search option.
-
Alright...now I have a NeoRAGE display problem
James replied to SlickDizzy's topic in Arcade Emulators [/pc/arcade]
Sounds like a driver issue Not NeorageX problem. -
500+ Arcade Games Added & 250+ New Emoticons!
James replied to Alpha's topic in 1Emulation.com Information [/info]
Yep this is great stuff thanks GC -
Well that's still fast though.
-
Yes there is a rom.But does not work.
-
Do not post rom links of any kind
-
Two updates in two days yes.
-
Well if the roms names are correct the sounds will work Have a good look at how I have written them.
-
no look how I have written them.Also you still have the bios files in there as well Remove the files that do not have the name svc in the file name. svc_p1.rom svc_s1.rom svc_m1.rom svc_v1.rom svc_v2.rom svc_v3.rom svc_v4.rom svc_c1.rom svc_c2.rom svc_c3.rom svc_c4.rom svc_c5.rom svc_c6.rom svc_c7.rom svc_c8.rom
-
All the roms named svc should all be named the same.All other files should be removed. svc_p1.rom svc_s1.rom svc_m1.rom svc_v1.rom svc_v2.rom svc_v3.rom svc_v4.rom svc_c1.rom svc_c2.rom svc_c3.rom svc_c4.rom svc_c5.rom svc_c6.rom svc_c7.rom svc_c8.rom Thats not Mame Just so you know thats how kawaks has them Even tho they are not needed in there.