https://github.com/zachwhaley/68hc12_frogger
Frogger for the Motorola(Freescale) MC912 or M68HC12 microprocessor
https://github.com/zachwhaley/68hc12_frogger
Last synced: 11 months ago
JSON representation
Frogger for the Motorola(Freescale) MC912 or M68HC12 microprocessor
- Host: GitHub
- URL: https://github.com/zachwhaley/68hc12_frogger
- Owner: zachwhaley
- License: mit
- Created: 2013-02-03T21:16:08.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-04-10T20:34:52.000Z (about 12 years ago)
- Last Synced: 2025-03-16T06:41:07.704Z (over 1 year ago)
- Language: Assembly
- Homepage:
- Size: 160 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Frogger for the Motorola(Freescale) MC912 or M68HC12 microprocessor
### Authors
University of Oklahoma, Norman.
Department of Electrical and Computer Engineering.
Zachary Whaley
Christopher Garner
### Description
This was a final project for our Digital Design Laboratory.
It is a remake of the classic Frogger game.
### HardWare requirments
* Freescale #MC912D60 microcontroller
* Playstation or PSOne controller via the Serial Peripheral Interface bus at 62.5 kHz
* Hyundai #HG25504 256x128 LCD Panel
### 68HC12 Frogger In Action
[Round 1](http://www.youtube.com/watch?v=7w1iV46AqBI)
[Round 2](http://www.youtube.com/watch?v=FhLi9Monf90)
### Credit
Portions of our LCD initialization code were heavily influenced from [HC12-Tetris](https://github.com/ckoehler/HC12-Tetris), written by David Ibach and Christoph Koehler.