Skip to content

Commit

Permalink
Removed support for older microcontroller.
Browse files Browse the repository at this point in the history
cube64.asm:
-Added a deadzone to the GC joystick to fix some issue with Wavebird.
  • Loading branch information
darthcloud committed Apr 20, 2011
1 parent 7f6e3b9 commit 9db52ae
Show file tree
Hide file tree
Showing 4 changed files with 93 additions and 279 deletions.
14 changes: 1 addition & 13 deletions firmware/Makefile
Original file line number Diff line number Diff line change
@@ -1,23 +1,11 @@

all: cube64_16f84.hex cube64_12f629.hex cube64_12f683.hex serial_bridge.hex
all: cube64_12f683.hex serial_bridge.hex

cube64_16f84.hex: cube64.asm *.inc
gpasm -p PIC16F84A -o $@ $<

cube64_12f629.hex: cube64.asm *.inc
gpasm -p PIC12F629 -o $@ $<

cube64_12f683.hex: cube64.asm *.inc
gpasm -p PIC12F683 -o $@ $<

%.hex: %.asm *.inc
gpasm $<

install-84: cube64_16f84.hex
pista < pista-84.conf

install-629: cube64_12f629.hex
pista < pista-629.conf

install-683: cube64_12f683.hex
pista < pista-683.conf
Expand Down
Loading

0 comments on commit 9db52ae

Please sign in to comment.