1
0
mirror of git://projects.qi-hardware.com/ben-blinkenlights.git synced 2024-07-01 01:27:38 +03:00

renamed "video" to ubb-vga

This commit is contained in:
Werner Almesberger 2011-04-24 02:56:56 -03:00
parent b11dc612e2
commit 3b7a7caec1
5 changed files with 4 additions and 4 deletions

View File

@ -5,15 +5,15 @@ CFLAGS=-Wall -g -O9 -march=mips32
.PHONY: all asm sch clean spotless
all: video
all: ubb-vga
asm: video.c
asm: ubb-vga.c
$(CC) $(CFLAGS) -S $<
sch:
eeschema `pwd`/ubb-vga.sch
clean:
rm -f video
rm -f ubb-vga
spotless: clean

View File

@ -1,5 +1,5 @@
/*
* video.c - Output CGA ? video
* ubb-vga.c - Output video on UBB with more or less VGA timing
*
* Written 2011 by Werner Almesberger
* Copyright 2011 Werner Almesberger