Jump to content

Recommended Posts

  • Replies 631
  • Created
  • Last Reply

Top Posters In This Topic

Posted
Knocked this one out in about an hour.

 

http://www.fbadev.info/iq_132/coinops/dreamwld.rar

 

snaps

http://www.fbadev.info/iq_132/coinops/snaps/drea0000.png

http://www.fbadev.info/iq_132/coinops/snaps/drea0001.png

 

@Fumanchu: if you're ever in Michigan, let me know. You can definitely buy me a beer (or 15).

whats the current state of the american dollar to the british pound???checks wallet moths fly out :mellow:

 

1.00 GBP = 1.60291 USD. So not stellar. :( Plus, our beer sucks (mostly).

 

Btw, added Swat Police and Tang Tang and updated the romsets on the ESD16 driver. :)

you should try scottish whisky then,give you the best hangover ever.

the only games that i can think of adding which arent emulated on mame for xbox at all are.

wyvern wing

http://maws.mameworld.info/maws/romset/wyvernwg

 

info

info 0.112 [Pierpaolo Prazzoli]

 

WIP:

 

0.121u1: Aaron Giles optimized the hyperstone core, gaining ~50% speed improvement in most games. Implemented clock prescaling and corrected interrupt priority handling. Then fixed the clock speeds on the most of the games and killed most of the speed gains in quite a number of them (Sorry!). Replaced E1-32XT CPU1 with E1-32T.

0.112u2: Pierpaolo Prazzoli added I8052 (6MHz) CPU and missing gfx1/sound1 roms. Changed visible area to 240x320 (vertical) - Game now playable.

0.112: Pierpaolo Prazzoli added Wyvern Wings (Semicom/Game Vision License 2001).

16th February 2007: Pierpaolo Prazzoli - What a nice present dumped by Guru for my 23rd birthday! - Wyvern Wings (Semicom 2001). Semicom also put a little protection, but it seems just a serial data that's read and matched with 2 fixed values. We're lucky I don't have to write Hyperstone trojan code

 

 

slipstream by capcom,runs on the sega 32 driver.

http://maws.mameworld.info/maws/romset/slipstrm

 

 

info

WIP:

 

0.133u1: Renamed (slipstrh) to (slipstrmh).

0.129u6: Mr. Do added built-in layouts for Slipstream.

0.120u4: Guru added clone Slipstream (950515 HISPANIC). Fixed rom names.

0.97u4: Aaron Giles fixed Slipstream - Game now playable.

28th June 2005: Aaron Giles - It's been a while since I had anything exciting enough to show pictures of, but here's something interesting. A driving game, running on Sega System 32 hardware, that was not written by Sega, and which doesn't appear to be a hack or a bootleg but a legitimate game in and of itself. It's Slipstream, a racing game by Capcom. Weird!

0.97u2: Fixed number of buttons.

20th April 2005: Guru - Slipstream (Capcom/Sega System32) arrived from Japan.

4th April 2005: Dumping Project - Our contact has sent out a box to Guru containing 'Slipstream'.

7th March 2005: Dumping Project - We've continued our recent tear, acquiring an insurance copy of 'Slipstream'.

0.78: Fixed input.

0.74u2: Added Slipstream (Capcom 1995).

0.69: David Haywood added Slipstream (Testdriver). Doesn't work due to unemulated V60 opcodes.

21st May 2003: David Haywood added Slipstream to the Sega System 32 driver but it doesn't work probably because of V60 CPU core problems.

Posted

Diet Go Go (Now Playable)

Dream World (Now Playable)

***Boogie Wings*** (Now Playable...added a couple of hacks ill make sure iq thinks there ok)

 

 

 

 

 

***HACKS to fix driver boogie wings*** iq_132 please help me

 

deco16_pdrawgfx had 3 agument numbers not matching errors on 3 drivers dassult.c / rohga.c / dec32.c videodrivers

 

example of how I fixed this

&Machine->visible_area,trans,0,tilemap_pri,sprite_pri); ***added missing agument of ,0****

and changed to

&Machine->visible_area,trans,0,tilemap_pri,sprite_pri,0);

 

it seemed OK what do you think iq_132 what games sould I test? I tried Rohga and it seems good

 

also in Boogie wings to get it to go I hacked these errors

Linking...

MAME.lib(boogwing.obj) : error LNK2001: unresolved external symbol _deco16_tilemap_34_combine_draw

MAME.lib(boogwing.obj) : error LNK2001: unresolved external symbol _deco16_set_tilemap_transparency_mask

.\Release/MAMEoX.exe : fatal error LNK1120: 2 unresolved externals

 

I remed out these lines

 

symbol _deco16_tilemap_34_combine_draw

deco16_set_tilemap_transparency_mask

 

it seems to boot and play well now but what do you think can I make it with less hacks or improve or will I see issues in places as I havent tested to well.

 

PS also I take it the dec row scroll message is the hidden message :mellow: iq_132

Posted
Diet Go Go (Now Playable)

Dream World (Now Playable)

***Boogie Wings*** (Now Playable...added a couple of hacks ill make sure iq thinks there ok)

 

 

 

 

 

***HACKS to fix driver boogie wings*** iq_132 please help me

 

deco16_pdrawgfx had 3 agument numbers not matching errors on 3 drivers dassult.c / rohga.c / dec32.c videodrivers

 

example of how I fixed this

&Machine->visible_area,trans,0,tilemap_pri,sprite_pri); ***added missing agument of ,0****

and changed to

&Machine->visible_area,trans,0,tilemap_pri,sprite_pri,0);

 

it seemed OK what do you think iq_132 what games sould I test? I tried Rohga and it seems good

 

also in Boogie wings to get it to go I hacked these errors

Linking...

MAME.lib(boogwing.obj) : error LNK2001: unresolved external symbol _deco16_tilemap_34_combine_draw

MAME.lib(boogwing.obj) : error LNK2001: unresolved external symbol _deco16_set_tilemap_transparency_mask

.\Release/MAMEoX.exe : fatal error LNK1120: 2 unresolved externals

 

I remed out these lines

 

symbol _deco16_tilemap_34_combine_draw

deco16_set_tilemap_transparency_mask

 

it seems to boot and play well now but what do you think can I make it with less hacks or improve or will I see issues in places as I havent tested to well.

 

PS also I take it the dec row scroll message is the hidden message :mellow: iq_132

 

 

Yeah, those are all fine. I haven't been doing clean compiles so they didn't show up. I compiled a debug build and it found a few more issues for me too.

 

btw, look in the function dietgo_298

Posted

Like wow, seeing the updates, i can't wait to see the release, in the future, with all those drivers updates in progress. It will be like the ultimate arcade emulator on xbox, at least for me of course.

 

Amazing work, thank you to everyone involved once again. :mellow:

Posted

OK I fixed all issues with BOOGIE WINGS it now looks (***Now Playable***) iq_132 you are the man

 

im thinking about releasing a beta to some selected people as for now iq and I have run out of steam... fum PM me

 

all games now seem fine to me apart from small issues I told iq.... but we can look into this later

 

with 35 new games and some hot titles + bug fixes + some new features and refinements although small

 

This maybe R2 with R3 to come

 

 

Note *****any feature requests******

 

I know about screen rotation, screen in pixels requests and lightgun (so dont need to here about these again)

Posted
OK I fixed all issues with BOOGIE WINGS it now looks (***Now Playable***) iq_132 you are the man

 

im thinking about releasing a beta to some selected people as for now iq and I have run out of steam... fum PM me

 

all games now seem fine to me apart from small issues I told iq.... but we can look into this later

 

with 35 new games and some hot titles + bug fixes + some new features and refinements although small

 

This maybe R2 with R3 to come

 

 

Note *****any feature requests******

 

I know about screen rotation, screen in pixels requests and lightgun (so dont need to here about these again)

 

