Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

You can't evaluate a man by logic alone. -- McCoy, "I, Mudd", stardate 4513.3


devel / comp.emulators.apple2 / Re: KEGS 1.32 - More compatibility fixes

SubjectAuthor
* KEGS 1.32 - More compatibility fixesKent Dickey
`* Re: KEGS 1.32 - More compatibility fixesHugh Hood
 `* Re: KEGS 1.32 - More compatibility fixesHugh Hood
  `* Re: KEGS 1.32 - More compatibility fixesJerry Penner
   `- Re: KEGS 1.32 - More compatibility fixesKent Dickey

1
KEGS 1.32 - More compatibility fixes

<ujt933$2s9mp$1@dont-email.me>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=487&group=comp.emulators.apple2#487

  copy link   Newsgroups: comp.emulators.apple2
Path: i2pn2.org!i2pn.org!news.chmurka.net!weretis.net!feeder8.news.weretis.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: keg...@provalid.com (Kent Dickey)
Newsgroups: comp.emulators.apple2
Subject: KEGS 1.32 - More compatibility fixes
Date: Sat, 25 Nov 2023 16:58:11 -0000 (UTC)
Organization: provalid.com
Lines: 17
Message-ID: <ujt933$2s9mp$1@dont-email.me>
Injection-Date: Sat, 25 Nov 2023 16:58:11 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="82c1c91e02ede7575cae1d20dbe91622";
logging-data="3024601"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/ooqdJ37noGxiWLdiB9yQQ"
Cancel-Lock: sha1:Z5miubo+9+ZfvwGpF6ujJHYjjFg=
X-Newsreader: trn 4.0-test76 (Apr 2, 2001)
Originator: kegs@provalid.com (Kent Dickey)
 by: Kent Dickey - Sat, 25 Nov 2023 16:58 UTC

I've released a new version of KEGS v1.32, an Apple IIgs emulator for Mac,
Windows, and Linux at: http://kegs.sourceforge.net/

Changes in KEGS v1.32 since v1.31 (11/22/23)
- Fix (dloc,x) in emulation mode to wrap as described at
https://github.com/gilyon/snes-tests/tree/main/cputest
- Improve virtual hard drive in slot 7 to use a small driver at $C700 which
uses WDM $C7,$00 to call back to KEGS for handling commands.
- Improve SCC8530 emulation to add support for RTxC as clock for higher speeds.
- Fix a GS/OS visual anomaly with the mouse cursor sometimes disappearing
when moving upwards, due to Scanline interrupts not being taken
properly.
- Support qkumba's code to run from $C050 by having get_remaing_opcodes()
track time properly, and to have reads to $C050-$C057 call float_bus()
before doing the softswitch action.

Kent

Re: KEGS 1.32 - More compatibility fixes

<tuydnTqPV8H9j_n4nZ2dnZfqnPGdnZ2d@earthlink.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=489&group=comp.emulators.apple2#489

  copy link   Newsgroups: comp.emulators.apple2
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!Xl.tags.giganews.com!local-1.nntp.ord.giganews.com!nntp.earthlink.com!news.earthlink.com.POSTED!not-for-mail
NNTP-Posting-Date: Mon, 27 Nov 2023 03:52:00 +0000
Date: Sun, 26 Nov 2023 21:52:01 -0600
MIME-Version: 1.0
User-Agent: Mozilla Thunderbird
From: hughh...@earthlink.net (Hugh Hood)
Subject: Re: KEGS 1.32 - More compatibility fixes
Newsgroups: comp.emulators.apple2
References: <ujt933$2s9mp$1@dont-email.me>
Content-Language: en-US
In-Reply-To: <ujt933$2s9mp$1@dont-email.me>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Message-ID: <tuydnTqPV8H9j_n4nZ2dnZfqnPGdnZ2d@earthlink.com>
Lines: 87
X-Usenet-Provider: http://www.giganews.com
NNTP-Posting-Host: 172.56.50.134
X-Trace: sv3-o84m2Ju5FAgL78dlK96h/SPH41lbLXWqGLNaRfqoRtZ0fnyk0E/nGnBzLJWgeNlKXxuVYrP7nIxwD7S!bxzcojwzFt7PjvBWCTa/rhkQDVdZ6uEe/JuhnkMYLs2tQunywG8LXnfbO62oXoNCAPrYGV+ZC6HG!z4lNjXa/hytIz5UwLBeaFSln1+gu3nYUiQ==
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.3.40
X-Received-Bytes: 4403
 by: Hugh Hood - Mon, 27 Nov 2023 03:52 UTC

