Author Topic: About Miss Bubble Arcade game  (Read 4898 times)

Offline mafer

  • New Member
  • *
  • Posts: 9
  • Karma: +0/-0
About Miss Bubble Arcade game
« on: November 26, 2016, 06:31:45 PM »
It's a bootleg from Bubble Booble it's funny, could be add in Final Burn Alpha?

https://www.youtube.com/watch?v=raauPEEnMV4

Thanks this is my first post.  :p

PS: I'm woman


Offline Gab75

  • FBNeo Contributor
  • *****
  • Posts: 1481
  • Karma: +33/-0
  • All games deserve to be emulated, more or less! :P
Re: About Miss Bubble Arcade game
« Reply #1 on: November 27, 2016, 12:52:25 AM »
Welcome to the FBA forum! :)

I did a little research, Alpha Co. Miss Bubble II doesn't use the same driver of Taito Bubble Bobble, but a different one... the current FBA doesn't support this driver (missb2.c); in any case, you can hope in the "goodwill" of FBA Devs! ;)

Offline mafer

  • New Member
  • *
  • Posts: 9
  • Karma: +0/-0
Re: About Miss Bubble Arcade game
« Reply #2 on: November 27, 2016, 05:41:02 PM »
Ok. Thanks for your answer  :biggrin:

Offline barbudreadmon

  • Administrator
  • *****
  • Posts: 1091
  • Karma: +59/-1
  • Helper
Re: About Miss Bubble Arcade game
« Reply #3 on: December 01, 2016, 08:23:11 AM »
On a side note, i was wondering what would be missing to emulate taito f3 ? a MC68EC020 cpu emulator ?

Offline Gab75

  • FBNeo Contributor
  • *****
  • Posts: 1481
  • Karma: +33/-0
  • All games deserve to be emulated, more or less! :P
Re: About Miss Bubble Arcade game
« Reply #4 on: December 01, 2016, 08:51:31 AM »
On a side note, i was wondering what would be missing to emulate taito f3 ? a MC68EC020 cpu emulator ?

As far as I know, the FBA uses the Musashi MC68k CPU core (68000/68010/68EC020)... so the CPU emulation should not be a problem. Taito F3 uses complex video and audio interfaces, so a driver porting is a very demanding/difficult task...

Offline barbudreadmon

  • Administrator
  • *****
  • Posts: 1091
  • Karma: +59/-1
  • Helper
Re: About Miss Bubble Arcade game
« Reply #5 on: December 01, 2016, 09:36:14 AM »
Ok, i didn't know MC68EC020 was a variant of m68k.

Offline Arcadez

  • Expert
  • *****
  • Posts: 558
  • Karma: +15/-0
  • Arcade Addict
Re: About Miss Bubble Arcade game
« Reply #6 on: December 01, 2016, 09:47:57 AM »
Ok, i didn't know MC68EC020 was a variant of m68k.

Yeah im not keen on this particular variant myself as the games that use it tend to underperform on the xbox, luckly since the
versions of MAME we have are quite old the drivers all still have speedhacks for the games that use the MC68EC20 which does
improve things greatly.

Offline iq_132

  • Administrator
  • *****
  • Posts: 3728
  • Karma: +411/-0
  • Definitely not Dink!
    • NeoSource
Re: About Miss Bubble Arcade game
« Reply #7 on: December 01, 2016, 10:05:35 AM »
It's a bootleg from Bubble Booble it's funny, could be add in Final Burn Alpha?

https://www.youtube.com/watch?v=raauPEEnMV4

Thanks this is my first post.  :p

PS: I'm woman

I ported this the other day. There's still work to do on getting it to boot. At this point, it shows the title screen.

On a side note, i was wondering what would be missing to emulate taito f3 ? a MC68EC020 cpu emulator ?
I've got a half ported taito_f3 driver (more like 15%). Trebble_winner ported the sound setup it uses, Dink fixed it so that it works, I've got the main CPU and some of the drawing stuff added. It needs a ton of work. At this point though, or MC68ec020 core is glitchy. :( I've had problems with it before for other games (fuukifg3.cpp and dreamworld.cpp)