PiDP-8/I Software

Check-in [f5d7f8b691]
Log In

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Merged cycle-accurate branch tips together.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | cycle-realistic
Files: files | file ages | folders
SHA3-256: f5d7f8b691de068a124158eed72ea06c3013f6c98b6846cf6ac773e78bdca878
User & Date: tangent 2021-12-20 17:20:07.303
Context
2021-12-20
17:21
Fixed an obvious bug in the new material added to src/pidp8i/main.c.in check-in: 8689b4ae5c user: tangent tags: cycle-realistic
17:20
Merged cycle-accurate branch tips together. check-in: f5d7f8b691 user: tangent tags: cycle-realistic
2021-12-11
19:48
Here is the cycle-realistic version. For some reason, Fossil is not picking up some changes to pidp8i.h as well. This is needed in pidp8i.h: typedef enum { pft_stopped, /* the cpu is not running */ pft_running, /* the cpu is running */ pft_go, /* the cpu is (re-) starting from being stopped */ pft_exit /* exit(ing) SIMH */ } pidp8i_flow_t; check-in: 03fb9d8dc5 user: stevet tags: cycle-realistic
2021-12-04
21:20
First apparently working version of the cycle-realistic PiDP-8/I. This makes the Sing Step switch on the PiDP-8/I front panel behave the same as on a real -8 (subject to a minor risk that MA and MB may not be 100% correct in all major states). See the thread "New, experimental, (hopefully) cycle-realistic version of the PiDP-8/I" in the user group for more information about how to use it. check-in: 241d799d53 user: stevet tags: cycle-realistic
21:11
Create new branch named "cycle-realistic" check-in: 53974b1c29 user: stevet tags: cycle-realistic
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/SIMH/PDP8/pdp8_cpu.c.
Changes to src/pidp8i/gpio-common.c.in.
Changes to src/pidp8i/gpio-common.h.
Changes to src/pidp8i/gpio-ils.c.
Changes to src/pidp8i/main.c.in.
Changes to src/pidp8i/pidp8i.h.