Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: FireFox/Mach3 Patch  (Read 10158 times)

0 Members and 1 Guest are viewing this topic.

ErikRuud

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1709
  • Last login:March 05, 2021, 10:20:27 am
  • I'll build a cab for only 99.99.99!!!
    • Erik's humble video game page
FireFox/Mach3 Patch
« on: April 14, 2004, 08:07:17 pm »
I am trying to get this patch to work with NoNameMAME.
http://www.boldtower.com/mach3/

I am using verions 0.79u4.05.

I'm stuck again.

I applied the patch and tried to compile the patched code.

I had a problem with the mpeg libs, but I copied them to the correct place and got past that.

Now I am getting this error:
$ make OS=win
Compiling src/vidhrdw/laserdsk.c...
cc1.exe: warnings being treated as errors
src/vidhrdw/laserdsk.c: In function `init_mpeg':
src/vidhrdw/laserdsk.c:256: warning: passing arg 2 of `load_frame_ptrs' discards                      qualifiers from pointer target type
src/vidhrdw/laserdsk.c: At top level:
src/vidhrdw/laserdsk.c:270: warning: declaration of `buffer' shadows a global de                      claration
src/vidhrdw/laserdsk.c:45: warning: shadowed declaration is here
src/vidhrdw/laserdsk.c:301: warning: declaration of `buffer' shadows a global de                      claration
src/vidhrdw/laserdsk.c:45: warning: shadowed declaration is here
src/vidhrdw/laserdsk.c:334: warning: declaration of `buffer' shadows a global de                      claration
src/vidhrdw/laserdsk.c:45: warning: shadowed declaration is here
c:\mingw\bin\make.exe: *** [obj/noname/vidhrdw/laserdsk.o] Error 1


Anyone have any thoughts on this?

I'll keep trying, but I am not really a C programmer so it could take a while.  
 
 
Real Life.  Still a poor substitute for video games!       
American Laser Games Wrapper
O2em Rom Utility

Howard_Casto

  • Idiot Police
  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 19427
  • Last login:Yesterday at 12:57:54 am
  • Your Post's Soul is MINE!!! .......Again??
    • The Dragon King
Re:FireFox/Mach3 Patch
« Reply #1 on: April 14, 2004, 11:08:00 pm »
First suggestion.... use stock mame.  Patches don't play nice wiht other patches and as noname is a bunch of patches you are just kidding yourself.  

You'll want to setup firefox/mach3 as dedicated builds anyway as I belevie they hack some core functions to get it running.

You didn't hear it from me, but the developer's source of daphne supports these games.  I would probably make more sense to compile those than this.

ErikRuud

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1709
  • Last login:March 05, 2021, 10:20:27 am
  • I'll build a cab for only 99.99.99!!!
    • Erik's humble video game page
Re:FireFox/Mach3 Patch
« Reply #2 on: April 14, 2004, 11:53:44 pm »
I have seen the posts about the developer build of Daphne.  I thought they had removed that from there site.

What can I say, I decided to take on the challenge.

I did the same thing with the "Faked" Tailgunner samples, and that led to real samples becoming an official part of MAME.

Real Life.  Still a poor substitute for video games!       
American Laser Games Wrapper
O2em Rom Utility

NickS

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 138
  • Last login:September 11, 2014, 06:59:58 am
  • I want to Build My Own Arcade Controls!!
Re:FireFox/Mach3 Patch
« Reply #3 on: April 15, 2004, 05:40:08 am »
Yes Mach 3, Firefox and DL2 all work on the cvs version.
« Last Edit: April 15, 2004, 05:42:05 am by NickS »

Lilwolf

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 4945
  • Last login:July 31, 2022, 10:26:34 pm
Re:FireFox/Mach3 Patch
« Reply #4 on: April 15, 2004, 08:18:00 am »
SWEET!  

I'm VERY excited about that!  I LOVE firefox!  

ErikRuud

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1709
  • Last login:March 05, 2021, 10:20:27 am
  • I'll build a cab for only 99.99.99!!!
    • Erik's humble video game page
Re:FireFox/Mach3 Patch
« Reply #5 on: April 15, 2004, 09:34:30 am »
I got a response back from Scott at Boldtower and I have gotten past the errors in laserdsk.c

I just ran into errors in chdman.c, but that looks like an include is not in the correct place.

I checked and the cvs access for Daphne is still available.  I had seen a post about them removing it, but I guess they weren't serious.  I'll have to setup Visual Studio to compile it.

Of course I also have to acquire the .flac and .lsr files for Mach3 and FireFox before I can test either program.

 
Real Life.  Still a poor substitute for video games!       
American Laser Games Wrapper
O2em Rom Utility

Buddabing

  • Wiki Master
  • Trade Count: (0)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 1845
  • Last login:February 12, 2015, 02:51:45 pm
  • I'm a llama!
Re:FireFox/Mach3 Patch
« Reply #6 on: April 15, 2004, 10:12:27 am »
I am trying to get this patch to work with NoNameMAME.
http://www.boldtower.com/mach3/

I am using verions 0.79u4.05.

I'm stuck again.

I applied the patch and tried to compile the patched code.

I had a problem with the mpeg libs, but I copied them to the correct place and got past that.

Now I am getting this error:
$ make OS=win
Compiling src/vidhrdw/laserdsk.c...
cc1.exe: warnings being treated as errors
src/vidhrdw/laserdsk.c: In function `init_mpeg':
src/vidhrdw/laserdsk.c:256: warning: passing arg 2 of `load_frame_ptrs' discards                      qualifiers from pointer target type
src/vidhrdw/laserdsk.c: At top level:
src/vidhrdw/laserdsk.c:270: warning: declaration of `buffer' shadows a global de                      claration
src/vidhrdw/laserdsk.c:45: warning: shadowed declaration is here
src/vidhrdw/laserdsk.c:301: warning: declaration of `buffer' shadows a global de                      claration
src/vidhrdw/laserdsk.c:45: warning: shadowed declaration is here
src/vidhrdw/laserdsk.c:334: warning: declaration of `buffer' shadows a global de                      claration
src/vidhrdw/laserdsk.c:45: warning: shadowed declaration is here
c:\mingw\bin\make.exe: *** [obj/noname/vidhrdw/laserdsk.o] Error 1


