mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-11-10 04:45:08 +01:00
22 lines
382 B
C
22 lines
382 B
C
|
|
#ifndef _MAIN_H_
|
|
#define _MAIN_H_
|
|
|
|
/* options */
|
|
extern uint8 overscan;
|
|
extern uint8 use_480i;
|
|
extern uint8 FM_GENS;
|
|
extern uint8 hq_fm;
|
|
extern double psg_preamp;
|
|
extern double fm_preamp;
|
|
extern uint8 boost;
|
|
extern uint8 region_detect;
|
|
extern uint8 sys_type[2];
|
|
extern uint8 force_dtack;
|
|
|
|
extern uint8 debug_on;
|
|
extern uint8 log_error;
|
|
|
|
|
|
#endif /* _MAIN_H_ */
|