move boot roms

This commit is contained in:
optixx
2009-10-16 07:43:22 +02:00
parent 08a1c0b3e0
commit ea3113142e
10 changed files with 3611 additions and 3901 deletions

View File

@@ -76,6 +76,9 @@ fuse:
flash: main.hex
$(AVRDUDE) -U flash:w:main.hex:i
loader:
python ../../scripts/conv_rle.py ../../snes/qd16/qd16boot.smc
.c.o:
$(COMPILE) -c $< -o $@

File diff suppressed because it is too large Load Diff

View File

@@ -1,9 +0,0 @@
#ifndef __FIFO_H__
#define __FIFO_H__
#define ROM_BUFFER_SIZE 31091
#define ROM_HUFFMAN_SIZE 0
#define ROM_RLE_SIZE 31091
#endif