Build current firmware with rle compression

This commit is contained in:
optixx
2016-05-22 15:13:49 +02:00
parent f8db20fccb
commit 15abd671fe
8 changed files with 12082 additions and 1131 deletions

View File

@@ -1,15 +1,16 @@
/*
File: qd16boot01.smc
Time: Sun, 21 Feb 2016 18:47:17
File: qd16boot02.smc
Time: Wed, 18 May 2016 15:44:45
*/
#ifndef __FIFO_H__
#define __FIFO_H__
#define LOADER_NAME "qd16boot01.smc"
#define LOADER_NAME "qd16boot02.smc"
#define LOADER_COMPRESS "ZIP"
#define ROM_ZIP_SIZE 17897
#define ROM_BUFFER_CNT 1
#define ROM_ZIP_SIZE 33654
#define ROM_BUFFER_CNT 2
#define ROM_BUFFER_SIZE01 17897
#define ROM_BUFFER_SIZE01 32767
#define ROM_BUFFER_SIZE02 887
#endif