Author Topic: Kenshiro's Stuff  (Read 63664 times)

Offline kenshiro

  • Expert
  • *****
  • Posts: 145
  • Karma: +21/-0
Re: Kenshiro's Stuff
« Reply #15 on: April 30, 2009, 11:45:09 AM »
I forgot to clean up some variables in NeoExit(). Here's a fix :)

Offline kenshiro

  • Expert
  • *****
  • Posts: 145
  • Karma: +21/-0
Re: Kenshiro's Stuff
« Reply #16 on: May 02, 2009, 10:57:51 AM »
- Fixed svcpcba (hardware test screen), sorry! Also corrected few others mistakes :p
« Last Edit: May 02, 2009, 10:59:00 AM by kenshiro »

Offline kenshiro

  • Expert
  • *****
  • Posts: 145
  • Karma: +21/-0
Re: Kenshiro's Stuff
« Reply #17 on: May 06, 2009, 04:38:20 PM »
Fixed the following games:

SNK vs. CAPCOM SVC CHAOS Plus (bootleg set 1)
SNK vs. CAPCOM SVC CHAOS Plus (bootleg set 2)
The King of Fighters 10th Anniversary (The King of Fighters 2002 bootleg)
The King of Fighters 2003 (bootleg set 1)
The King of Fighters 2003 (set 1) and The King of Fighters 2003 (set 2) :
Samurai Shodown V / Samurai Spirits Zero (bootleg)

The King of Fighters 2003 (Japan, JAMMA PCB) is the only non working game :biggrin: :eek:, all the rest is playable!

Thanks iq to help me catch that issues ;p


Offline Skeletor

  • Newbies
  • *
  • Posts: 13
  • Karma: +0/-0
Re: Kenshiro's Stuff
« Reply #18 on: May 08, 2009, 04:59:21 PM »
Code: [Select]
memcpy (Neo68KROM + 0x100000, Neo68KROM, 0x700000);
becomes
Code: [Select]
for (i = 7; i > 0; i--) {
    memcpy (Neo68KROM + (i * 0x100000), Neo68KROM + ((i - 1) * 0x100000), 0x100000);


Nice tweak :idiot:
« Last Edit: May 08, 2009, 05:05:23 PM by Skeletor »

Offline kenshiro

  • Expert
  • *****
  • Posts: 145
  • Karma: +21/-0
Re: Kenshiro's Stuff
« Reply #19 on: May 26, 2009, 07:46:36 PM »
This is CPS1 - CPS2 drivers from FBA 02.97.05 modified to run on Xbox.

All CPS2 games have a VMM. In non HD mode only hsf2 and clones really need it.
I think it will work in 480 and 720P, need to be tested lol.

On my old crappy TV, all the games i tested seems working fine.

There's an really funny and nasty issue.
The first CPS2 launched draws a black screen, just exit the game, relaunch it and it will works. Then launch whatever CPS2 game you want it will work... lol :biggrin: It doesn't happen with CPS1 games, and if you launch a CPS1 game, then have a play with a CPS2 one, the CPS2 game will work on first try... :idiot:

Seems dumbass issue but can't catch it ATM :biggrin:, at least the games works fine. Sources in attachment :smilie:

Offline kenshiro

  • Expert
  • *****
  • Posts: 145
  • Karma: +21/-0
Re: Kenshiro's Stuff
« Reply #20 on: June 18, 2009, 06:03:56 PM »
A Cave update :smilie:

Quote
18/06/2009

    Updated Cave drivers code to FBA 0.2.97.05
   
   "Supposed" support for 720P (need to be tested!).
    Setup a VMM on the following games:
       ESP Ra.De. (International, Ver. 98/04/22)
       ESP Ra.De. (Japan, Ver. 98/04/14)
       ESP Ra.De. (Japan, Ver. 98/04/21)
       Gaia Crusaders
       Pretty Soldier Sailor Moon (JUEHTK, Ver. 95/03/22)
       Pretty Soldier Sailor Moon (JUEHTK, Ver. 95/03/22B)
       Thunder Heroes
      
       Removed the ability to compile the code for PC and for Xbox (useless)   

16/05/2009

    Port of Cave drivers code from FBA 0.2.97.04 to Xbox.
   
    Setup a VMM on the following games:
        Guwange (Japan, Master Ver. 99/06/24)
        Power Instinct 2 (US, Ver. 94/04/08)
        Gouketsuji Ichizoku 2 (Japan, Ver. 94/04/08)
        Power Instinct Legends (US, Ver. 95/06/20)
        Gouketsuji Ichizoku Saikyou Densetsu (Japan, Ver. 95/06/20)
   

Offline master_system

  • New Member
  • *
  • Posts: 1
  • Karma: +0/-0
Re: Kenshiro's Stuff
« Reply #21 on: June 22, 2009, 03:41:51 PM »
hi kenshiro

ive contacted you about this before as an issue on fbaxxx, and i know your probably busy getting new stuff in / 720p issues. but as i use fba in an arcade cab the romlist view uses analog control only, but i have a digital joystick so the rom selection flys and skips 5-10 rom names at a time.  This is the only emu on xbox that has analog control on romlist - can you change it so it accepts digital (dpad) or slow it down a bit

thanks

Offline kenshiro

  • Expert
  • *****
  • Posts: 145
  • Karma: +21/-0
Re: Kenshiro's Stuff
« Reply #22 on: June 24, 2009, 09:46:21 AM »
Yeah that's an issue from previous FBA-XXX, honestly i'm not motivated as much to track this issue, i'm already very busy with drivers code. Will see...
« Last Edit: June 24, 2009, 09:52:40 AM by kenshiro »

Offline kenshiro

  • Expert
  • *****
  • Posts: 145
  • Karma: +21/-0
Re: Kenshiro's Stuff
« Reply #23 on: June 27, 2009, 04:26:48 PM »
This is port of iq_132 Asura Blade and Asura Buster drivers :) for Xbox. It has a VMM, runs mostly full speed with some little slowdowns, in standard 480i and no filters.

