Move files from assembla to the github repo

This commit is contained in:
optixx
2016-02-13 19:46:40 +01:00
parent ce8042c926
commit 4e17d3daee
26 changed files with 2310 additions and 2007 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,14 +1,14 @@
/*
File: qd16boot01.smc
Time: Tue, 09 Feb 2016 12:36:39
File: qd16boot02.smc
Time: Tue, 09 Feb 2016 22:32:27
*/
#ifndef __FIFO_H__
#define __FIFO_H__
#define ROM_HUFFMAN_SIZE 0
#define ROM_RLE_SIZE 31091
#define ROM_BUFFER_CNT 1
#define ROM_ZIP_SIZE 33654
#define ROM_BUFFER_CNT 2
#define ROM_BUFFER_SIZE01 31091
#define ROM_BUFFER_SIZE01 32767
#define ROM_BUFFER_SIZE02 887
#endif