Author Topic: FBA WIP on Saturn  (Read 17251 times)

Offline vbt

  • FBNeo Contributor
  • *****
  • Posts: 205
  • Karma: +9005/-0
FBA WIP on Saturn
« on: August 28, 2011, 11:09:02 AM »




« Last Edit: August 28, 2011, 11:11:40 AM by vbt »

Offline iq_132

  • Administrator
  • *****
  • Posts: 3728
  • Karma: +411/-0
  • Definitely not Dink!
    • NeoSource
Re: FBA WIP on Saturn
« Reply #1 on: August 28, 2011, 12:07:06 PM »
That's rather impressive! ^^


Offline vbt

  • FBNeo Contributor
  • *****
  • Posts: 205
  • Karma: +9005/-0
Re: FBA WIP on Saturn
« Reply #2 on: May 08, 2013, 06:24:54 AM »

(Beta Version)

Finally a release, i've fixed some problems there are some (many:)) bugs. It works more or less with a decent speed (no VSync), here are the current emulated games :
  • Block Gal
  • Combat Hawk
  • Flicky
  • Green Beret
  • Pirateship Higemaru
  • Mr.Goemon
  • My Hero
  • Penguin Kun War
  • News
  • Pang
  • Super Pang
  • Ninja Princess
  • Pitfall 2
  • Sega Ninja
  • Teddy Boy Blues
  • Wonder Boy

Thanks to people who helped me (sometimes Guillaume, cafe-alpha with Satcom and all)

http://vberthelot.free.fr/fba_beta/

Offline iq_132

  • Administrator
  • *****
  • Posts: 3728
  • Karma: +411/-0
  • Definitely not Dink!
    • NeoSource
Re: FBA WIP on Saturn
« Reply #3 on: May 08, 2013, 09:11:30 AM »
Nice work Vbt!


Offline kenshiro

  • Expert
  • *****
  • Posts: 145
  • Karma: +21/-0
Re: FBA WIP on Saturn
« Reply #4 on: May 08, 2013, 12:31:09 PM »
Nice stuff :)

Offline vbt

  • FBNeo Contributor
  • *****
  • Posts: 205
  • Karma: +9005/-0
Re: FBA WIP on Saturn
« Reply #5 on: May 09, 2013, 09:37:07 AM »
thanks, now i try to run drivers as libraries in order to add more drivers =) but it doesn't work yet

Offline Sturm

  • Jr. Member
  • **
  • Posts: 59
  • Karma: +31/-0
Re: FBA WIP on Saturn
« Reply #6 on: May 11, 2013, 11:55:55 PM »
"Nice work"? F*%$ing good news! LOL Hey, Kev, how is going your SNES port to FBA? Anyone here knows about it?

Offline vbt

  • FBNeo Contributor
  • *****
  • Posts: 205
  • Karma: +9005/-0
Re: FBA WIP on Saturn
« Reply #7 on: May 12, 2013, 06:06:34 AM »
"Nice work"? F*%$ing good news! LOL Hey, Kev, how is going your SNES port to FBA? Anyone here knows about it?
I've never tried to port SNES emulator, only Rockin'-B tried. I tried to port SMS,NES,A2600 and FBA =)

Offline Sturm

  • Jr. Member
  • **
  • Posts: 59
  • Karma: +31/-0
Re: FBA WIP on Saturn
« Reply #8 on: May 12, 2013, 04:18:38 PM »
I know that VBT, but Kev did. It was just a good news like yours now! Saturn and SNES on FBA would be great!
Take a look (bullet number 6): http://www.barryharris.me.uk/article_view.php?id=170
« Last Edit: May 12, 2013, 04:22:07 PM by Sturm »

Offline vbt

  • FBNeo Contributor
  • *****
  • Posts: 205
  • Karma: +9005/-0
Re: FBA WIP on Saturn
« Reply #9 on: May 15, 2013, 04:17:48 PM »
Certainly, I can try to run this driver on saturn

Offline vbt

  • FBNeo Contributor
  • *****
  • Posts: 205
  • Karma: +9005/-0
Re: FBA WIP on Saturn
« Reply #10 on: October 07, 2013, 04:21:20 PM »
well, i'm too lazy to update it, i only completed a big change. now there is 1 binary by driver and so it uses an overlay link script.

Offline vbt

  • FBNeo Contributor
  • *****
  • Posts: 205
  • Karma: +9005/-0
Re: FBA WIP on Saturn
« Reply #11 on: April 06, 2014, 06:50:01 PM »
easy try with tetris =)

Offline iq_132

  • Administrator
  • *****
  • Posts: 3728
  • Karma: +411/-0
  • Definitely not Dink!
    • NeoSource
Re: FBA WIP on Saturn
« Reply #12 on: April 06, 2014, 08:28:48 PM »
easy try with tetris =)

Nice! Just out of my own curiousity... does the Saturn only do tiles, or is there a blitter or framebuffer you can access directly?

I was thinking Space Invaders / Midway Black and white (8080) hardware might be a nice target. You could use samples for sound. ^^


Offline vbt

  • FBNeo Contributor
  • *****
  • Posts: 205
  • Karma: +9005/-0
Re: FBA WIP on Saturn
« Reply #13 on: April 07, 2014, 05:42:31 PM »
Nice! Just out of my own curiousity... does the Saturn only do tiles, or is there a blitter or framebuffer you can access directly?
saturn can do tile or bitmap, naturally it has a frame buffer.
Quote
I was thinking Space Invaders / Midway Black and white (8080) hardware might be a nice target. You could use samples for sound. ^^
why not, there was an emulator of minivader (z80) running well on saturn with rendering in asm.

Offline iq_132

  • Administrator
  • *****
  • Posts: 3728
  • Karma: +411/-0
  • Definitely not Dink!
    • NeoSource
Re: FBA WIP on Saturn
« Reply #14 on: April 07, 2014, 06:12:35 PM »
saturn can do tile or bitmap, naturally it has a frame buffer.why not, there was an emulator of minivader (z80) running well on saturn with rendering in asm.
Well, it looks like you've got a working z80 core, the i8080 is compatible with the z80. ^^