Skip to content

Commit

Permalink
cycle exact
Browse files Browse the repository at this point in the history
  • Loading branch information
vadosnaprimer committed Jun 11, 2024
1 parent c932ecb commit e3cfde0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/BizHawk.Emulation.Cores/Computers/Amiga/PUAE.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ private static List<string> CreateArguments(PUAESyncSettings settings)
{
"puae"
, "-0", "romfile"
, "-s", "cpu_compatible=true"
, "-s", "cpu_cycle_exact=true"
, "-s", "cpu_memory_cycle_exact=true"
, "-s", "blitter_cycle_exact=true"
};

switch(settings.MachineConfig)
Expand Down

0 comments on commit e3cfde0

Please sign in to comment.