2016-02-21 20:22:59 +01:00

16 lines
265 B
C

/*
File: qd16boot01.smc
Time: Sun, 21 Feb 2016 18:47:17
*/
#ifndef __FIFO_H__
#define __FIFO_H__
#define LOADER_NAME "qd16boot01.smc"
#define LOADER_COMPRESS "ZIP"
#define ROM_ZIP_SIZE 17897
#define ROM_BUFFER_CNT 1
#define ROM_BUFFER_SIZE01 17897
#endif