Kent,

Thanks for taking care of the visual anomaly with the mouse cursor. It's
working well now.

I've had one strange thing crop up in KEGS 1.32 under Windows 10 that I
cannot duplicate in 1.31 and 1.30 --

To duplicate it:

1. Launch KEGS and boot into the GS/OS Finder;
2. Hit the 'F4' key to enter the configuration menu;
3. Hit 'escape' key to exit the configuration menu;
4. Press 'return'.

When you go back to the emulated GS' Finder window, KEGS throws up a
Code RED.

I first noticed this when I was testing various high speed serial port
drivers for compatibility and performance now that KEGS recognizes
sourcing the emulated SCC clock from RTxC.

At first I thought I had introduced something strange with the serial
drivers, but that turned out not to be the case.

FWIW, I plan to put up on my site this week the following GS/OS port
drivers (with source code) in the hope that someone in addition to me
could test them:

1. Port1Dvr57600
2. Port1Dvr115200
3. Port1Dvr230400

4. Port2Dvr57600
5. Port2Dvr115200
6. Port2Dvr230400

I'm able to test the 115,200 baud driver on both the emulated IIgs and
also on a real IIgs with a serially-connected LaserJet, but the LaserJet
maxes out at a 115,200 baud rate so I can't test the highest speed in a
'real' setting. Plus, I don't think you've added 230,400 baud support to
KEGS.

These drivers are all based on Burger Becky Heineman's original Freeware
'Printer57.6' port driver from 1991. I corrected a couple of issues in
the original 57,600 baud one, and then added some code in the others to
increase the baud rates.

I tested a 52,000 line, 922,000 character, 177 printable page PostScript
file this evening with the 115200 driver and got around 20,000 CPS.
That's amazing speed. No, I didn't print it to an actual printer, but
instead had set up an ncat server that received the input from KEGS and
then saved it to a file.

Finally, I offer a hat tip to Ewen Wannop. His BrkDown disassembler did
a great job disassembling Heineman's original port driver and
reconstructing usable source code.

Kent, assuming these drivers don't have major flaws, I'll include them
with the materials you asked.

Hugh Hood

On 11/25/2023 10:58 AM, Kent Dickey wrote:
> I've released a new version of KEGS v1.32, an Apple IIgs emulator for Mac,
> Windows, and Linux at: http://kegs.sourceforge.net/
>
> Changes in KEGS v1.32 since v1.31 (11/22/23)
> - Fix (dloc,x) in emulation mode to wrap as described at
> https://github.com/gilyon/snes-tests/tree/main/cputest
> - Improve virtual hard drive in slot 7 to use a small driver at $C700 which
> uses WDM $C7,$00 to call back to KEGS for handling commands.
> - Improve SCC8530 emulation to add support for RTxC as clock for higher speeds.
> - Fix a GS/OS visual anomaly with the mouse cursor sometimes disappearing
> when moving upwards, due to Scanline interrupts not being taken
> properly.
> - Support qkumba's code to run from $C050 by having get_remaing_opcodes()
> track time properly, and to have reads to $C050-$C057 call float_bus()
> before doing the softswitch action.
>
> Kent

Re: KEGS 1.32 - More compatibility fixes

