pcjs/devices
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2017-06-20 10:24:07 -07:00
..
c1p Bumped next release version to 1.35.0 2017-06-01 15:35:25 -07:00
pc8080 Bumped next release version to 1.35.0 2017-06-01 15:35:25 -07:00
pcx86 The Disk component needed improved handling of disk images containing sectors with no 'data' or 'byte' arrays, the Disk restore code needed to stop complaining about disk mismatches when there was no previous disk, and Disk notice() and println() calls (including those made on its behalf; eg, from assert() calls) needed to be passed through to the controller that called it. Also, since the PC-DOS 1.x disk images were changed recently to include BPBs, machines that use those disks and have a machine state file needed their state file updated (eg, the DONKEY.BAS demo). 2017-06-20 10:24:07 -07:00
pdp10 Bumped next release version to 1.35.0 2017-06-01 15:35:25 -07:00
pdp11 Bumped next release version to 1.35.0 2017-06-01 15:35:25 -07:00
roms Started collecting DEC resources, with initial focus on the VT100 2016-07-26 15:25:27 -07:00
README.md Eliminate PDP-10 dependencies on the Int36 class (which is now used only for prototyping and command-line testing) 2017-03-07 17:21:59 -08:00

layout title menu_title menu_order permalink redirect_from
page Device Configurations Devices 3 /devices/
/configs/

Device Configurations

All PCjs machines are built from the following sets of devices:

These devices are user-installable components that you would typically find in a real personal computer, such as keyboards, disk drive controllers with one or more drives, video cards, etc.