pcecd: fix cdda loop mode

* pcecd: fix reset cdd in bios

* pcecd: cdda play modes added, some tweaks

* pcecd: fix cdda loop mode
This commit is contained in:
Sergey Dvodnenko
2020-05-03 16:56:33 +03:00
committed by GitHub
parent 29253eb2b3
commit 636f1c97c3

View File

@@ -47,9 +47,9 @@
#define NSE_AUDIO_NOT_PLAYING 0x2C
#define PCECD_CDDAMODE_SILENT 0x00
#define PCECD_CDDAMODE_NORMAL 0x01
#define PCECD_CDDAMODE_LOOP 0x01
#define PCECD_CDDAMODE_INTERRUPT 0x02
#define PCECD_CDDAMODE_LOOP 0x03
#define PCECD_CDDAMODE_NORMAL 0x03
#include "../../cd.h"