<sKOcnUw7SORxV_n4nZ2dnZfqn_udnZ2d@earthlink.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=490&group=comp.emulators.apple2#490

  copy link   Newsgroups: comp.emulators.apple2
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!border-2.nntp.ord.giganews.com!nntp.giganews.com!Xl.tags.giganews.com!local-1.nntp.ord.giganews.com!nntp.earthlink.com!news.earthlink.com.POSTED!not-for-mail
NNTP-Posting-Date: Mon, 27 Nov 2023 16:59:23 +0000
Date: Mon, 27 Nov 2023 10:59:23 -0600
MIME-Version: 1.0
User-Agent: Mozilla Thunderbird
Subject: Re: KEGS 1.32 - More compatibility fixes
Newsgroups: comp.emulators.apple2
References: <ujt933$2s9mp$1@dont-email.me>
<tuydnTqPV8H9j_n4nZ2dnZfqnPGdnZ2d@earthlink.com>
Content-Language: en-US
From: hughh...@earthlink.net (Hugh Hood)
In-Reply-To: <tuydnTqPV8H9j_n4nZ2dnZfqnPGdnZ2d@earthlink.com>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Message-ID: <sKOcnUw7SORxV_n4nZ2dnZfqn_udnZ2d@earthlink.com>
Lines: 25
X-Usenet-Provider: http://www.giganews.com
NNTP-Posting-Host: 172.59.195.81
X-Trace: sv3-MDgvWR1XFonEsCYV60vbEdo6AklGqBI+fH4NXRkKoIjG54JPxvd/ofmOczMQA3iSftBeGxXqBvrO7IK!ABNWV0dZeHcMBGRbuWl9c0m8WEIGnFMbv3Xfhlf57iqN5nr0ehF1gMPJahUYE1uchUdzCUdRTFHg!wJHEMgTkvWrp8X2dQOmpV7xqyYOBNTEZvQ==
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.3.40
 by: Hugh Hood - Mon, 27 Nov 2023 16:59 UTC

I can confirm the same behavior running KEGS 1.32 under MacOS.

Other than the RED condition, everything seems to run fine, though.

Hugh Hood

On 11/26/23 9:52 PM, Hugh Hood wrote:
>
> I've had one strange thing crop up in KEGS 1.32 under Windows 10 that I
> cannot duplicate in 1.31 and 1.30 --
>
> To duplicate it:
>
> 1. Launch KEGS and boot into the GS/OS Finder;
> 2. Hit the 'F4' key to enter the configuration menu;
> 3. Hit 'escape' key to exit the configuration menu;
> 4. Press 'return'.
>
> When you go back to the emulated GS' Finder window, KEGS throws up a
> Code RED.
>

Re: KEGS 1.32 - More compatibility fixes

<yubzfyy680w.fsf@jpen.ca>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=491&group=comp.emulators.apple2#491

  copy link   Newsgroups: comp.emulators.apple2
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: jerry...@jpen.ca (Jerry Penner)
Newsgroups: comp.emulators.apple2
Subject: Re: KEGS 1.32 - More compatibility fixes
Date: Mon, 27 Nov 2023 17:22:55 -0700
Organization: A noiseless patient Spider
Lines: 27
Message-ID: <yubzfyy680w.fsf@jpen.ca>
References: <ujt933$2s9mp$1@dont-email.me>
<tuydnTqPV8H9j_n4nZ2dnZfqnPGdnZ2d@earthlink.com>
<sKOcnUw7SORxV_n4nZ2dnZfqn_udnZ2d@earthlink.com>
MIME-Version: 1.0
Content-Type: text/plain
Injection-Info: dont-email.me; posting-host="a3a2537439eb7d89139a3f606f8cd7ac";
logging-data="4181285"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19EaHWyDWXBXhEuJpRDmZHd"
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
Cancel-Lock: sha1:LPgAEz41+4dE3QhwsZSnx3V3WE4=
sha1:JF+NMVTMc/KATjpFCCEIAYPHz8c=
 by: Jerry Penner - Tue, 28 Nov 2023 00:22 UTC

