Commit graph pcjs/modules/pcjs/lib/memory.js
Author SHA1 Message 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
Jeff Parsons
6bbec414bd Fixed IE9 compatibility (but control panel bugs with IE9 remain) 2015-02-03 16:27:26 -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
531b9327c6 More panel work 2015-01-29 18:44:58 -08:00
Jeff Parsons
2637a4ca85 Some Bus and Video tweaks 2015-01-27 15:46:22 -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
2e729f9179 Support for (future) Control Panel animation 2015-01-23 14:43:32 -08:00
Jeff Parsons
418f3bd603 Restructured ModRM decoding 2015-01-20 20:10:48 -08:00
Jeff Parsons
c5d9b7dfcc Added server support for running uncompiled machines 2015-01-17 13:11:31 -08:00
Jeff Parsons
b8407aa96d v1.16.5: Getting ready for 2015 2014-12-29 23:06:28 -08:00
Jeff Parsons
2034428e9f Groundwork laid for upcoming BACKTRACK support 2014-12-23 16:02:41 -08:00
Renamed from modules/pcjs/lib/mem.js (Browse further)