pcjs/devices/pc
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jeff Parsons c8aec14b0b Follow my own advice and write any 32-bit hex constant > 0x7fffffff as (constant|0)
The Closure Compiler does a fine job of replacing all such expressions with their decimal equivalent, relieving us from having to calculate them ourselves, and eliminating any runtime impact
2015-02-19 11:18:40 -08:00
..
basic Initial commit (a clone of the jsmachines project as of v1.15.3) 2014-09-27 14:52:57 -07:00
bios Hard disk controller fixes 2014-12-03 16:59:12 -08:00
hdc Pre-v1.15.5 checkpoint 2014-10-17 11:04:20 -07:00
keyboard Saved space on demo keyboard layouts by removing CTRL-ALT-DEL (which you can, of course, still type) 2014-11-16 14:20:20 -08:00
machine Follow my own advice and write any 32-bit hex constant > 0x7fffffff as (constant|0) 2015-02-19 11:18:40 -08:00
panel Some Bus and Video tweaks 2015-01-27 15:46:22 -08:00
video Changed CGA screens from fixed-width to responsive 2015-02-06 11:57:34 -08:00
README.md Final cleanup before v1.15.8 release 2014-11-03 09:48:00 -08:00

IBM PC Configurations

This folder contains IBM PC Machine Configurations, along with Control Panels, Keyboard Layouts and other components.

Application Demos and Disk Archives are also available.