[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Apple IIgs Emulator
- Subject: Apple IIgs Emulator
- From: "Terry Olsen" <tolsen64@hotmail.com>
- Date: Thu, 30 Jun 2005 23:38:30 -0600
- Newsgroups: comp.sys.apple2
- Organization: Internet News Service
- Xref: g2news1.google.com comp.sys.apple2:12687
http://boycot.no-ip.com/AppleIIgs/AppleIIgs.NET.zip
I took the ActiveGS.OCX put out by FTA and played with creating an emulator
program in Visual Basic .NET.
You can unzip all the files to a directory. Then you'll have to open up a
command window to register the OCX file. It'll be something like:
<regsvr32 path>\regsvr32 <ocx path>\ActiveGS.OCX
You gotta do that or else the program will crash as soon as you double-click
on it.
Nothing special. All I did was put an interface around the component. But
I did have an idea for setting the configuration. You can save each
configuration to a file, and then boot the emulator by selecting a config
file. Makes it easy to quickly boot to a completely different Emulated GS.
This is it. No more plans to update it unless someone finds it useful and
has feature ideas.
Oh yeah, you gotta have the DotNetFramework 1.1 installed on your computer
for this to run. Freely downloadable from Microsoft.