[sebhc] New Archive postings
Jack Rubin
jack.rubin at ameritech.net
Sat May 1 00:03:51 CDT 2004
Mark,
I've got at least some H29 docs that I will try to locate over the
weekend.
Is the terminal function integral to the virtual 8H or is a serial
connection part of the emulation - the hope, of course, being that one
could use the "terminals" as stand-alone emulations by themselves for
communication with "real" hardware.
The HUG software images in the sebhc archives follow Dave's dump format
- have you tried to load any of them? It would seem that a bit of
editing to the header should allow the images to be loaded like a tape.
Wouldn't H17/H37 support simply mean reading and loading various header
types?
Would you please upload the recompiled module when you get a chance?
Thanks,
Jack
> -----Original Message-----
> From: sebhc at sebhc.org [mailto:sebhc at sebhc.org] On Behalf Of
> Mark Garlanger
> Sent: Friday, April 30, 2004 11:45 PM
> To: sebhc at sebhc.org
> Subject: Re: [sebhc] New Archive postings
>
>
> Yes it appears to work fine. Although with both the
> 'official' binary, and my compile program, loading either of
> the 'benchmark' tapes don't appear to do anything (but it
> could just be user error). But the console_echo tape seems to
> function as expected.
>
> Anyone interested in adding an option for the H9 terminal
> instead of only the H19? It shouldn't be too hard with the H9
> Operational Manual that I uploaded to the archives. If done
> right, it would then be easy (if we have the manual) to also
> add in an H29 option. Maybe we can generate some interest and
> work on H17 support in the emulator. Another thing I would
> be interested in doing is to get this also working under
> Linux. Although that would be a much bigger undertaking due
> to all the GUI changes required.
>
> Mark
>
>
> ----- Original Message -----
> From: "Jack Rubin" <jack.rubin at ameritech.net>
> To: <sebhc at sebhc.org>
> Sent: Friday, April 30, 2004 11:20 PM
> Subject: RE: [sebhc] New Archive postings
>
>
> > were you successful running the emulator with these changes to the
> > source?
> >
> > > -----Original Message-----
> > > From: sebhc at sebhc.org [mailto:sebhc at sebhc.org] On Behalf Of Mark
> > > Garlanger
> > > Sent: Friday, April 30, 2004 10:51 PM
> > > To: sebhc at sebhc.org
> > > Subject: Re: [sebhc] New Archive postings
> > >
> > >
> > > It's great that the ROMs for the H8 are now available...
> > >
> > >
> > > I have recompiled the virtual_h8 project, and based on some
> > > warnings, it appears to have a few bugs in the processor
> emulation.
> > > In the file processor.cpp, the following code is in four
> places: S =
> > > (A & 0x0080 != 0);
> > >
> > > And the compiler provides the following warning:
> > > c:\H8\code\virtual_h8\processor.cpp(2452) : warning C4554: '&' :
> > > check operator precedence for possible error; use parentheses to
> > > clarify precedence
> > >
> > > In looking at operator precedence, it does appear to be a problem
> > > since the precedence makes it equivelent to: S = (A &
> (0x0080 != 0
> > > ));
> > >
> > > Which doesn't make any sense. It should be:
> > > S = ((A & 0x0080) != 0 );
> > >
> > > I've sent email to the author (David Wallace) so it can
> be addressed
> > > in the next release.
> > >
> > > Mark
> > >
> > >
> > > ----- Original Message -----
> > > From: "Jack Rubin" <jack.rubin at ameritech.net>
> > > To: "SEBHC" <sebhc at sebhc.org>
> > > Sent: Friday, April 30, 2004 8:16 AM
> > > Subject: [sebhc] New Archive postings
> > >
> > >
> > > > Steve Parker, author of the original PAM37 ROM, has
> > > prepared the two
> > > > ROM files needed to make Dave Wallace's Virtual H8 emulator
> > > > operational. These are in the H8 ROMs folder - note that
> > > these are not
> > > > straight binary dumps but rather dumps formatted especially for
> > > > the emulator.
> > > >
> > > > I've also posted the Cassette SRM (Software Reference
> Manual, P/N
> > > > 595-2048-01). Included in the same folder is the update
> > > document for
> > > > Extended BH Basic 10.02.00 (HC8-13). When the original
> > > owner of this
> > > > machine received the EBHB update, he discarded the
> > > superceded sections
> > > > from the original BASIC section of the manual. I will replace
> > > > these sections as soon as I locate them (in my physical archive)
> > > and update
> > > > the .pdf file at that time.
> > > >
> > > > I also uploaded several "real" ROM binaries and manuals
> for the H8
> > > > H37/67 and H47 disk controllers.
> > > >
> > > > Jack
> > > >
> > > > --
> > > > Delivered by the SEBHC Mailing List
> > >
> >
> > --
> > Delivered by the SEBHC Mailing List
>
> --
> Delivered by the SEBHC Mailing List
>
--
Delivered by the SEBHC Mailing List
More information about the Sebhc
mailing list