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: [images] Build your own onechip Pacmangame!  (Read 2958 times)

0 Members and 1 Guest are viewing this topic.

abbe

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 3
  • Last login:June 02, 2005, 09:42:04 am
  • I want to build my own arcade controls!
[images] Build your own onechip Pacmangame!
« on: May 30, 2005, 07:35:27 pm »
Hi guys

I wrote a clone of the old arcade game Pacman. It only uses a AVR ATmega16 chip.
Check it out and let me know what you think about it.
You will find all about it (source, schematics, screenshots, ...) in my AVR Pacman page:
http://user.it.uu.se/~alse7905/pacman/




DreamWeb

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 375
  • Last login:July 25, 2020, 08:36:59 pm
  • I want to build my own arcade controls!
Re: [images] Build your own onechip Pacmangame!
« Reply #1 on: May 30, 2005, 08:01:17 pm »
wow.  that's quite a project.

d.

CJK

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 263
  • Last login:February 03, 2024, 03:30:12 am
  • All your ROM are belong to us!
Re: [images] Build your own onechip Pacmangame!
« Reply #2 on: May 30, 2005, 08:46:31 pm »
I'll second the "wow" above!

Quite an impressive debut for your first posting!  :-)

-- Chris
Underway: Joey's Arcade

RayB

  • I'm not wearing pants! HA!
  • Trade Count: (+4)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 11279
  • Last login:March 31, 2024, 12:42:45 am
  • There's my post
    • RayB.com
Re: [images] Build your own onechip Pacmangame!
« Reply #3 on: May 30, 2005, 09:14:04 pm »
Abbe, tell me more about this chip....!
 :D
NO MORE!!

abbe

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 3
  • Last login:June 02, 2005, 09:42:04 am
  • I want to build my own arcade controls!
Re: [images] Build your own onechip Pacmangame!
« Reply #4 on: May 30, 2005, 11:15:10 pm »
Abbe, tell me more about this chip....!
 :D


You can read all about it here:
http://www.atmel.com/dyn/resources/prod_documents/doc2466.pdf

It's a perfect chip for beginners. Cheap, easy to program, and you will find a lot info about it and tutorials on the web. Check out http://www.avrfreaks.net/ if you are interested.

mattv

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 192
  • Last login:June 10, 2022, 06:33:25 am
Re: [images] Build your own onechip Pacmangame!
« Reply #5 on: May 31, 2005, 12:39:38 am »
Yup;

I think this takes the cake for most impressive first post.

That is some fanstastic stuff man!

gprime

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 270
  • Last login:December 16, 2019, 11:51:22 am
  • still the newb
    • G-Prime .NET
Re: [images] Build your own onechip Pacmangame!
« Reply #6 on: May 31, 2005, 05:36:10 am »
Quote
Q: The ghost's act different! Do they have different personalities?
A: Yes they do, except Clyde and Inkey.

 ::)

rchadd

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1830
  • Last login:June 10, 2013, 06:14:06 am
  • Made in Cornwall
Re: [images] Build your own onechip Pacmangame!
« Reply #7 on: May 31, 2005, 06:17:57 am »
v impressive

and welcome to the forum!

Kev-in DFW

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 95
  • Last login:September 10, 2008, 12:36:09 pm
  • Duke it out amongst yourselves...
Re: [images] Build your own onechip Pacmangame!
« Reply #8 on: May 31, 2005, 06:21:43 am »
Awesome, and I thought sanding an old project cab was quite an accomplishment!

Way to go!

Kevin

The biggest tragedy in life is not death, but what dies inside of us while we are still alive...

Druin

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 180
  • Last login:May 10, 2009, 02:30:37 am
  • I'm a llama!
Re: [images] Build your own onechip Pacmangame!
« Reply #9 on: May 31, 2005, 06:56:42 am »
Can the Mega16 code be easily ported to the Mega8515?  I just got two Mega8515's this week, my first Mega chips so I'm not familiar with the differences.

abbe

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 3
  • Last login:June 02, 2005, 09:42:04 am
  • I want to build my own arcade controls!
Re: [images] Build your own onechip Pacmangame!
« Reply #10 on: May 31, 2005, 10:06:32 am »
Can the Mega16 code be easily ported to the Mega8515?  I just got two Mega8515's this week, my first Mega chips so I'm not familiar with the differences.

No, the Mega851 only has 8kB Flash and 512B RAM. The game has a minimum requirement of 16kB Flash and 1kB RAM.