Add stuff from inflate branch

This commit is contained in:
optixx
2016-02-21 20:22:59 +01:00
parent b30acd54d2
commit 77e391a829
11 changed files with 1969 additions and 1968 deletions

View File

@@ -1,15 +1,15 @@
/*
File: qd16boot01.smc
Time: Sun, 21 Feb 2016 16:30:13
Time: Sun, 21 Feb 2016 18:47:17
*/
#ifndef __FIFO_H__
#define __FIFO_H__
#define LOADER_NAME "qd16boot01.smc"
#define LOADER_COMPRESS "RLE"
#define ROM_RLE_SIZE 31091
#define LOADER_COMPRESS "ZIP"
#define ROM_ZIP_SIZE 17897
#define ROM_BUFFER_CNT 1
#define ROM_BUFFER_SIZE01 31091
#define ROM_BUFFER_SIZE01 17897
#endif