pkimpel / retro-b5500

Web-based emulator and operating environment for the Burroughs B5500 computer system.
http://www.phkimpel.us/B5500/
MIT License
77 stars 7 forks source link

Coldstart Loader does not set date properly #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The B5500ColdLoader.html utility does not properly initialize the date in the 
DIRECTORYTOP segment. After initialization it comes out as 1/0/0.

There may be a problem initializing time as well, but not sure if the 
ColdLoader is the source of that problem.

Original issue reported on code.google.com by paul.kimpel@digm.com on 24 Mar 2013 at 10:07

GoogleCodeExporter commented 9 years ago
See also issue #10 concerning the time problem.

Original comment by paul.kimpel@digm.com on 24 Mar 2013 at 10:14

GoogleCodeExporter commented 9 years ago
Date fixed 23 March 2013 (r317), time fixed 11 April (r318). Coldstart loader 
now sets current date and time from the Javascript environment.

Original comment by paul.kimpel@digm.com on 27 May 2013 at 1:23

GoogleCodeExporter commented 9 years ago
Confirmed fixed.

Original comment by paul.kimpel@digm.com on 29 Dec 2013 at 4:32