fc660c: Change default keymap and binary

This commit is contained in:
tmk 2017-04-15 16:16:43 +09:00
parent e382957c11
commit 22f6cb273e
7 changed files with 1285 additions and 71 deletions

View file

@ -0,0 +1,8 @@
#!/bin/sh
make clean
make
cp fc660c.hex binary/fc660c.hex
make clean
make KEYMAP=emu
cp fc660c.hex binary/fc660c_emu.hex
make clean