Jeff Parsons
76932246ec
Updated 80386 A0 and B0 stepping information
...
(and some minor CPU tweaks for the 80386 as well)
2015-03-09 21:49:13 -07:00
Jeff Parsons
568c4e031e
Robustify AudioContext code (thanks for the surprise, Chrome!)
2015-03-07 10:53:15 -08:00
Jeff Parsons
e8b7298919
More 80386 support, and an audio API change forced by Chrome
2015-03-06 19:39:46 -08:00
Jeff Parsons
d3d431eb2c
More 80386 support, and an audio API change forced by Chrome
2015-03-06 19:33:35 -08:00
Jeff Parsons
5b99b51c64
Remove useless globals
2015-03-06 11:37:29 -08:00
Jeff Parsons
f251da711b
Eliminate redundant memory allocation messages
2015-03-05 22:08:13 -08:00
Jeff Parsons
24dae23c85
PCjs CLI needs to provide console overrides for more Component functions
2015-03-05 15:10:13 -08:00
Jeff Parsons
1dc0aeccd6
CPU function reorg
2015-03-05 14:41:34 -08:00
Jeff Parsons
f50612e7ca
Debugger changes for improved 32-bit support
2015-02-28 11:55:55 -08:00
Jeff Parsons
9ba73970a4
Changed C1Pjs to display 25 rows instead of 24
2015-02-24 13:56:26 -08:00
Jeff Parsons
0b413f27f7
New blog entry, and a corrected Word 3.0 disk image
2015-02-23 17:20:41 -08:00
Jeff Parsons
5303d2fe20
Support for 80386 register dumps
2015-02-23 12:02:06 -08:00
Jeff Parsons
eb196c3048
Added Compaq DeskPro 386 ROMs
2015-02-22 15:42:54 -08:00
Jeff Parsons
889a04b7d2
Added support for dumping/merging .hex files
2015-02-20 15:16:06 -08:00
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
Jeff Parsons
31dfc55b11
Another static URL fix
2015-02-08 15:32:19 -08:00
Jeff Parsons
7302980139
Further restrict which URLs get remapped to static.pcjs.org
2015-02-08 14:17:03 -08:00
Jeff Parsons
f9df384bbe
Update to READMEs
2015-02-08 14:04:58 -08:00
Jeff Parsons
c25a3be659
Fixed a fatal bug in DiskDump when using the --dir option
2015-02-06 11:07:26 -08:00
Jeff Parsons
36c38bec7f
PDF viewer tweaks
2015-02-05 14:20:04 -08:00
Jeff Parsons
c9f853a263
Suppress disk-change messages for now
2015-02-05 13:40:28 -08:00
Jeff Parsons
3069d317c6
Fixed some minor bugs (problems with autostart, duplicate machine IDs, etc)
2015-02-05 13:25:55 -08:00
Jeff Parsons
b60e988aba
More PDFs
2015-02-04 22:12:10 -08:00
Jeff Parsons
b07dc9366e
Rudimentary PDF viewer
2015-02-04 17:33:48 -08:00
Jeff Parsons
66bd2f2da0
Support for vertical text labels in graphical control panel
2015-02-04 14:14:08 -08:00
Jeff Parsons
5477c1ae3e
Fixed IE9/IE10 control panel scaling bug
2015-02-03 16:56:46 -08:00
Jeff Parsons
6bbec414bd
Fixed IE9 compatibility (but control panel bugs with IE9 remain)
2015-02-03 16:27:26 -08:00
Jeff Parsons
2cd13b2058
Baby steps
2015-02-02 14:36:30 -08:00
Jeff Parsons
13c50f7bd0
Stack optimizations
2015-02-01 12:48:04 -08:00
Jeff Parsons
e1d760c814
Performance improvements
2015-02-01 00:31:07 -08:00
Jeff Parsons
da58c2aeaf
Some performance tweaks
2015-01-31 16:10:16 -08:00
Jeff Parsons
e2ddc497c3
dataSize and addrSize tweaks
2015-01-30 12:00:12 -08:00
Jeff Parsons
531b9327c6
More panel work
2015-01-29 18:44:58 -08:00
Jeff Parsons
0ffe6c7637
Some early functionality for the new display panel
2015-01-28 11:59:40 -08:00
Jeff Parsons
2637a4ca85
Some Bus and Video tweaks
2015-01-27 15:46:22 -08:00
Jeff Parsons
84572178c5
Dynamically switch getWord/setWord based on current dataSize
2015-01-26 17:29:19 -08:00
Jeff Parsons
58bd2b14d0
Updated Bus memory interfaces to match CPU memory interfaces
2015-01-25 15:27:38 -08:00
Jeff Parsons
7fb26846f9
Update CPU's getLong() and setLong() interfaces
2015-01-25 15:07:58 -08:00
Jeff Parsons
e0959dc00c
Added 32-bit interfaces to the Memory component
2015-01-25 14:09:24 -08:00
Jeff Parsons
9ae860d28f
Remove EAFUNCS
2015-01-24 14:50:34 -08:00
Jeff Parsons
2e729f9179
Support for (future) Control Panel animation
2015-01-23 14:43:32 -08:00
Jeff Parsons
792604d5e3
Support for canvas elements in XML machine files
...
(laying the groundwork for a new graphical control panel)
2015-01-22 16:16:44 -08:00
Jeff Parsons
8dadbb2da9
Support "full-screen" mode to the extent that supported browsers support it (and thanks for your support!)
2015-01-22 11:19:38 -08:00
Jeff Parsons
d6b4b9c438
More BACKTRACK support, more 32-bit support, more more.
2015-01-21 17:19:58 -08:00
Jeff Parsons
06dfd59ad6
Eliminate unnecessary shifts
2015-01-20 22:23:45 -08:00
Jeff Parsons
7cdf097c8d
Scaffolding for 32-bit ModRM decoding
2015-01-20 22:13:40 -08:00
Jeff Parsons
418f3bd603
Restructured ModRM decoding
2015-01-20 20:10:48 -08:00
Jeff Parsons
1ede9acf15
v1.17.0: Widening registers
2015-01-19 22:32:15 -08:00
Jeff Parsons
c5d9b7dfcc
Added server support for running uncompiled machines
2015-01-17 13:11:31 -08:00
Jeff Parsons
7b160f296b
Fixed #18
2015-01-07 20:48:25 -08:00