Mark Pizzolato
|
9fc6aa73d6
|
Finish migration for simulators to use generic clock co-scheduling and sim_activate_after for scheduled delays
|
2013-01-22 05:41:27 -08:00 |
|
Mark Pizzolato
|
83c1d80194
|
Merge branch 'master' into AsyncTmxr
Conflicts merged and missing changes in new modules added as needed for clock co-scheduling.
|
2013-01-21 16:52:42 -08:00 |
|
Mark Pizzolato
|
95033cee15
|
Declare the console port input and output polling units for most simulators to potentially allow asynchronous console I/O.
|
2013-01-21 11:31:29 -08:00 |
|
Mark Pizzolato
|
eb0dfedf73
|
Changed register variable names to avoid the reserved register name STATE
|
2013-01-17 05:29:03 -08:00 |
|
Mark Pizzolato
|
a60d9070db
|
Adding register descriptions to VAX processor devices
|
2013-01-16 17:26:30 -08:00 |
|
Mark Pizzolato
|
dac73b9381
|
Migrating scp and library global variables to be declared as extern in the appropriate library include file and remove repetitive declarations in referencing modules.
|
2013-01-10 13:29:15 -08:00 |
|
Mark Pizzolato
|
43b1c04ae4
|
Fixed bug disabling TTI interrupts on VAX 11/780, VAX 11/750, VAX 11/730 reported by Mike Burke
|
2012-12-31 10:44:38 -08:00 |
|
Mark Pizzolato
|
a3b0dc38fd
|
Change the semantics of sim_is_active to return a t_bool (which was 98% of how it was used), and added new sim_activate_time to return the time a unit will be activated (the value previously returned). This affected a handful of used of sim_is_active in device implementations which were adjusted to use the sim_activate_time API.
|
2012-12-12 11:01:00 -08:00 |
|
Mark Pizzolato
|
9cd3a07ff6
|
Merge remote-tracking branch 'origin/master' into Extra-VAXen
Merged related functionality into new VAX 750 modules
Cleaned up compiler complaints from the clang compiler
|
2012-10-22 06:32:38 -07:00 |
|
Mark Pizzolato
|
f8e34b103b
|
Added new VAX750 simulator from Matt Burke
|
2012-10-22 05:09:10 -07:00 |
|