BizHawk/waterbox/o2em/config.h

15 lines
212 B
C
Raw Normal View History

2017-06-18 14:29:03 +00:00
#ifndef __CONFIG_H
#define __CONFIG_H
#define O2EM_VERSION "1.18"
#define RELEASE_DATE "(Jan/2007)"
#define ROM_O2 1
#define ROM_G7400 2
#define ROM_C52 3
#define ROM_JOPAC 4
#define ROM_UNKNOWN 99
#endif