Hugh Hood <hughhood@earthlink.net> writes:

> I can confirm the same behavior running KEGS 1.32 under MacOS.
>
> Other than the RED condition, everything seems to run fine, though.
>
>
>
>
> Hugh Hood
>
> On 11/26/23 9:52 PM, Hugh Hood wrote:
>> I've had one strange thing crop up in KEGS 1.32 under Windows 10 that I
>> cannot duplicate in 1.31 and 1.30 --
>> To duplicate it:
>> 1. Launch KEGS and boot into the GS/OS Finder;
>> 2. Hit the 'F4' key to enter the configuration menu;
>> 3. Hit 'escape' key to exit the configuration menu;
>> 4. Press 'return'.
>> When you go back to the emulated GS' Finder window, KEGS throws up a
>> Code RED.

100% reproducible on the Linux (x86-64) build for 1.32.

--
Jerry jerry+a2 at jpen.ca

Re: KEGS 1.32 - More compatibility fixes

<ul602l$31eaf$2@dont-email.me>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=493&group=comp.emulators.apple2#493

  copy link   Newsgroups: comp.emulators.apple2
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: keg...@provalid.com (Kent Dickey)
Newsgroups: comp.emulators.apple2
Subject: Re: KEGS 1.32 - More compatibility fixes
Date: Mon, 11 Dec 2023 03:35:49 -0000 (UTC)
Organization: provalid.com
Lines: 37
Message-ID: <ul602l$31eaf$2@dont-email.me>
References: <ujt933$2s9mp$1@dont-email.me> <tuydnTqPV8H9j_n4nZ2dnZfqnPGdnZ2d@earthlink.com> <sKOcnUw7SORxV_n4nZ2dnZfqn_udnZ2d@earthlink.com> <yubzfyy680w.fsf@jpen.ca>
Injection-Date: Mon, 11 Dec 2023 03:35:49 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="5ad1029f0a614f6fd6c6d844ea8fc3b3";
logging-data="3193167"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18YlTcuhPwokDj3BNcQyreO"
Cancel-Lock: sha1:Wl8gmySZeNG/HVPlYmgmR8gx6Mo=
X-Newsreader: trn 4.0-test76 (Apr 2, 2001)
Originator: kegs@provalid.com (Kent Dickey)
 by: Kent Dickey - Mon, 11 Dec 2023 03:35 UTC

In article <yubzfyy680w.fsf@jpen.ca>, Jerry Penner <jerry+a2@jpen.ca> wrote:
>Hugh Hood <hughhood@earthlink.net> writes:
>
>> I can confirm the same behavior running KEGS 1.32 under MacOS.
>>
>> Other than the RED condition, everything seems to run fine, though.
>>
>>
>>
>>
>> Hugh Hood
>>
>> On 11/26/23 9:52 PM, Hugh Hood wrote:
>>> I've had one strange thing crop up in KEGS 1.32 under Windows 10 that I
>>> cannot duplicate in 1.31 and 1.30 --
>>> To duplicate it:
>>> 1. Launch KEGS and boot into the GS/OS Finder;
>>> 2. Hit the 'F4' key to enter the configuration menu;
>>> 3. Hit 'escape' key to exit the configuration menu;
>>> 4. Press 'return'.
>>> When you go back to the emulated GS' Finder window, KEGS throws up a
>>> Code RED.
>
>100% reproducible on the Linux (x86-64) build for 1.32.
>
>
>--
>Jerry jerry+a2 at jpen.ca

KEGS 1.33 fixes this problem. When using the menu item to leave the
config panel, KEGS could get confused since KEGS tries to "pause" all
Apple II processing when at the config panel. But in this case, the
code unpauses the Apple II processing at a bad time. The fix was just
to get out early. F4 doesn't have this problem since it changes the
setting at a different point in the main loop.

Kent

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor