Author Topic: d_wiz  (Read 8884 times)

Offline vbt

  • FBNeo Contributor
  • *****
  • Posts: 205
  • Karma: +9005/-0
d_wiz
« on: May 02, 2015, 09:34:53 PM »
well, not really my work, you can thank iq_132



there is mainly a scrolling problem, otherwise it's working well
i think i will port it on saturn :)

EDIT : bg scrolling fixed, fg scrolling still wrong
EDIT2 : fg scrolling fixed :)
« Last Edit: May 02, 2015, 10:50:25 PM by vbt »

Offline dink

  • Administrator
  • *****
  • Posts: 5014
  • Karma: +449/-1
  • pie? I nearly bought one!
Re: d_wiz
« Reply #1 on: May 03, 2015, 03:08:12 AM »
nice!! :)

Offline vbt

  • FBNeo Contributor
  • *****
  • Posts: 205
  • Karma: +9005/-0
Re: d_wiz
« Reply #2 on: May 03, 2015, 01:39:18 PM »

« Last Edit: September 03, 2015, 08:27:19 AM by iq_132 »

Offline iq_132

  • Administrator
  • *****
  • Posts: 3728
  • Karma: +411/-0
  • Definitely not Dink!
    • NeoSource
Re: d_wiz
« Reply #3 on: May 04, 2015, 12:31:07 PM »
Wonderful work vbt. :)


Offline vbt

  • FBNeo Contributor
  • *****
  • Posts: 205
  • Karma: +9005/-0
Re: d_wiz
« Reply #4 on: May 11, 2015, 09:41:59 PM »


little progress :)

Offline iq_132

  • Administrator
  • *****
  • Posts: 3728
  • Karma: +411/-0
  • Definitely not Dink!
    • NeoSource
Re: d_wiz
« Reply #5 on: May 11, 2015, 09:43:22 PM »
Wonderful! btw, iirc the marine boy driver isn't complete if you're looking at a next target.


Offline vbt

  • FBNeo Contributor
  • *****
  • Posts: 205
  • Karma: +9005/-0
Re: d_wiz
« Reply #6 on: May 12, 2015, 09:13:27 AM »
Wonderful! btw, iirc the marine boy driver isn't complete if you're looking at a next target.
not yet there is sound problem on scion or it's a job for dink ;)

Offline vbt

  • FBNeo Contributor
  • *****
  • Posts: 205
  • Karma: +9005/-0
Re: d_wiz
« Reply #7 on: May 15, 2015, 07:37:48 AM »
Wonderful! btw, iirc the marine boy driver isn't complete if you're looking at a next target.
why not, do you have other choice ? i started to work on taito system l but i'm stucked on bank setup.

Offline iq_132

  • Administrator
  • *****
  • Posts: 3728
  • Karma: +411/-0
  • Definitely not Dink!
    • NeoSource
Re: d_wiz
« Reply #8 on: May 15, 2015, 10:03:43 AM »
Which taito system? L?


Offline vbt

  • FBNeo Contributor
  • *****
  • Posts: 205
  • Karma: +9005/-0
Re: d_wiz
« Reply #9 on: May 15, 2015, 10:38:39 AM »
Which taito system? L?
yes, i focus on single z80 games

Offline iq_132

  • Administrator
  • *****
  • Posts: 3728
  • Karma: +411/-0
  • Definitely not Dink!
    • NeoSource
Re: d_wiz
« Reply #10 on: May 16, 2015, 02:24:23 PM »
Konami's Ping Pong is pretty straight-forward (if you ignore the quiz game's mess of banking stuff)
http://git.redump.net/mame/plain/src/mame/drivers/pingpong.c

The nova2001 system games are pretty simple too. pkunwar is already ported even, you could use that driver as a base.
http://git.redump.net/mame/tree/src/mame/drivers/nova2001.c

iirc pipedream hasn't been ported
http://git.redump.net/mame/tree/src/mame/drivers/pipedrm.c

popper
http://git.redump.net/mame/tree/src/mame/drivers/popper.c

xyonix
http://git.redump.net/mame/tree/src/mame/drivers/xyonix.c


Offline dink

  • Administrator
  • *****
  • Posts: 5014
  • Karma: +449/-1
  • pie? I nearly bought one!
Re: d_wiz
« Reply #11 on: May 16, 2015, 04:45:06 PM »
the games in nova2001 (ninja kun!!) would be a great addition to our d_pkunwar.cpp :)

Offline vbt

  • FBNeo Contributor
  • *****
  • Posts: 205
  • Karma: +9005/-0
Re: d_wiz
« Reply #12 on: May 16, 2015, 10:08:36 PM »
the games in nova2001 (ninja kun!!) would be a great addition to our d_pkunwar.cpp :)
sure i can do that, also i already worked on pkunwar as it's running on saturn.
then xyonix looks nice.
« Last Edit: May 16, 2015, 10:10:18 PM by vbt »

Offline dink

  • Administrator
  • *****
  • Posts: 5014
  • Karma: +449/-1
  • pie? I nearly bought one!
Re: d_wiz
« Reply #13 on: August 18, 2015, 04:40:34 PM »
finally finished & cleaned up this driver!
by iq, vbt cleanups/tweaks by dink

Offline iq_132

  • Administrator
  • *****
  • Posts: 3728
  • Karma: +411/-0
  • Definitely not Dink!
    • NeoSource
Re: d_wiz
« Reply #14 on: August 18, 2015, 05:17:09 PM »
Lovely work guys. :)