Skip to content

Commit

Permalink
pdp11: use a more realistic clock speed for the PDP11.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Fosdick committed Sep 14, 2019
1 parent 61e6646 commit 69cd7ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ TUBE tubes[NUM_TUBES]=
{"32016", tube_32016_init, n32016_reset, &n32016_cpu_debug, 0x0000, "", 8 },
{"6502 External", tube_6502_init, tube_6502_reset, &tube6502_cpu_debug, 0x0800, "6502Tube", 3 },
{"6809", tube_6809_init, mc6809nc_reset, &mc6809nc_cpu_debug, 0x0800, "6809Tube", 16 },
{"PDP11", tube_pdp11_init, copro_pdp11_rst, &pdp11_cpu_debug, 0x0800, "PDP11Tube", 8 }
{"PDP11", tube_pdp11_init, copro_pdp11_rst, &pdp11_cpu_debug, 0x0800, "PDP11Tube", 2 }
};

static fdc_type_t model_find_fdc(const char *name, const char *model)
Expand Down

0 comments on commit 69cd7ff

Please sign in to comment.