Working LCD!
This commit is contained in:
5
assembly/Makefile
Normal file
5
assembly/Makefile
Normal file
@ -0,0 +1,5 @@
|
||||
bios:
|
||||
z80asm -i pat80_bios_0.1.asm -o rom.bin
|
||||
dd if=/dev/zero of=rom.bin bs=1 count=0 seek=8192
|
||||
minipro -w rom.bin -p "AT28C64B"
|
||||
|
Reference in New Issue
Block a user