Results 1 to 9 of 9

Thread: Hyper Neo-Geo 64

  1. #1
    AHZI DAHAKA LORD-KINKY's Avatar
    Join Date
    Mar 2007
    Location
    Croatia
    Age
    37
    Posts
    26

    Question Hyper Neo-Geo 64

    I recently saw a video of Samurai Shodown 64 - it kicks ass.
    So, my question: is there any way to emulate this game, is there a working emulator for Hyper Neo-geo 64 system?

    I just LOVE the samurai shodown games on neo-geo...

  2. #2
    Controller Man ulaoulao's Avatar
    Join Date
    Dec 2005
    Location
    FL
    Posts
    3,391

    Default Re: Hyper Neo-Geo 64

    did you google?

    http://www.youtube.com/watch?v=mLFKjJl5qBM

    has the same hardware as psx so give it a try..Could be a hox..
    Last edited by ulaoulao; September 6th, 2007 at 23:52.
    Original, the only way to play.

    Forums
    main page - Working controllers

  3. #3
    Zoo Keeper Epsi's Avatar
    Join Date
    Jul 2006
    Location
    South Africa
    Posts
    465

    Default Re: Hyper Neo-Geo 64

    Not thats it of any help, but MAME 0.118 has support for "SNK Hyper Neo-Geo 64 hardware ".

    SOURCE: vers/hng64.c
    0.80u1 [David Haywood]

    TODO:
    - Find where the remainder of the display list information is 'hiding'. Complete display lists are not currently found in the dl_w memory handler (this manifests itself as 'flickering' 3d in fatfurwa and missing bodies in buriki. It's been thought the display list may be FIFO - this may tie into the BufferA and BufferB thing look into it!
    - The effect of numerous (dozens of) 3d flags needs to be figured out by examining real hardware
    - Populate the display buffers (A&B) with the data based on Elsemi's notes below maybe there are some frame-buffer effects which will then work
    - Determine wether or not the hardware does perspective-correct texture mapping - if not, disable it in the rasterizer.
    - Clean up I/O implementation, currently it only 'works' with Fatal Fury WA, it has issues with the coins and causes the startup checks to fail. This most likely relies on the z80-like cpu
    - Work out the purpose of the interrupts and how many are needed
    - Correct game speed (seems too fast)
    - Figure out what 'network' Road Edge needs to boot, it should run as a standalone
    - Make ss64 boot (io return 3 then 4 not just 4) then work out where the palette is (mmu?)
    - Fix remaining 2d graphic glitches: Scroll (base registers?), roz (4th tilemap in fatal fury should be floor [in progress], background should zoom), find registers to control tilemap mode (4bpp/8bpp, 8x8, 16x16), fix zooming sprites (zoom registers not understood, definatley differs between games - center versus edge pivot), priorities and still some bad sprites (waterfall level 'splash' - health bar at 50% - intro top and bottom).
    - Fix communications CPU (z80 based, we have bios rom)
    - Hook up CPU2 (v30 based?) no rom? (maybe its the 'sound driver' the game uploads?)
    - Add sound
    - Backup ram etc. (why does ff have a corrupt 'easy' string in test mode?)
    - Correct cpu speed and find idle skips
    - Work out what other unknown areas of ram are for and emulate...
    - Cleanups!

    WIP:
    - 0.101u2: Aaron Giles added MMU support to the non-drc MIPS3 emulator. Converted the Killer Instinct, Seattle, Vegas, and Hyper Neo-Geo 64 drivers to a proper physical memory layout. Disabled the drc MIPS3 core until MMU support is added there as well. Removed gfx3 dispose flags in all games.
    - 28th August 2005: Andrew Gardner - I've come dangerously close to implementing the 'linescroll' feature of the hng64. This enables the floor in fatal fury wild ambition! Pay close attention to the recognizable features on the floor (like the stars) as they're foreshortened by perspective effects. The way the hng64 does this is pretty strange (but quite cool). Basically, they load up a 2048x2048 pixel tilemap and then sample it based on lines drawn through it. So if you wanted an orthographic projection of the tilemap, you'd ask for a line from [x, y] (0, 0) to (2048, 0), then a line from (0, 1) to (2048, 1), then one from (0, 2) to (2048, 2), and so on. If, instead, you wanted something interesting, you'd ask for lines calculated based on a perspective projection into the tilemap. You can then rotate the sample-lines to make the floor appear as it's rotating, or scale the sample-line lengths to make it look like the floor's moving further away. Quite spiffy to be sure, but I can't figure out anything this would be used for except rendering planes... To give the hardware designers credit, it may have been necessary to include this specialized 'textured plane-drawer' since the hng64 polygon rasterizer is probably very slow when drawing large triangles. The rasterizer probably also messes up the textures pretty badly on large polys because of an assumed lack of perspective-correct texture mapping (?). Anyways, hopefully as we improve the emulation further, we'll see how other software uses it. The implementation isn't complete yet - I'm ignoring 32 bits per [x, y] coordinate and my implementation fails miserably when the camera points down. I do think I'm onto something though, because when the players move around the groundplane moves and rotates correctly - it's just a matter of figuring out the finishing touches.
    - 22nd February 2005: Guru - SNK Hyper Neo Geo 64 driving-style main board just arrived.
    - 0.87u4: Added vidhrdw\hng64.c. Andrew Gardner improved the Hyper Neogeo 64 rendering, 3d graphics can now be seen although emulation is still incomplete and Fatal Fury WA still needs a hack to boot. Rasterizing code provided in part by Andrew Zaferakis.
    - 0.86u4: David Haywood added preliminary background zoom in HNG64. Added V30 (8MHz) CPU2 to all games.
    - 5th September 2004: David Haywood - Slightly updated HNG64 driver. This adds zooming tilemaps for the backgrounds in ff, however it causes some problems in buriki due to me not understanding how the effect is enabled.
    - 0.86u3: Hyper Neogeo 64 Improvements [David Haywood]. Needs a kludge in the MIPS core so the changes aren't very visible in a normal build (details of the required kludge are in the source).
    - 1st September 2004: David Haywood - More work on the sprites (and some faked inputs). Roms for FFury were redumped at the corret size, this fixes some problems with the 2d gfx.
    - 31st August 2004: David Haywood - All the current hyperneogeo dumps seem to have bad Sc and Sp roms, so some graphics are garbage, I did however manage to make some progress.
    - 0.86u2: Improvements to HyperNeogeo64 emulation [ElSemi, David Haywood].
    - 30th August 2004: David Haywood - We've managed to get Buriki putting some more interesting tilemaps in Ram.
    - 29th August 2004: David Haywood - Thanks to some work from ElSemi the HNG driver does something much more interesting now, and there are a few ideas to try tomorrow as well. More HyperNG64 games were dumped (FF Wild Ambition, RoadEdge) but I'm still not sure what they are doing...
    - 28th August 2004: David Haywood - Not sure if the messages the driver now displays are going to prove useful or not...
    - 12th March 2004: David Haywood improved the Hyper Neogeo 64 driver a little further.
    - 0.80u1: Added hng64.c driver.
    - 10th March 2004: David Haywood added a skeleton driver for Hyper Neogeo 64 and R. Belmont improved it a little, but it's far from working.
    - 14th August 2002: Hyper NeoGeo64 mother board received from Japan. The Dumping Project wishes to thanks all the people who have contributed funds.

    GAMES SUPPORTED:
    Hyper NeoGeo 64 Bios
    Roads Edge / Round Trip (rev.B)
    Samurai Shodown: Warrior's Rage
    Fatal Fury: Wild Ambition (rev.A)
    Buriki One (rev.B)
    But that is all completely useless information since it's NOT working yet.

    The Video Game Database

  4. #4
    Off The Scale azoreseuropa's Avatar
    Join Date
    Nov 2006
    Posts
    2,907

    Default Re: Hyper Neo-Geo 64

    Quote Originally Posted by LORD-KINKY View Post
    I recently saw a video of Samurai Shodown 64 - it kicks ass.
    So, my question: is there any way to emulate this game, is there a working emulator for Hyper Neo-geo 64 system?

    I just LOVE the samurai shodown games on neo-geo...
    I never liked samurai shodown game.. it suck to me but I love some neo geo 64 games.
    MacBook Pro 13" with a Retina October 2014 (Purchased on March 28, 2015) - macOS Sierra (10.12.1)

    iPhone 6+ - iOS 10.1.1


    EMU: SDL MAME - SNES9X - FCEUX - Gens32 - No$gba - DeSmuME - ePSXe - SSF - NeoPop - OSwan - Mupen64Plus - PCSX2 - Dolphin

  5. #5
    Capo di Tutti Capi alcoatjez's Avatar
    Join Date
    Mar 2005
    Location
    The Netherlands
    Age
    40
    Posts
    1,602

    Default Re: Hyper Neo-Geo 64

    Quote Originally Posted by Epsi View Post
    But that is all completely useless information since it's NOT working yet.
    The info is there to show how far the emulation is progressing, so it's not useless.

  6. #6
    Zoo Keeper Epsi's Avatar
    Join Date
    Jul 2006
    Location
    South Africa
    Posts
    465

    Default Re: Hyper Neo-Geo 64

    Quote Originally Posted by alcoatjez View Post
    The info is there to show how far the emulation is progressing, so it's not useless.
    What I meant is it's useless in the sense that it's not working.

    The Video Game Database

  7. #7
    AHZI DAHAKA LORD-KINKY's Avatar
    Join Date
    Mar 2007
    Location
    Croatia
    Age
    37
    Posts
    26

    Default Re: Hyper Neo-Geo 64

    Quote Originally Posted by ulaoulao View Post
    did you google?

    http://www.youtube.com/watch?v=mLFKjJl5qBM

    has the same hardware as psx so give it a try..Could be a hox..


    Ahh, that's 3D Samurai Shodown for PSX. I downloaded it last week - it's absolute crap.

    2D games form NEO-GEO are superior...

  8. #8
    Zoo Keeper Epsi's Avatar
    Join Date
    Jul 2006
    Location
    South Africa
    Posts
    465

    Default Re: Hyper Neo-Geo 64

    2D games form NEO-GEO are superior...
    Well why don't you give Samurai Shodown V Special a go? It's also 2D and came out a few years after Samurai Shodown 64.
    Last edited by Epsi; September 12th, 2007 at 14:41.

    The Video Game Database

  9. #9
    AHZI DAHAKA LORD-KINKY's Avatar
    Join Date
    Mar 2007
    Location
    Croatia
    Age
    37
    Posts
    26

    Default Re: Hyper Neo-Geo 64

    Quote Originally Posted by Epsi View Post
    Well why don't you give Samurai Shodown V Special a go? It's also 2D and came out a few years after Samurai Shodown 64.

    I have it on NEO-GEO for some time already, best SS game I played so far...

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •