Skip to content

Commit

Permalink
forgotten line from previous checkin
Browse files Browse the repository at this point in the history
FossilOrigin-Name: 53d0aa19bd22ea0540197f929fa4bc046860eb50
  • Loading branch information
Bikeman committed May 31, 2024
1 parent 1bf8ffb commit f382bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SIMH/PDP8/pdp8_cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ int Pause = 0;
// Set our initial IPS value from the throttle, if given.
static time_t last_update = 0;
static size_t max_skips = 0;
static const size_t pidp8i_updates_per_sec = 3200;
static const size_t pidp8i_updates_per_sec = 19000;
max_skips = get_pidp8i_initial_max_skips (pidp8i_updates_per_sec);
srand48 (time (&last_update));

Expand Down

0 comments on commit f382bbe

Please sign in to comment.