Welcome!

Final Burn Neo => FBN Development => Topic started by: BisonSAS on March 23, 2007, 02:06:52 AM

Title: Final Tetris
Post by: BisonSAS on March 23, 2007, 02:06:52 AM
I added Final Tetris in d_hyperpac driver. :smilie:
Unfortunately the's sound doesn't work. :p

(http://img177.imageshack.us/img177/796/finalttr1us3.th.png) (http://img177.imageshack.us/my.php?image=finalttr1us3.png) (http://img329.imageshack.us/img329/1376/finalttr2fl0.th.png) (http://img329.imageshack.us/my.php?image=finalttr2fl0.png)

Download driver in attachment. :cool:

Any idea to fix sound? :confused:
Thanks in advance. :wink:
Title: Re: Final Tetris
Post by: KOF2112 on March 23, 2007, 03:32:29 AM
 :biggrin:

Thank you !!  BisonSAS for the FBA player
Title: Re: Final Tetris
Post by: Death Metal on March 23, 2007, 09:54:22 PM
Is that Michael Jackson straight from the 90s up there? lulz
Title: Re: Final Tetris
Post by: Barry Harris on March 24, 2007, 05:21:17 AM
Had a few spare minutes so I added this game to the driver.

The sound command is written with a word value from the 68000 so that needed to be compensated for and also the YM2151 IRQ generation on the Z80 needed correcting.
Title: Re: Final Tetris
Post by: Barry Harris on March 24, 2007, 08:30:20 AM
I added Twin Adventure too - I'll put these in the next release but the driver is here for anyone who wants it now. :)
Title: Re: Final Tetris
Post by: BisonSAS on March 24, 2007, 01:16:49 PM
Thank you very much Treble Winner! :smilie:

Some missing korean title in Final Tetris ◦ 파이널 테트리스
Quote
struct BurnDriver BurnDrvFinalttr = {
   "finalttr", NULL, NULL, "1993",
   "Final Tetris\0", NULL, "Jeil Computer System", "Kaneko Pandora based",
   L"Final Tetris\0\uD30C\uC774\uB110 \uD14C\uD2B8\uB9AC\uC2A4\0", NULL, NULL, NULL,
   BDF_GAME_WORKING, 2, HARDWARE_MISC_MISC,
   NULL, FinalttrRomInfo, FinalttrRomName, HyperpacInputInfo, FinalttrDIPInfo,
   FinalttrInit, HyperpacExit, FinalttrFrame, NULL, HyperpacScan,
   NULL, 256, 224, 4, 3
};