This commit is contained in:
Tomohiro Yoshidomi 2017-08-23 10:54:01 +09:00
parent 69c95bab67
commit d57de4dc8f
2 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Neko Project II 0.86 kai rev.9
===
Aug 22, 2017
Aug 23, 2017
Build SDL2 port
---
@ -216,6 +216,9 @@ I/O:0x00D0
Release
---
* Aug 23, 2017
- Merge NP21/w rev.35 beta1
* SB16
* Aug 22, 2017
- Merge 私家
Merged
@ -228,7 +231,6 @@ Release
* CSM voice
* LittleOrchestra
* MultimediaOrchestra
* SB16
* WaveRec
- Merge kaiE
* force ROM to RAM

View File

@ -2,6 +2,10 @@
* @file opna.c
* @brief Implementation of OPNA
*/
#ifdef _WIN32
#define bool _Bool
#define false FALSE
#endif
#include "compiler.h"
#include "opna.h"