Author Topic: What I've been working on (iq_132's work in progress)  (Read 720999 times)

Offline kenshiro

  • Expert
  • *****
  • Posts: 145
  • Karma: +21/-0
Re: What I've been working on (iq_132's work in progress)
« Reply #345 on: November 09, 2009, 06:57:27 AM »
« Last Edit: November 09, 2009, 06:59:09 AM by kenshiro »

Offline nonete

  • Newbies
  • *
  • Posts: 12
  • Karma: +0/-0
Re: What I've been working on (iq_132's work in progress)
« Reply #346 on: November 09, 2009, 01:48:15 PM »
 :biggrin: YESSSSSSSS!!!!Neo Geo CD emulation in FBA will be great!!!I know that is neccesary a lot of work in the driver, but many intentions for your work.

Once finished, you have thought to include loading screens as Neo Geo CDZ machine?The only emulators that do is NCDZ from NJ and Neoraine, and I am almost sure that was a source code from NJ emulator, but now canĀ“t find it....but i am searching for it, If i found it, I send it via MP if you want.

My best wishes for the neo cd driver, and excuse my english.
Regards!

Offline nonete

  • Newbies
  • *
  • Posts: 12
  • Karma: +0/-0
Re: What I've been working on (iq_132's work in progress)
« Reply #347 on: November 09, 2009, 01:58:18 PM »
Excuse double post, here is the last source from NJ Neo CDZ emulator, maybe it helps you.

http://patpend.net/ftp/emulators/neogeo/src20051225_bugfix5.zip


Regards,

Offline Huggybaby

  • Jr. Member
  • **
  • Posts: 91
  • Karma: +2/-0
Re: What I've been working on (iq_132's work in progress)
« Reply #348 on: November 09, 2009, 03:02:59 PM »
The Simpsons sounds better now but not great, and left and right are still reversed.

Offline iq_132

  • Administrator
  • *****
  • Posts: 3728
  • Karma: +411/-0
  • Definitely not Dink!
    • NeoSource
Re: What I've been working on (iq_132's work in progress)
« Reply #349 on: November 09, 2009, 08:31:19 PM »
Take a look here -->  http://neo-source.com/index.php?topic=571.0

If you're referring to the first post, that was the most preliminary source I had. I'm looking for the sources from CaptainCPS-X's build.


Offline kenshiro

  • Expert
  • *****
  • Posts: 145
  • Karma: +21/-0
Re: What I've been working on (iq_132's work in progress)
« Reply #350 on: November 10, 2009, 05:21:32 AM »
Yeah that's the best i've found. There is a thread with the sources you're speaking of, but the link is dead :S

Offline ir4rts

  • New Member
  • *
  • Posts: 1
  • Karma: +0/-0
Re: What I've been working on (iq_132's work in progress)
« Reply #351 on: November 11, 2009, 04:12:01 AM »
good job :D

Offline iq_132

  • Administrator
  • *****
  • Posts: 3728
  • Karma: +411/-0
  • Definitely not Dink!
    • NeoSource
Re: What I've been working on (iq_132's work in progress)
« Reply #352 on: November 19, 2009, 08:40:40 PM »
My friend sent me some PGM roms to look at and I managed to get one of the sets up and running (the other has issues still).  Interesting stuff.

Can anyone tell me more about this?


Offline iq_132

  • Administrator
  • *****
  • Posts: 3728
  • Karma: +411/-0
  • Definitely not Dink!
    • NeoSource
Re: What I've been working on (iq_132's work in progress)
« Reply #353 on: November 22, 2009, 10:00:05 PM »
So I got all stupid and decided to port Kaneko's Air Buster: Trouble Specialty Raid Unit.  Quite a nice looking little game. ^^


Offline Huggybaby

  • Jr. Member
  • **
  • Posts: 91
  • Karma: +2/-0
Re: What I've been working on (iq_132's work in progress)
« Reply #354 on: November 22, 2009, 10:54:28 PM »
I used to play Air Buster on the Genesis, it's a classic so thanks for the add!

Offline iq_132

  • Administrator
  • *****
  • Posts: 3728
  • Karma: +411/-0
  • Definitely not Dink!
    • NeoSource
Re: What I've been working on (iq_132's work in progress)
« Reply #355 on: November 24, 2009, 06:46:08 AM »
Here's a MAME driver for kovqhsgs (see the previous screens), supposedly a bootleg running on actual PGM hardware. ^^

I'm sure this will find its way into MAME Plus. :)


Offline Haze

  • MAME Devs
  • *****
  • Posts: 184
  • Karma: +47/-0
Re: What I've been working on (iq_132's work in progress)
« Reply #356 on: November 25, 2009, 02:13:21 PM »
if it's a real bootleg then it will make it into MAME eventually, assuming it's all been dumped properly.

I'd add it myself, but I guess Aaron will look at the 2008 date, even tho it's just a lame chinese bootleg / hack.

Offline Emuman

  • New Member
  • *
  • Posts: 1
  • Karma: +1/-1
Re: What I've been working on (iq_132's work in progress)
« Reply #357 on: November 25, 2009, 08:03:33 PM »
I'm sure this will find its way into MAME Plus. :)
thanks.

if it's a real bootleg then it will make it into MAME eventually, assuming it's all been dumped properly.
i can confirm all 4 bootlegs are real.

Offline iq_132

  • Administrator
  • *****
  • Posts: 3728
  • Karma: +411/-0
  • Definitely not Dink!
    • NeoSource
Re: What I've been working on (iq_132's work in progress)
« Reply #358 on: December 05, 2009, 01:33:29 AM »
Here's the descramble for the program roms for the other bootleg pgm sets. The games still don't work due to the missing arm7 rom though. Thanks to XingXing for confirming the descrambled rom is correct. :)

Code: [Select]
static void pgm_decode_kovlsqh2_program(running_machine *machine)
{
int i, j;
UINT16 *src = (UINT16*)(memory_region(machine, "maincpu") + 0x100000);
UINT16 *dst = alloc_array_or_die(UINT16, 0x400000);

for (i = 0; i < 0x400000 / 2; i++)
{
j = BITSWAP24(i, 23, 22, 21, 20, 19, 16, 15, 14, 13, 12, 11, 10, 9, 8, 0, 1, 2, 3, 4, 5, 6, 18, 17, 7);

dst[j] = src[i];
}

memcpy (src, dst, 0x400000);

free (dst);
}



Offline Bruce lee

  • New Member
  • *
  • Posts: 7
  • Karma: +0/-0
Re: What I've been working on (iq_132's work in progress)
« Reply #359 on: December 14, 2009, 07:31:07 PM »
Any news of adding NeoGeo CD into FBA?  :cool:

keep up the great work.