great !

 

question, it is possible to have application to make video preview

the format sounds as xbox format

 

if it's possible, take your time :rolleyes:

 

thanks ;)

Posted

its allready all over the net :rolleyes: wmvtoxmv converters also need an avitowmv converter.......... research xmv xbox on google its all there...but someone can make a thread and help work this stuff out for people I can help in that thread but wont run it

Posted
OK I fixed all issues with BOOGIE WINGS it now looks (***Now Playable***) iq_132 you are the man

 

im thinking about releasing a beta to some selected people as for now iq and I have run out of steam... fum PM me

 

all games now seem fine to me apart from small issues I told iq.... but we can look into this later

 

with 35 new games and some hot titles + bug fixes + some new features and refinements although small

 

This maybe R2 with R3 to come

 

 

Note *****any feature requests******

 

I know about screen rotation, screen in pixels requests and lightgun (so dont need to here about these again)

 

great !

 

question, it is possible to have application to make video preview

the format sounds as xbox format

 

if it's possible, take your time :rolleyes:

 

thanks ;)

ookami here is the wmv to xmv converter for anyone who needs it.

http://www.megaupload.com/?d=VRT1WSTM

i actually packaged this with coinops ignite r4 way back so most people should already have it.

Posted
OK I fixed all issues with BOOGIE WINGS it now looks (***Now Playable***) iq_132 you are the man

 

im thinking about releasing a beta to some selected people as for now iq and I have run out of steam... fum PM me

 

all games now seem fine to me apart from small issues I told iq.... but we can look into this later

 

with 35 new games and some hot titles + bug fixes + some new features and refinements although small

 

This maybe R2 with R3 to come

 

 

Note *****any feature requests******

 

I know about screen rotation, screen in pixels requests and lightgun (so dont need to here about these again)

 

great !

 

question, it is possible to have application to make video preview

the format sounds as xbox format

 

if it's possible, take your time :rolleyes:

 

thanks :)

ookami here is the wmv to xmv converter for anyone who needs it.

http://www.megaupload.com/?d=VRT1WSTM

i actually packaged this with coinops ignite r4 way back so most people should already have it.

 

great again !

 

PM me when you have finish the R4 package :)

 

thanks for the link

for me, other video will be publish so be patient ;)

Posted
OK I fixed all issues with BOOGIE WINGS it now looks (***Now Playable***) iq_132 you are the man

 

im thinking about releasing a beta to some selected people as for now iq and I have run out of steam... fum PM me

 

all games now seem fine to me apart from small issues I told iq.... but we can look into this later

 

with 35 new games and some hot titles + bug fixes + some new features and refinements although small

 

This maybe R2 with R3 to come

 

 

Note *****any feature requests******

 

I know about screen rotation, screen in pixels requests and lightgun (so dont need to here about these again)

 

great !

 

question, it is possible to have application to make video preview

the format sounds as xbox format

 

if it's possible, take your time :rolleyes:

 

thanks :)

ookami here is the wmv to xmv converter for anyone who needs it.

http://www.megaupload.com/?d=VRT1WSTM

i actually packaged this with coinops ignite r4 way back so most people should already have it.

 

great again !

 

PM me when you have finish the R4 package :)

 

thanks for the link

for me, other video will be publish so be patient ;)

actaully that isnt a bad idea to package the convertor with the standalone when it gets released.

Posted (edited)
OSMAN now playable thanks to iq_132 praise him as I did 5 percent of the work he is the man responsible for such a feat

 

 

Dj boy now playeble?????!!!! :);) (cry) please sendme a PM please YOU ARE THE MANNNN!!!

 

please you are on line now

 

 

oh i see now i read it al eheheh still not out on the wild :rolleyes:, oke please PM me when this get finishe, only dj boy & b rap boys still to get for complete my personal collection, GREAT JOB IQ/BP...really great job

Edited by gotchafx
Guest
This topic is now closed to further replies.

×
×
  • Create New...