Arcade cores

https://github.com/MiSTer-devel/Main_MiSTer/wiki
oldgit
Atari nerd
Atari nerd
Posts: 48
Joined: Mon May 28, 2018 11:05 am

Re: Arcade cores

Post by oldgit »

Yes I have joust, splat, bubbles and stargate working apart from keys and cmos ram- Sinistar is coming along?
Old enough to remember B&W TV with 2 channels: Young enough to embrace new technology: Stupid enough to try and get it to work.
Sorgelig
Ultimate Atarian
Ultimate Atarian
Posts: 6348
Joined: Mon Dec 14, 2015 10:51 am
Location: Russia/Taiwan

Re: Arcade cores

Post by Sorgelig »

oldgit wrote:Yes I have joust, splat, bubbles and stargate working apart from keys and cmos ram- Sinistar is coming along?
isn't Stargate just renamed Defender which is already available?
User avatar
BitsNStuff
Obsessive compulsive Atari behavior
Obsessive compulsive Atari behavior
Posts: 122
Joined: Tue Oct 16, 2018 7:55 am

Re: Arcade cores

Post by BitsNStuff »

Sorgelig wrote:
oldgit wrote:Yes I have joust, splat, bubbles and stargate working apart from keys and cmos ram- Sinistar is coming along?
isn't Stargate just renamed Defender which is already available?
Stargate is essentially Defender II depending on when and where you played it, Stargate is the official name but I believe Defender II was often used for commercial reasons.

As the official sequel to Defender it is pretty similar in many ways although it does introduce new ideas and enemies to the game as you'd expect from a sequel.
User avatar
BitsNStuff
Obsessive compulsive Atari behavior
Obsessive compulsive Atari behavior
Posts: 122
Joined: Tue Oct 16, 2018 7:55 am

Re: Arcade cores

Post by BitsNStuff »

Robotron 2048 is fantastic, thanks guys. I look forward to the other Williams' classics.

It's really good to see some new arcade developments happening as it's obviously gone a bit quiet on that front which completely understandable with all the really positive progress in other areas It's really good to see the recent developments being applied to the Robotron core too and hopefully to some of the older cores at some point too would be amazing.

@oldgit, out of interest, do all the Williams games that you're working on use the same arcade hardware and that's why you're working on so many at the same time?
oldgit
Atari nerd
Atari nerd
Posts: 48
Joined: Mon May 28, 2018 11:05 am

Re: Arcade cores

Post by oldgit »

BitsNStuff wrote: @oldgit, out of interest, do all the Williams games that you're working on use the same arcade hardware and that's why you're working on so many at the same time?
The basic hardware is the same -
Defender2/Stargate does not use the bltter and the sound rom is smaller.
Bubbles uses blitter 1 (the faulty one)
Joust also uses blitter 1 and apart from key usage and cmos is identical to the robotron harware
Splat uses blitter 2 (updated)
Sinistar has less main roms but adds speech roms and I believe stereo sound.

I started this many weeks ago having bought the DE10 and made the daughter boards. I wanted Joust, not that its that good but I had played it in the arcades. I could not find code for joust but there were 5 different variations of robotron. I had not programmed an FPGA before but have a basic understanding of electronics and thought I could learn VHDL / Verilog on the go.
Having seen the changes Sorgelig made to the code it just shows me how much I need to learn. He can do in a few hours what would take me a week and it still wouldn't be as good.
Old enough to remember B&W TV with 2 channels: Young enough to embrace new technology: Stupid enough to try and get it to work.
User avatar
SmokeMonster
Atari nerd
Atari nerd
Posts: 46
Joined: Wed Oct 03, 2018 2:26 pm

Re: Arcade cores

Post by SmokeMonster »

Yeah, the new Robotron core is superb. A really impressive game and it runs perfectly right in the first release.

A few people have tried to convert Galaga to Dig Dug and failed. I wonder if one of the FPGA gods here could pull that off? Dig Dug Arcade being the greatest game ever made 8)
Sorgelig
Ultimate Atarian
Ultimate Atarian
Posts: 6348
Joined: Mon Dec 14, 2015 10:51 am
Location: Russia/Taiwan

Re: Arcade cores

Post by Sorgelig »

SmokeMonster wrote:A few people have tried to convert Galaga to Dig Dug and failed. I wonder if one of the FPGA gods here could pull that off? Dig Dug Arcade being the greatest game ever made 8)
SNES core has this game.
User avatar
SmokeMonster
Atari nerd
Atari nerd
Posts: 46
Joined: Wed Oct 03, 2018 2:26 pm

Re: Arcade cores

Post by SmokeMonster »

Yeah, Dig Dug is on a bunch of the cores. None of the console versions are very good arcade ports though.
Sorgelig
Ultimate Atarian
Ultimate Atarian
Posts: 6348
Joined: Mon Dec 14, 2015 10:51 am
Location: Russia/Taiwan

Re: Arcade cores

Post by Sorgelig »

Original Dig Dug Arcade is kind of based on Xevious but is very different. So it's kind of unique hardware according to MAME info.

There is galaxian port of Dig Dug: https://www.youtube.com/watch?v=kwkSbjKjD2Y
So, with some small changes it looks possible.
Sorgelig
Ultimate Atarian
Ultimate Atarian
Posts: 6348
Joined: Mon Dec 14, 2015 10:51 am
Location: Russia/Taiwan

