An open API service indexing awesome lists of open source software.

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

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.