Virtual Boy: we cannot take a fast path...
This commit is contained in:
parent
e1b7618348
commit
556b268d80
|
@ -235,13 +235,8 @@ void DivPlatformVB::tick(bool sysTick) {
|
||||||
|
|
||||||
// trigger wave changes
|
// trigger wave changes
|
||||||
if (mustUpdateWaves && !romMode) {
|
if (mustUpdateWaves && !romMode) {
|
||||||
//rWrite(0x580,1);
|
|
||||||
if (!screwThis) {
|
if (!screwThis) {
|
||||||
chWrite(0,0x00,0x00);
|
rWrite(0x580,1);
|
||||||
chWrite(1,0x00,0x00);
|
|
||||||
chWrite(2,0x00,0x00);
|
|
||||||
chWrite(3,0x00,0x00);
|
|
||||||
chWrite(4,0x00,0x00);
|
|
||||||
}
|
}
|
||||||
for (int i=0; i<5; i++) {
|
for (int i=0; i<5; i++) {
|
||||||
//if (chan[i].deferredWaveUpdate) {
|
//if (chan[i].deferredWaveUpdate) {
|
||||||
|
|
Loading…
Reference in a new issue