Skip to content

Commit

Permalink
sidplayfp args changed.
Browse files Browse the repository at this point in the history
  • Loading branch information
anarkiwi committed Nov 29, 2024
1 parent 1a2fce9 commit d418237
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions desidulate/sidinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def decodeflags(rsid, x):
)


def scrape_cia_timer(sidfile, validate_ctrl, tune, cutoff_time=0.5):
def scrape_cia_timer(sidfile, validate_ctrl, tune, cutoff_time=1):
siddir = os.path.realpath(os.path.dirname(sidfile))
client = docker.from_env()
timer_low = 0
Expand All @@ -111,7 +111,7 @@ def scrape_cia_timer(sidfile, validate_ctrl, tune, cutoff_time=0.5):
instruction_cutoff = cutoff_time * 1e6
instructions = 0
cmd = [
f'-t{cutoff_time}', '-q', '--none', '--cpu-debug', '-os', '--delay=0', f'-o{tune}',
f'-t{cutoff_time}', '-q', '--cpu-debug', '--delay=0', f'-os{tune}', '-w/dev/null',
os.path.join('tmp', os.path.basename(sidfile))]
sidplayfp = client.containers.run(
SIDPLAYFP_IMAGE, cmd,
Expand Down

0 comments on commit d418237

Please sign in to comment.