mirror of
https://github.com/libretro/FBNeo.git
synced 2024-11-23 08:59:39 +00:00
MSM5205InterleaveInit change to MSM5205NewFrame because it sounds better
This commit is contained in:
parent
fa691e08c0
commit
75650f7cc9
@ -3250,7 +3250,7 @@ static INT32 Z80x3Frame()
|
||||
INT32 nCyclesDone[3] = { 0, 0, 0 };
|
||||
|
||||
if (has_adpcm)
|
||||
MSM5205InterleaveInit(0, 4000000, nInterleave);
|
||||
MSM5205NewFrame(0, 4000000, nInterleave);
|
||||
|
||||
for (INT32 i = 0; i < nInterleave; i++)
|
||||
{
|
||||
|
@ -399,7 +399,7 @@ void MSM5205PlaymodeWrite(INT32 chip, INT32 select)
|
||||
}
|
||||
|
||||
|
||||
void MSM5205InterleaveInit(INT32 chip, INT32 cpu_speed, INT32 interleave)
|
||||
void MSM5205NewFrame(INT32 chip, INT32 cpu_speed, INT32 interleave)
|
||||
{
|
||||
INT32 MSMCalcdInterleave = MSM5205CalcInterleave(chip, cpu_speed);
|
||||
INT32 LastIdx = -1;
|
||||
|
@ -47,6 +47,6 @@ INT32 MSM5205CalcInterleave(INT32 chip, INT32 cpu_speed);
|
||||
void MSM5205Update();
|
||||
|
||||
// 2016 version of the above. see d_taitol.cpp for example
|
||||
void MSM5205InterleaveInit(INT32 chip, INT32 cpu_speed, INT32 interleave);
|
||||
void MSM5205NewFrame(INT32 chip, INT32 cpu_speed, INT32 interleave);
|
||||
void MSM5205UpdateScanline(INT32 scanline);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user