update d_atetris.cpp to function with new pokey

This commit is contained in:
dinkc64 2015-07-31 22:50:03 +00:00
parent efb74b8fc5
commit c8137f6bfa
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ static INT32 CommonInit(INT32 boot)
SN76496SetRoute(1, 0.50, BURN_SND_ROUTE_BOTH);
SN76496SetRoute(2, 0.50, BURN_SND_ROUTE_BOTH);
} else {
PokeyInit(44100, 2, 6, 0);
PokeyInit(0, 2, 6, 0);
}
GenericTilesInit();