Tank Battalion Namco Core

nico24
Core Developer
Posts: 93
Joined: Mon May 25, 2020 12:18 am
Has thanked: 43 times
Been thanked: 83 times

Tank Battalion Namco Core

Unread post by nico24 »

I'm releasing the core for the Namco game Tank Battalion. Since it's 1980 it's obviously very basic.
Currently no sound, but otherwise fully playable.
Some control issues make this game a little frustrating (gameplay related not code bugs). The bullets need to hit an enemy tank square on to destroy, and this isn't always the case, since you can blow up the walls. Gets very tricky from level 3.

https://github.com/nic24-rgb/Arcade-Tan ... ion-MiSTer
User avatar
Alkadian
Top Contributor
Posts: 722
Joined: Thu May 28, 2020 9:55 am
Has thanked: 291 times
Been thanked: 116 times

Re: Tank Battalion Namco Core

Unread post by Alkadian »

Awesome, great job! Thanks a lot!

I will give it a go later on!

PS: Looking forward to your next episode :mrgreen:
LFT
Posts: 19
Joined: Sun May 24, 2020 7:28 pm
Has thanked: 10 times
Been thanked: 3 times

Re: Tank Battalion Namco Core

Unread post by LFT »

I love this game.
Thanks!
killersquirel
Posts: 55
Joined: Sun May 24, 2020 9:28 pm
Has thanked: 5 times
Been thanked: 11 times

Re: Tank Battalion Namco Core

Unread post by killersquirel »

I am looking forward to following the videos on how to do this. Out of curiosity, are there any other games that run on this hardware? Thanks for making this and the videos!
nico24
Core Developer
Posts: 93
Joined: Mon May 25, 2020 12:18 am
Has thanked: 43 times
Been thanked: 83 times

Re: Tank Battalion Namco Core

Unread post by nico24 »

killersquirel - there are 15 videos out on this core, so plenty of viewing time. The 16th will be released in the next day or so, involving porting to the MiSTer framework.
The hardware was unique to this game. It is incredibly simple, only tilemap graphics and 8 3x3 white square bullets. So, no there were no other games on this hardware. I'm thinking of doing a very quick game on this in 6502 using the hardware though. It would be possible to do a very simple game, such as a pacman type game or similar.
nico24
Core Developer
Posts: 93
Joined: Mon May 25, 2020 12:18 am
Has thanked: 43 times
Been thanked: 83 times

Re: Tank Battalion Namco Core

Unread post by nico24 »

Namco Arcade Tank Battalion core is now updated with sound. Core is now fully functional, so is probably final release for now.

Can be downloaded here:
https://github.com/nic24-rgb/Arcade-Tan ... in/release
killersquirel
Posts: 55
Joined: Sun May 24, 2020 9:28 pm
Has thanked: 5 times
Been thanked: 11 times

Re: Tank Battalion Namco Core

Unread post by killersquirel »

nico24 wrote: Sun Jul 31, 2022 10:19 pm killersquirel - there are 15 videos out on this core, so plenty of viewing time. The 16th will be released in the next day or so, involving porting to the MiSTer framework.
The hardware was unique to this game. It is incredibly simple, only tilemap graphics and 8 3x3 white square bullets. So, no there were no other games on this hardware. I'm thinking of doing a very quick game on this in 6502 using the hardware though. It would be possible to do a very simple game, such as a pacman type game or similar.
This is really awesome. I will definitely work along with the videos. Thanks for this awesome project.

Thanks,
Michael
User avatar
Alkadian
Top Contributor
Posts: 722
Joined: Thu May 28, 2020 9:55 am
Has thanked: 291 times
Been thanked: 116 times

Re: Tank Battalion Namco Core

Unread post by Alkadian »

nico24 wrote: Sat Aug 20, 2022 1:33 pm Namco Arcade Tank Battalion core is now updated with sound. Core is now fully functional, so is probably final release for now.

Can be downloaded here:
https://github.com/nic24-rgb/Arcade-Tan ... in/release
Well done! I knew you would get the sound up and running!
nico24
Core Developer
Posts: 93
Joined: Mon May 25, 2020 12:18 am
Has thanked: 43 times
Been thanked: 83 times

Re: Tank Battalion Namco Core

Unread post by nico24 »

Thanks!

Regarding the sound, it's only samples not recreation of the analogue circuitry.....yet. But we know how hard that is right?!
User avatar
Alkadian
Top Contributor
Posts: 722
Joined: Thu May 28, 2020 9:55 am
Has thanked: 291 times
Been thanked: 116 times

Re: Tank Battalion Namco Core

Unread post by Alkadian »

nico24 wrote: Sat Aug 20, 2022 5:49 pm Thanks!

Regarding the sound, it's only samples not recreation of the analogue circuitry.....yet. But we know how hard that is right?!
Yep! :mrgreen: I am sure that the analogue implementation will happen at some point as well!
User avatar
pgimeno
Top Contributor
Posts: 677
Joined: Thu Jun 11, 2020 9:44 am
Has thanked: 255 times
Been thanked: 208 times

Re: Tank Battalion Namco Core

Unread post by pgimeno »

Well, this is worth a look: https://github.com/jopdorp/MiSTer-Discrete
Post Reply