Add core option Swap Duty Cycles

This commit is contained in:
retro-wertz
2017-10-05 14:43:20 +08:00
parent a09d500e7f
commit 2cdf32300b
3 changed files with 38 additions and 8 deletions

View File

@@ -5,16 +5,23 @@
extern int fceuindbg;
/* Overclocking-related */
extern unsigned overclock_state;
extern unsigned overclocked;
extern unsigned skip_7bit_overclocking;
extern unsigned DMC_7bit;
extern unsigned normal_scanlines;
extern unsigned extrascanlines;
extern unsigned vblankscanlines;
/* Region selection */
extern unsigned dendy;
/* Audio mods*/
extern unsigned swapDuty; /* Swap bits 6 & 7 of $4000/$4004 to mimic bug
* found on some famiclones/Dendy models.
*/
void ResetGameLoaded(void);
#define DECLFR(x) uint8 FP_FASTAPASS(1) x(uint32 A)