[Simh] glitch in the new 3.71?

Jason Stevens neozeed at gmail.com
Tue May 15 18:23:11 EDT 2007


I was cleaning up my VC 2005 project for the new version, and on a rebuild I
encounterred the following errors in the Altair z80...

---------- ALTAIRZ80_HDSK.C
uint8 hdskbuf[HDSK_MAX_SECTOR_SIZE]; = {};    /* data buffer  */

---------- ALTAIRZ80_SIO.C
char messageBuffer[256]; = {};

Visual C won't let this fly, so I changed them to the following:


---------- ALTAIRZ80_HDSK.C
uint8 hdskbuf[HDSK_MAX_SECTOR_SIZE];// = {};    /* data buffer  */

---------- ALTAIRZ80_SIO.C
char messageBuffer[256];// = {};



I'll have to chase down a copy of CP/M & Zork or something otherthan
wordstar to test....
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.trailing-edge.com/pipermail/simh/attachments/20070515/dfa9b1c1/attachment-0003.html>


More information about the Simh mailing list