I modified a few the generics drawing routines of FBA (include in attachments). This stuff could be used in the future to run anothers VMM on games which use generic drawing stuff. 

Dedicated to my friend iq_132 ;) :biggrin:

« Last Edit: June 28, 2009, 06:09:27 AM by kenshiro »

Offline iq_132

  • Administrator
  • *****
  • Posts: 3728
  • Karma: +411/-0
  • Definitely not Dink!
    • NeoSource
Re: Kenshiro's Stuff
« Reply #24 on: June 27, 2009, 07:37:10 PM »
Oh that's fantastic!  :biggrin:


Offline JacKc

  • FBNeo Dev
  • ******
  • Posts: 1677
  • Karma: +56/-0
  • Hasta la vista, Baby !
Re: Kenshiro's Stuff
« Reply #25 on: June 29, 2009, 05:27:23 PM »
Great great work Kenshiro ;p


Offline kenshiro

  • Expert
  • *****
  • Posts: 145
  • Karma: +21/-0
Re: Kenshiro's Stuff
« Reply #26 on: August 05, 2009, 01:38:29 PM »
The first CPS2 launched draws a black screen, just exit the game, relaunch it and it will works. Then launch whatever CPS2 game you want it will work... lol :biggrin: It doesn't happen with CPS1 games, and if you launch a CPS1 game, then have a play with a CPS2 one, the CPS2 game will work on first try... :idiot:

Catched and fixed. All works well now, no known issues :)

Offline iq_132

  • Administrator
  • *****
  • Posts: 3728
  • Karma: +411/-0
  • Definitely not Dink!
    • NeoSource
Re: Kenshiro's Stuff
« Reply #27 on: August 05, 2009, 01:39:26 PM »
Catched and fixed. All works well now, no known issues :)

Beautiful! :) HSF2 ffs.


Offline Skeletor

  • Newbies
  • *
  • Posts: 13
  • Karma: +0/-0
Re: Kenshiro's Stuff
« Reply #28 on: August 05, 2009, 05:30:06 PM »
Kensho is back for more, :rolleyes: well done m8 !
« Last Edit: August 06, 2009, 04:36:33 AM by Skeletor »

Offline kenshiro

  • Expert
  • *****
  • Posts: 145
  • Karma: +21/-0
Re: Kenshiro's Stuff
« Reply #29 on: August 29, 2009, 05:11:00 PM »
Updated CPS1 - CPS2 drivers to FBA 0.2.97.06 code, to support latest iq_132 eeprom code :)

No issues on my Xbox ^^  :biggrin: