[sebhc] New Archive postings

Mark Garlanger garlangr at verizon.net
Sat May 1 12:27:05 CDT 2004


I found the port address that is causing the problem. According to the log
file, it's I/O address 0373 (251 or 0xFB),  the code says it's related to
the console being connected via the H8-5 card:

Log File:  "***Port 373 is not implemented.***"

Code:
// Ports 372 and 373 were the console USART ports if the console was
connected

// via the H8-5's serial I/O port. Not used.

case 0372:

// (fall through)

case 0373:

bNotImplemented = TRUE;

break;

Anyone have any ideas on what we can do so that the majority of the Tapes
will run on the emulator? Simply commenting out the bNotImplemented Line so
that the output goes no where didn't seem to help.

        Mark


----- Original Message ----- 
From: "Mark Garlanger" <garlangr at verizon.net>
To: <sebhc at sebhc.org>
Sent: Saturday, May 01, 2004 12:55 AM
Subject: Re: [sebhc] New Archive postings


> Hi Jack,
>
>    I doubt we will need the H29 docs anytime soon ;-).  It looks like the
> H19 is tied closely to the H8 emulator. Although today is the first day
I've
> looked at the code, so I may be way off.
>
> I haven't tried to load the HUG .h17 files, I doubt changing the header
will
> work. Those disk images support multiple files, with a directory, etc. The
> tape images appear to be a single executable program.
>
> I just now tried to run the .PID files in the DAP-H8-tapes directory after
> renaming to .tape with the following results:
>
> H8DEMO - works, see the message on the H8's LED panel.
> HANGMAN - stops emulator with: "I/O write attempted to unimplemented port"
> TED8 - stops emulator with: "I/O write attempted to unimplemented port"
> BHBASIC - stops emulator with: "I/O write attempted to unimplemented port"
> BUG8 - stops emulator with: "I/O write attempted to unimplemented port"
> EXBASIC - stops emulator with: "I/O write attempted to unimplemented port"
> HASL8 - stops emulator with: "I/O write attempted to unimplemented port"
>
> I tried HANGMAN on David's release emulator and received the same "I/O
> write" error message. I assume they all will give that same error.
>
> Tomorrow I will try to enable some logging to see which port is causing
the
> problem.
>
> Supporting the H17 and H37 would require loading in the OS (CP/M or HDOS)
> and providing all the hardware support those OSs use. I don't think it's
as
> simple as supporting a new header.
>
> Before uploading a new version of the emulator, I would like to hear back
> from David to verify that it is a problem, and see if he wants to be the
> provide the 'official' versions.
>
>             Mark
>
>
> ----- Original Message ----- 
> From: "Jack Rubin" <jack.rubin at ameritech.net>
> To: <sebhc at sebhc.org>
> Sent: Saturday, May 01, 2004 12:03 AM
> Subject: RE: [sebhc] New Archive postings
>
>
> > 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
> >
>
> --
> Delivered by the SEBHC Mailing List

--
Delivered by the SEBHC Mailing List



More information about the Sebhc mailing list