Anyone have any thoughts on this?

I'll keep trying, but I am not really a C programmer so it could take a while.  
 

Thanks for that link. I've written a Dragon's Lair/Space Ace driver for MAME but it wasn't quite working right, the MAME sample source doesn't allow seeking within samples so my audio and video got unsynced. This will help me.

Buddabing

I have changed my nickname to "Cakemeister". Please do not PM the Buddabing account because I do not check it anymore.

Please read the wiki!

ErikRuud

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1709
  • Last login:March 05, 2021, 10:20:27 am
  • I'll build a cab for only 99.99.99!!!
    • Erik's humble video game page
Re:FireFox/Mach3 Patch
« Reply #7 on: April 15, 2004, 01:05:19 pm »
Buddabing,

Glad I could help.  :)

Howard,

I took you suggestion and tried using regular MAME, and I got a good compile.

Now I just have to get the .flac and .lsr files.



Real Life.  Still a poor substitute for video games!       
American Laser Games Wrapper
O2em Rom Utility

jimmyjet

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 153
  • Last login:June 03, 2008, 06:39:55 am
  • I'm a llama!
Re:FireFox/Mach3 Patch
« Reply #8 on: April 15, 2004, 03:40:54 pm »
I didn't follow any of that.  If you get it working could I get a copy or something?  Thanks.
jimmyjet

TheGatesofBill

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 581
  • Last login:August 22, 2018, 09:07:04 am
Re:FireFox/Mach3 Patch
« Reply #9 on: April 15, 2004, 07:09:35 pm »
Hmm... I'll look into that and see how feasable it would be to add to No Name MAME.

ErikRuud

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1709
  • Last login:March 05, 2021, 10:20:27 am
  • I'll build a cab for only 99.99.99!!!
    • Erik's humble video game page
Re:FireFox/Mach3 Patch
« Reply #10 on: April 16, 2004, 10:12:05 am »
I got another response back from Scott at boldtower.

He said: Looks like a link option -lflac is missing from the chdman link options your makefile.  You may also need the -L<path to libflac.a> in there as well.

Well that was the problem.

I now have versions of MAME 0.79, NoNameMAME 079u4.05, DAPHNE 99.7 that should all be capable of running MACH3 and FireFox as soon as I acquire the proper videos.
Real Life.  Still a poor substitute for video games!       
American Laser Games Wrapper
O2em Rom Utility