Re: Arcade cores

Post by Sorgelig »

User avatar
SmokeMonster
Atari nerd
Atari nerd
Posts: 46
Joined: Wed Oct 03, 2018 2:26 pm

Re: Arcade cores

Post by SmokeMonster »

I'm definitely addicted. I own two Dig Dug arcade PCBs, as well as the rare Namco Classic Collection Volume 2 PCB (with Dig Dug, Dig Dug Arranged, Dig Dug 2, etc). I would honestly rather play it on MiSTer though--it's so much easier, has better video quality, and more controller options :D
User avatar
SmokeMonster
Atari nerd
Atari nerd
Posts: 46
Joined: Wed Oct 03, 2018 2:26 pm

Re: Arcade cores

Post by SmokeMonster »

People used to convert Dig Dug PCBs to Galaga, but I don't think anyone ever did the reverse. I believe Galaga and Dig Dug are very similar PCBs, with some changes here and there.

That Zig Zag bootleg on the Galaxian PCB is very cool too and would seem more straight-forward for a beginner project.
Gehstock
Atari Super Hero
Atari Super Hero
Posts: 513
Joined: Wed Dec 21, 2016 7:18 pm
Location: Germany

Re: Arcade cores

Post by Gehstock »

Already try it, but can´t find any Info was triggering the Bank switching(Rom3<->Rom4)
Sorgelig
Ultimate Atarian
Ultimate Atarian
Posts: 6348
Joined: Mon Dec 14, 2015 10:51 am
Location: Russia/Taiwan

Re: Arcade cores

Post by Sorgelig »

Gehstock wrote:Already try it, but can´t find any Info was triggering the Bank switching(Rom3<->Rom4)
Do you mean Dig Dug or Zig Zag?
Gehstock
Atari Super Hero
Atari Super Hero
Posts: 513
Joined: Wed Dec 21, 2016 7:18 pm
Location: Germany

Re: Arcade cores

Post by Gehstock »

Zig Zag on Galaxian Hardware
ewok
Atari nerd
Atari nerd
Posts: 49
Joined: Tue Jul 17, 2018 4:15 pm

Re: Arcade cores

Post by ewok »

Great the flood of new cores. Thank you very much.

If only Asteroids could be added......please. :wink:
User avatar
SmokeMonster
Atari nerd
Atari nerd
Posts: 46
Joined: Wed Oct 03, 2018 2:26 pm

Re: Arcade cores

Post by SmokeMonster »

What an awesome week it's been for classic arcade fans. Thank you to everyone who brought us all these great new cores 8)
Lodovic
Atari User
Atari User
Posts: 35
Joined: Thu Nov 22, 2018 2:51 am

Re: Arcade cores

Post by Lodovic »

Can we put the arcade cores ROMs inside a folder instead of the main SD card ?
breiztiger
Captain Atari
Captain Atari
Posts: 381
Joined: Sun Sep 20, 2009 6:54 am
Location: FRANCE

Re: Arcade cores

Post by breiztiger »

Inside bootrom at root
CPC-Power Staff
warham
Obsessive compulsive Atari behavior
Obsessive compulsive Atari behavior
Posts: 135
Joined: Fri Oct 12, 2018 7:17 am

Re: Arcade cores

Post by warham »

Lodovic wrote:Can we put the arcade cores ROMs inside a folder instead of the main SD card ?

yes, the downloader script from locutus puts them in _Arcade.
User avatar
remowilliams
Captain Atari
Captain Atari
Posts: 256
Joined: Mon Apr 02, 2007 1:49 am

Re: Arcade cores

Post by remowilliams »

Colony 7 seems to be working well, there is one small line of HDMI 'noise' at bottom of screen in Vert mode (1920x1080@60,vscale_integer=0)

Image
crocky
Atari maniac
Atari maniac
Posts: 99
Joined: Fri Nov 23, 2018 2:01 pm

Re: Arcade cores

Post by crocky »

Thanks for Colony 7, never knew of the game.
User avatar
BitsNStuff
Obsessive compulsive Atari behavior
Obsessive compulsive Atari behavior
Posts: 122
Joined: Tue Oct 16, 2018 7:55 am

Re: Arcade cores

Post by BitsNStuff »

Wow, what a week for new stuff!!!

As always seems to be the way, excellent work from everybody working on the project, it's always good to see new content appearing.
crocky
Atari maniac
Atari maniac
Posts: 99
Joined: Fri Nov 23, 2018 2:01 pm

Re: Arcade cores

Post by crocky »

Is it possible to add Flipping vertically option to Colony 7? My monitor only rotates clockwise and the core vertical output is rotated clockwise as well so I get the image upside down.
Sorgelig
Ultimate Atarian
Ultimate Atarian
Posts: 6348
Joined: Mon Dec 14, 2015 10:51 am
Location: Russia/Taiwan

Re: Arcade cores

Post by Sorgelig »

crocky wrote:Is it possible to add Flipping vertically option to Colony 7? My monitor only rotates clockwise and the core vertical output is rotated clockwise as well so I get the image upside down.
This is how original arcade outputs the video.

Return to “MiSTer”