mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-20 15:17:50 +00:00
Remove the 'Disk' prefix from method names
This commit is contained in:
+1
-1
@@ -304,7 +304,7 @@ void VideoBenchmark () {
|
||||
while (cycles > 0) {
|
||||
DWORD executedcycles = CpuExecute(103, true);
|
||||
cycles -= executedcycles;
|
||||
sg_DiskIICard.DiskUpdateDriveState(executedcycles);
|
||||
sg_DiskIICard.UpdateDriveState(executedcycles);
|
||||
JoyUpdateButtonLatch(executedcycles);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user