Lilwolf

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 4945
  • Last login:July 31, 2022, 10:26:34 pm
Re:FireFox/Mach3 Patch
« Reply #11 on: April 16, 2004, 10:22:11 am »
I have only seen them on IRC (and a slow one at that) ages ago.

but watch the talk here... very similar to a rom request... (not that I wouldn't appreciate if someone happened to PM with a bit torrent link)

ErikRuud

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1709
  • Last login:March 05, 2021, 10:20:27 am
  • I'll build a cab for only 99.99.99!!!
    • Erik's humble video game page
Re:FireFox/Mach3 Patch
« Reply #12 on: April 16, 2004, 10:51:54 am »
I was not asking.

I do have a non IRC source.

I need to solve my registry problems before I do anything else.
Real Life.  Still a poor substitute for video games!       
American Laser Games Wrapper
O2em Rom Utility

TheGatesofBill

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 581
  • Last login:August 22, 2018, 09:07:04 am
Re:FireFox/Mach3 Patch
« Reply #13 on: April 16, 2004, 12:30:29 pm »
I just finished adding in the Megadriver stuff, I'll take a look at that now.

ErikRuud

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1709
  • Last login:March 05, 2021, 10:20:27 am
  • I'll build a cab for only 99.99.99!!!
    • Erik's humble video game page
Re:FireFox/Mach3 Patch
« Reply #14 on: April 16, 2004, 12:49:38 pm »
Did you see my previous post 4 posts back?

I got it working in 0.79u4.05.

The two stumbling blocks were the -Werror flag that is used in your makefile.  I had to remove it.  And the patch did not add the -lFLAC and -L references to the link for chdman.

I can send you the modified code if you want.

Real Life.  Still a poor substitute for video games!       
American Laser Games Wrapper
O2em Rom Utility

Tiger-Heli

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 5447
  • Last login:January 03, 2018, 02:19:23 pm
  • Ron Howard? . . . er, I mean . . . Run, Coward!!!
    • Tiger-Heli
Re:FireFox/Mach3 Patch
« Reply #15 on: April 16, 2004, 01:07:42 pm »
Did you see my previous post 4 posts back?

I got it working in 0.79u4.05.

The two stumbling blocks were the -Werror flag that is used in your makefile.  I had to remove it.  And the patch did not add the -lFLAC and -L references to the link for chdman.

I can send you the modified code if you want.
Three questions - Do you need .lsr and .flak files or .chd or .iso (?).

Same files for Daphne and MAME?

Any idea on hardware requirements?  (Is a Duron 850Mhz woefully inadequate?)  (Never messed with Daphne before).
It's not what you take when you leave this world behind you, it's what you leave behind you when you go. - R. Travis.
When all is said and done, generally much more is SAID than DONE.

ErikRuud

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1709
  • Last login:March 05, 2021, 10:20:27 am
  • I'll build a cab for only 99.99.99!!!
    • Erik's humble video game page
Re:FireFox/Mach3 Patch
« Reply #16 on: April 16, 2004, 01:28:39 pm »
For the MAME patch it is .flac and .lsr

For Daphne it should be .mp2 and .ogg

I'm not sure about peformance specs.  I would guess that if you can run the othe Daphne stuff, you should be OK. This is from the Daphne documentation: Get a faster CPU. An Athlon 800 should give almost perfect performance (no dropped frames). Some games need a faster CPU than others
Real Life.  Still a poor substitute for video games!       
American Laser Games Wrapper
O2em Rom Utility

screaming

  • Sweet! I'mma go make me some popovers!
  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 2124
  • Last login:August 14, 2019, 03:15:34 pm
  • Registered lUser
    • shift eight (*) generation
Re:FireFox/Mach3 Patch
« Reply #17 on: April 16, 2004, 02:30:07 pm »
For the MAME patch it is .flac and .lsr

For Daphne it should be .mp2 and .ogg

I'm not sure about peformance specs.  I would guess that if you can run the othe Daphne stuff, you should be OK. This is from the Daphne documentation: Get a faster CPU. An Athlon 800 should give almost perfect performance (no dropped frames). Some games need a faster CPU than others

  The LSR file is still the same MPEG2 stream that daphne uses, so no difference there. Generally speaking, the FLAC format takes a little less CPU than OGG does to decode, but not much.

  The big difference would come down to how good the MAME decoders are versus the Daphne ones.

  This really doesn't answer the question, I suppose, but it might help you to gain a little insight if you're curious and want to take it further.

/Steve

btoddkelley

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 247
  • Last login:October 20, 2013, 04:52:05 pm
  • I want to Build My Own Arcade Controls!!
Re:FireFox/Mach3 Patch
« Reply #18 on: April 18, 2004, 06:39:17 pm »
an 800 duron  will play DL fine but I doubt you would be able to play firefox. Games that nedd to seek quickly (astron belt, galaxy ranger) need somewhere around a 1.5 or the screen will freeze from time to time. Firefox will most likely need even more as the original player was really fast.


Todd
For it is not enough to have a good mind, rather the main thing is to apply it well.

- Descartes

ErikRuud

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1709
  • Last login:March 05, 2021, 10:20:27 am
  • I'll build a cab for only 99.99.99!!!
    • Erik's humble video game page
Re:FireFox/Mach3 Patch
« Reply #19 on: April 20, 2004, 10:41:55 am »
I have not been able to test it yet, but FireFox is listed as "Not working yet" in the 0.99.7cvs version of Daphne.
Real Life.  Still a poor substitute for video games!       
American Laser Games Wrapper
O2em Rom Utility

btoddkelley

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 247
  • Last login:October 20, 2013, 04:52:05 pm
  • I want to Build My Own Arcade Controls!!
Re:FireFox/Mach3 Patch
« Reply #20 on: April 20, 2004, 10:53:18 am »
I have played mach 3, us vs them and dl2 in the cvs but I do not have an mpeg for firefox to test it yet. I was suprised to hear that it was working. Has anyone avtually played firefox in daphne? Howard?


Thanks
Todd
For it is not enough to have a good mind, rather the main thing is to apply it well.

- Descartes

ErikRuud

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1709
  • Last login:March 05, 2021, 10:20:27 am
  • I'll build a cab for only 99.99.99!!!
    • Erik's humble video game page
Re:FireFox/Mach3 Patch
« Reply #21 on: April 20, 2004, 11:30:10 am »
Look at the DaphneLoaderInfo.ini file.  The Gamelist has a few interesting tidbits at the end.
Real Life.  Still a poor substitute for video games!       
American Laser Games Wrapper
O2em Rom Utility

Howard_Casto

  • Idiot Police
  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 19427
  • Last login:Yesterday at 12:57:54 am
  • Your Post's Soul is MINE!!! .......Again??
    • The Dragon King
Re:FireFox/Mach3 Patch
« Reply #22 on: April 20, 2004, 07:44:43 pm »
Sorry guys, I'm trying to save hd space right now or else I'd look into it.  

Dartful Dodger

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 3453
  • Last login:July 23, 2012, 11:21:39 pm
  • Newer isn't always better.
Re:FireFox/Mach3 Patch
« Reply #23 on: April 21, 2004, 01:25:07 pm »
Sorry guys, I'm trying to save hd space right now or else I'd look into it.  
We understand, that new Paris Hilton video takes up a lot of space.

Buddabing

  • Wiki Master
  • Trade Count: (0)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 1845
  • Last login:February 12, 2015, 02:51:45 pm
  • I'm a llama!
Re:FireFox/Mach3 Patch
« Reply #24 on: April 21, 2004, 02:39:22 pm »
Did you see my previous post 4 posts back?

I got it working in 0.79u4.05.

The two stumbling blocks were the -Werror flag that is used in your makefile.  I had to remove it.  And the patch did not add the -lFLAC and -L references to the link for chdman.

I can send you the modified code if you want.

Eric,

Would it be possible for you to migrate any changes to version 0.81u5.10 of No Name MAME?

Did you have to compile the flac library separately, or did you create a flac.mak?

Thanks,
Buddabing
I have changed my nickname to "Cakemeister". Please do not PM the Buddabing account because I do not check it anymore.

Please read the wiki!

ErikRuud

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1709
  • Last login:March 05, 2021, 10:20:27 am
  • I'll build a cab for only 99.99.99!!!
    • Erik's humble video game page
Re:FireFox/Mach3 Patch
« Reply #25 on: April 21, 2004, 02:49:18 pm »
I am going to wait until I can get it working in the regular version of 0.79s before I try anything else.

So far it is not working.  The game starts, I see the disk initialization screen, then the first frame of the video, and then it crashes.
Code: [Select]
C:\mame>mame mach3 -v -r 640x480
parsing mame.ini...OK.
parsing gottlieb.ini...N/A
parsing mach3.ini...N/A
Using DirectInput 7
Keyboards=1  Mice=1  Joysticks=0 Lightguns=0
trying to parse ctrlr file windows.ini
Mouse support disabled
Joystick support disabled
Keyboards=1  Mice=0  Joysticks=0
frame file not a multiple of struct size
Best mode = 640x480x32 @ default Hz
Primary surface created: 640x480x32 (R=00ff0000 G=0000ff0
Primary buffer: 44100 Hz, 16 bits, 1 channels
SSE supported

-----------------------------------------------------
Exception at EIP=007BB1BE: ACCESS VIOLATION
While attempting to read memory at FFFFFFC0
-----------------------------------------------------
EAX=00000000 EBX=FFFFFFFD ECX=FFFFFFC0 EDX=00000000
ESI=00000000 EDI=00000003 EBP=00000000 ESP=0022F990

C:\mame>

I built the flac library seperately according to the directions on the website.  But then I had to copy the .h .a .la files to the proper place in the MinGW directories.

Also the patch undoes some of the patches in NoNameMAME.  Mostly for some of the new switch options.


By the way, the mach3.lsr is at a resolution that Daphne does not like.
Real Life.  Still a poor substitute for video games!       
American Laser Games Wrapper
O2em Rom Utility

TheGatesofBill

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 581
  • Last login:August 22, 2018, 09:07:04 am
Re:FireFox/Mach3 Patch
« Reply #26 on: April 21, 2004, 05:40:18 pm »
If you get it working in the new No Name MAME, let me know and I'll try to include it. I took a look at it, but it'll take more time than I'd like to spend tright now.

Aceldamor

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 878
  • Last login:October 25, 2019, 05:10:51 pm
  • You know you hear the music in your head...
Re:FireFox/Mach3 Patch
« Reply #27 on: April 21, 2004, 05:44:07 pm »
Man...this is awsome. Keep up the extremely awsome work.   ;D


Fuzzy Wuzzy was a woman!

ErikRuud

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1709
  • Last login:March 05, 2021, 10:20:27 am
  • I'll build a cab for only 99.99.99!!!
    • Erik's humble video game page
Re:FireFox/Mach3 Patch
« Reply #28 on: April 22, 2004, 03:36:01 pm »
Just for the halibut, I tried the frame.bin file that is supposed to be for FireFox and the game ran without crashing.  Unfortunately the video was out of synch with the game ???

I'm waiting to see if I can get anymore help from Scott at Boldtower.

I should have time to convert and test the FireFox video tonight.

Real Life.  Still a poor substitute for video games!       
American Laser Games Wrapper
O2em Rom Utility

Lilwolf

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 4945
  • Last login:July 31, 2022, 10:26:34 pm
Re:FireFox/Mach3 Patch
« Reply #29 on: April 23, 2004, 08:34:57 am »
Out of sync?  Is it really bad or a second or less off?  Try it in Dalphne cvs version yet?

btw, I'm assuming that the videos aren't the same for both the mame version and the Daphne version?   Can you convert between them?

I still haven't had a chance to test them out..  Still hoping for some newsgroup lovin...

ErikRuud

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1709
  • Last login:March 05, 2021, 10:20:27 am
  • I'll build a cab for only 99.99.99!!!
    • Erik's humble video game page
Re:FireFox/Mach3 Patch
« Reply #30 on: April 23, 2004, 09:27:01 am »
It appears to playing the wrong portion of the video so the trageting squares don't line up with anything that makes sense.  In the bomber game where you should be hitting the planes parked along the airstrip, it is actually showing the shipyard. I think that the frame.bin file for Mach3 on the boldtower site is hosed. Scott has not replied to my last email yet.

I tried FireFox in MAME last night.  The game runs, but I don't think my 1.6 Duron is strong enough to render the video fast enough.  The overlay graphics are kind of jerky, and the video ends up being more like a series of still shots.  Sometime over the weekend, I'll copy it to my main PC with a 2.0 ghz P4 and try it out.

I will also be trying out MACH3 in Daphne over the weekend.

Real Life.  Still a poor substitute for video games!       
American Laser Games Wrapper
O2em Rom Utility

btoddkelley

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 247
  • Last login:October 20, 2013, 04:52:05 pm
  • I want to Build My Own Arcade Controls!!
Re:FireFox/Mach3 Patch
« Reply #31 on: April 23, 2004, 01:42:29 pm »
mach 3 plays great on Daphne cvs, so does us vs them. Check out firefox on daphne if you could. I do not have a rip of that to test yet.
Thanks
Todd
For it is not enough to have a good mind, rather the main thing is to apply it well.

- Descartes

firefoxfans

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 6
  • Last login:April 23, 2004, 03:37:39 pm
  • I'm a llama!
Re:FireFox/Mach3 Patch
« Reply #32 on: April 23, 2004, 03:59:57 pm »
Hi guys,

I have tried firefox of boldtower and audio-video are syncronized because they has need to be the correct size:
firefox.lsr (1836320618 bytes)
firefox.flac (152516876 bytes)
I have tried it on:
AthlonXP 3200+ with Geoforce 2 32MB and fps are 30-34
the game is playable but the video and the audio are not very fluid
if I could have a program x windows that produces the file frame.bin I could convert the video and the audio in a smaller format.
Can someone tell me where x to be able a generator of frame.bin windows to find it?
What is Daphne cvs?  
could someone send me it so I could also try with it?
excuse my bad English but I am Italian

Best Regards,
firefoxfan

ErikRuud

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1709
  • Last login:March 05, 2021, 10:20:27 am
  • I'll build a cab for only 99.99.99!!!
    • Erik's humble video game page
Re:FireFox/Mach3 Patch
« Reply #33 on: April 23, 2004, 10:06:44 pm »
Daphne CVS is latest "in development" version of Daphne.

You have to get the source code from the Daphne site and compile it yourself.

I have know idea how the frame.bin files are created.
Real Life.  Still a poor substitute for video games!       
American Laser Games Wrapper
O2em Rom Utility

firefoxfans

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 6
  • Last login:April 23, 2004, 03:37:39 pm
  • I'm a llama!
Re:FireFox/Mach3 Patch
« Reply #34 on: April 24, 2004, 05:57:05 am »
Hi,

for To compile it is necessary Visual Studio 6 or 7 or enough MingW?  
Which idea do you have for the frame.bin? Would you have a program to give me that it creates it, thanks?  
Do you possess the version of compiled Daphne? you know I have difficulty to compile it.

Best Regards,
firefoxfans

ErikRuud

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1709
  • Last login:March 05, 2021, 10:20:27 am
  • I'll build a cab for only 99.99.99!!!
    • Erik's humble video game page
Re:FireFox/Mach3 Patch
« Reply #35 on: April 24, 2004, 09:13:10 am »
I'm sorry I wrote that wrong.

I have NO idea how to create the frame.bin files.

I am trying to get more information from the author of the patch.
Real Life.  Still a poor substitute for video games!       
American Laser Games Wrapper
O2em Rom Utility

firefoxfans

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 6
  • Last login:April 23, 2004, 03:37:39 pm
  • I'm a llama!
Re:FireFox/Mach3 Patch
« Reply #36 on: April 24, 2004, 10:14:12 am »
ok thanks ErikRuud. I hope that someone can tell me how I can make the file frame.bin.
Has someone compiled Daphne CVS?
Someone sends me it to my email please: antlarocca@email.it
also only the files daphne.exe, daphne loader end .ini files too, Thanks!

Best Regards to everyone.
firefoxfans


ErikRuud

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1709
  • Last login:March 05, 2021, 10:20:27 am
  • I'll build a cab for only 99.99.99!!!
    • Erik's humble video game page
Re:FireFox/Mach3 Patch
« Reply #38 on: April 26, 2004, 09:58:04 am »
Chazz,

Are those from the MAME patch or the Daphne CVS?
Real Life.  Still a poor substitute for video games!       
American Laser Games Wrapper
O2em Rom Utility

Chazz

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 234
  • Last login:January 29, 2020, 01:14:53 pm
Re:FireFox/Mach3 Patch
« Reply #39 on: April 26, 2004, 02:28:33 pm »
Daphne CVS.  Dragon's Lair and Space Ace run smooth on my cab, but MACH runs super slow.