Fixed freeze when quitting LoveDOS

This commit is contained in:
rnlf
2017-01-23 21:03:01 +01:00
parent 51d7730736
commit 167e481fe8

View File

@@ -78,7 +78,7 @@ static const struct {
{ 0xCC, 0xCE, 0xD4, 0xD6, 0xD8, 0x8A }
};
static int stopDma = 0;
static volatile int stopDma = 0;
static uint16_t *sampleBuffer;
static int sampleBufferSelector;
static uint16_t baseAddress;