fix convert script and makefile

This commit is contained in:
optixx
2009-10-16 07:51:22 +02:00
parent 5b6e62a428
commit f027b93a1a
4 changed files with 25 additions and 7 deletions

View File

@@ -0,0 +1,12 @@
/*
File: qd16boot02.smc
Time: Fri, 16 Oct 2009 07:51:04
*/
#ifndef __FIFO_H__
#define __FIFO_H__
#define ROM_BUFFER_SIZE 58046
#define ROM_HUFFMAN_SIZE 0
#define ROM_RLE_SIZE 58046
#endif