group.
|
137|3|2012-10-14 16:36:53|Apple6809@yahoogroups.com|New file uploaded to Apple6809 |
Hello,
This email message is a notification to let you know that
a file has been uploaded to the Files area of the Apple6809
group.
File : /OS9/EXTR9.SHK
Uploaded by : wilserv_41 <
a2@... Description : Source and executables for a ProDOS program to extract files from OS-9 disks
You can access this file at the URL:
http://groups.yahoo.com/group/Apple6809/files/OS9/EXTR9.SHK To learn more about file sharing for your group, please visit:
http://help.yahoo.com/l/us/yahoo/groups/original/members/web/index.html Regards,
wilserv_41 <
a2@...|
138|130|2012-10-15 02:49:10|wilserv_41|Re: Using the Freed 6809 card in various models of the Apple II|
Hi!
|
139|130|2012-10-15 03:17:57|Bill Garber|Re: Using the Freed 6809 card in various models of the Apple II|
Hey Willi,
It might, but take it out and see if it improves. :-)
No need to feel embarrassed, you should see my system.
I have a CFFA 2.0 with 32MB CF card in slot #7.....
and, a Disk II in slot #6, with a Unidisk 5.25" drive...
and in slot #5, a Liron with a SPVHD connected.....
and in slot #4, a Mouse Card with M0100 mouse attached...
and in Slot #2, the Alex Freed Mill Clone, good Job Alex...
and finally in slot #1, my CFFA 3000 with 8MB CF card...
I just started adding stuff and it got like this. Weird...
Bill Garber @ SEPA Electronics
http://www.sepa-electronics.com|
140|130|2012-10-15 23:47:46|Laurie Boshell|Re: Using the Freed 6809 card in various models of the Apple II|
Mate that's nothing.....
I can admit to this because the people who know me won't be reading this.
I built one of Mike Willegal's Apple II rev 0 motherboards
and it would not work.
I checked all voltages, went over the video circuit with a CRO, and thought the CPU was dead.
After he sent me many helpful emails on debugging, I checked the orientation of the 6502 chip, and I had it in back-to-front. Â How embarrassing...especially when I had to admit it to Mike.Â
Laurie.
|
141|130|2012-10-16 00:07:50|Willi Kusche|Re: Using the Freed 6809 card in various models of the Apple II|
Hi!
Removing "The CP/M Card" has cured the problems I was experiencing
with the Freed card in a platinum IIe.
Willi
|
142|130|2012-10-16 01:04:57|Bill Garber|Re: Using the Freed 6809 card in various models of the Apple II|
Hi!
Interesting... Did you happen to check if the Freed card
had any effect on the operation of the CP/M card? ;-)
Bill Garber @ SEPA Electronics
http://www.sepa-electronics.com|
143|130|2012-10-16 01:29:53|Willi Kusche|Re: Using the Freed 6809 card in various models of the Apple II|
Hi!
|
144|144|2012-10-17 00:56:12|wilserv_41|Adding a third 5.25 inch drive to my OS-9 test system|
Hi!
The platinum IIe that I'm now using as an OS-9 test system currently has nothing in slot 4. Wanting more disk storage capacity I decided that I should put a 5.25 inch drive controller card into slot 4 and connect two drives to the card, but only one to start with. I created a source file named "D2.A09" by modifying the source file named "D1R.A09", available in the group's 'Files' section. I then used "MAMOU", a Windows cross-assembler, to create the binary file "D2". Getting "D2" onto an Apple II OS-9 disk will be the first test of a program I just finished testing that takes an input file and uses it to create a 140K image file. Well, time to get off my duff and see if entering "DIR /D2" actually lists the directory of an OS-9 disk in slot 4, drive 1.
Willi
|
145|145|2012-10-18 02:30:52|snhirsch5|Verifying basic operation|
I just finished assembling my 6809 card and am trying to verify functionality. How do I do this?
What I've tried:
- Card in Slot 4
- Jumper installed on pins closest to 3.3V regulator (are these 1-2?)
- Boot OS9BASIC
I hear two quick beeps and see a message about OS9 V1, followed by a single beep and an inverse "64K". And, that's it. After a second or two the drive light goes out and there's no keyboard response.
This is a Platinum 2e. Next:
- Jumper on pins furthest from regulator.
- Boot DOS 3.3 and run DEMO1 from MILL.DSK.
It tells me "This is from the Mill..", but I see and hear nothing even though it mentions something about a low beep. There's some nonsense about running BASIC while the Mill does... something, but it doesn't make any sense to me.
What to try next?
|
146|145|2012-10-18 06:11:46|Willi Kusche|Re: Verifying basic operation|
Hi!
|
147|145|2012-10-18 12:59:17|rjustice@internode.on.net|Re: Verifying basic operation|
 Hi,
I assembled my own as well, and haven't had to much luck with it.
When you run the demo, in the middle of the screen there will appear a line of text and a counter that gets incremented. This is from code running on the 6809, and writing direct to the screen buffer. When it updates the counter it also creates a tick on the speaker every so often.
The basic program running on the 6502 then prints lines out scrolling when it gets to the bottom, and the counter from the 6809 should overwrite it. When the 6809 is running the demo program, the 6502 runs quite slow due to the 6809 hogging the bus.
The key here is that you need either a apple II plus, or i think maybe a non enhanced 11e. The 6809 reads the last two bytes from the rom and the demo expects it to be 40 FA.(6809 reads them the other way around compared to the 6502) Which as Alex noted, is not what a later iie has as its reset vector bytes.
The demo sometimes works on my ii+, and sometimes it doesn;t. I haven't managed to work out why yet I've also tried an enhanced iie with the os9, but no success there.
/Rob
|
148|145|2012-10-18 14:09:57|snhirsch5|Re: Verifying basic operation|
--- In
Apple6809@yahoogroups.com, rjustice@... wrote:
On an unenhanced 2e, the BASIC demo appears to be working. Does anyone else see an "@" appearing after the counter, or is that garbage on my system?
But, still no luck with OS-9. It double-beeps, shows an inverse "64K" and locks up.
One issue may be the sector ordering on the various images. I have things in the form "OS9" and OS9BASIC.DSK. Are these ProDOS order (PO)? Are they DOS order? The entire issue of A2 diskette images drives me nuts. Why was it necessary to have multiple standards?
|
149|145|2012-10-19 02:20:19|snhirsch5|Re: Verifying basic operation|
A pattern is emerging. The Mill Pascal disk works just fine in an unenhanced 2e, as does the Applesoft 'DEMO1' from the mill diskette.
But, no matter what I try OS-9 will not run. It gets as far as an inverse "64K" and hangs, usually with the drive motor still running. No keyboard response.
I'm starting to wonder if there isn't an issue with the CPLD since it's responsible for remap. Sort of stuck at this point.
|
150|145|2012-10-19 04:01:38|Bill Garber|Re: Verifying basic operation|
I haven't tried anything but OS-9..... see below.....
I find that every 3rd to 4th boot, I need to remake the
OS-9 boot disk, when trying it on my enhanced Apple //e.
Every brand new disk write boots perfectly.
I'm working it on my Apple II Plus now, and although there
is apprehension to use this complete IIplus, ever, but, I'll
continue until I get my work IIplus into a IIe case. (yes,
I use an adapter to run a IIe Keyboard with it, works good)
Also, I am finding that if I have a CFFA in, it must be in
a lower slot than the Mill card. The Liron doesn't work at
all, no matter what slot it is in. Ok, no SPVHD, no problem.
Maybe it's that, and the Unidisk 3.5" will work. Who knows?
I'm not sure if it is anything on the card,
but there is definitely something wrong. :-(
Bill Garber @ SEPA Electronics
http://www.sepa-electronics.com|
151|145|2012-10-19 19:02:06|Bill Garber|Re: Verifying basic operation|
It is working on my IIplus, but, I don't get the counter from
the 6809, just the scolling count from Applesoft. Not slowed
down. I have the 6809 card in slot #2, and no other cards,
except the Language card, and the Disk II card.
I wouldn't know. I'm apparently not getting the counter.
I get the low beep, so I know the 6809 is working.
Have you tried re-writing the disk? Yours might be scrapped.
Sector ordering doesn't matter if you're making the disks
using ADTPRO. It will even overwrite an IBM formatted disk.
Bill Garber @ SEPA Electronics
http://www.sepa-electronics.com|
152|145|2012-10-19 23:44:02|snhirsch5|Re: Verifying basic operation|
--- In
Apple6809@yahoogroups.com, "Bill Garber"
That's odd.
Several times, with several different images.
Good to know, but I don't use ADTPRO. I have all the A2 boxen on an Appletalk network with a Linux appliance as server.
I'm going to pull a ][+ out of the garage and see if that works any better.|
153|145|2012-10-20 00:13:14|Bill Garber|Re: Verifying basic operation|
Something that dawned on me after I wrote all that, do I need to
have the jumper on pins 2&3 for the Demo disk? And.. do you have
the jumper on 1&2 for the OS-9 disk?
Oh, sorry to hear that. ;-) Just joking, of course. :-)
What exactly do you use to make the disks? Quite interested.
Good Idea. Be sure to keep us informed.
Bill Garber @ SEPA Electronics
http://www.sepa-electronics.com|
154|145|2012-10-20 04:02:04|snhirsch5|Re: Verifying basic operation|
--- In
Apple6809@yahoogroups.com, "Bill Garber"
Yes to both.
I copy the image file from the netatalk server to the local disk on my primary 2e, then use 'diskmaker8' to write the diskette. Diskmaker lets you choose between DOS and ProDOS sector ordering. In a perfect world, folks would use *.DO or *.DSK for DOS ordering and *.PO for ProDOS. But unfortunately it's sometimes guesswork.
I don't have the energy to dig into storage tonight. If I get my firewood loaded in early enough tomorrow I'll tackle it then. Winter's a-coming.|
155|145|2012-10-20 05:33:30|Bill Garber|Re: Verifying basic operation|
I was afraid you were going to say that. Time to spread out
and make space for soldering. I need to put on a header.
Ah yes, Diskmaker8, I love that program. I use ADTPRO via
WI-FI through an Uthernet card on my IIgs ROM 03. It does
have its tiny problems though, like when the router gets
bogged down with traffic.
Again, I don't know why Sector Ordering should be an issue.
Physical sector ordering should be good enough, I would think.
Too bad it's not. I should go read up on ADTPRO some more.
Maybe ask David Schmidt some questions about that.
That it is, and I am glad. I hate the heat.
Bill Garber @ SEPA Electronics
http://www.sepa-electronics.com|
156|156|2012-10-20 08:43:10|wilserv_41|Good testing session|
Hi!
I had OS-9 running for about 8 hours today. A lot of those hours were with the IIe sitting at the 'OS9:' prompt while I was upstairs doing other things. I booted many, many times and had no problems booting except for a couple of times at the beginning of the testing session. Also, no disks were corrupted. Nevertheless, I used "ShrinkIt" frequently to create '.SDK' files, just in case.
I discovered that the '~' character is a no-no in a file name. Also, if you use a disk editor to change a file name and forget to set bit 7 of the last character of a file name, you'll have a disk that will send OS-9 into limbo if you enter a 'DIR' command for that disk. Finally, I kept forgetting to enter the file name in the second operand of the 'COPY' command.
Willi
|
157|156|2012-10-20 08:52:18|Bill Garber|Re: Good testing session|
Hi Willi,
I, too, have had no problems with it in a II+. Next, I will
try it in an unenhanced IIe. The //e enhanced is nothing but
trouble. Apparently, the 65C02 is not liked by the 6809. :-(
Most 8-bit command line OS's don't like special characters in
file names. Also, most command line systems require Input and
Output filenames, even if they are going to remain the same.
Bill Garber @ SEPA Electronics
http://www.sepa-electronics.com|
158|156|2012-10-20 09:08:56|Willi Kusche|Re: Good testing session|
Hi!
|
159|145|2012-10-20 21:45:14|alexfreed58|Re: Verifying basic operation|
--- In
Apple6809@yahoogroups.com, "Bill Garber"
Trying the BASIC demo with wrong memory mapping may explain the symptoms: low beep (6809 running) but no video (writing to the wrong address, not the text screen).
Also I don't think the z80 card can not co-exist with my card for any software reason. It's just that DMA on Apple is very sensitive. Extra load and capacitance on the bus may screw up the timing. The SoftCard is one of a few that also uses DMA, so the DMA pin is connected. That puts an extra load on the line and cause the DMA signal to be asserted a bit later. And it is already a little too late relative to the address bus driven by the 6809.|
160|145|2012-10-20 21:59:37|Willi Kusche|Re: Verifying basic operation|
Hi!
|
161|156|2012-10-21 03:19:21|Bill Garber|Re: Good testing session|
Hi Willi,
I had it going with the Platinum IIe as well, once
I took out all the cards except Disk II and 6809.
It worked with the CFFA in as well, if it was in a
slot below the 6809 card.
I am not well-versed in OS-9 command, so, try to bear
with me if I don't understand anything you just said.
Are you saying you can use hard disk with OS-9 ???
Bill Garber @ SEPA Electronics
http://www.sepa-electronics.com|
162|145|2012-10-21 03:21:50|Bill Garber|Re: Verifying basic operation|
Hi Willi,
I thought I saw something to that effect in the BASIC code.
I'll have a look to see if I have the right slot number in.
Thanks,
Bill Garber @ SEPA Electronics
http://www.sepa-electronics.com|
163|156|2012-10-21 04:07:15|Willi Kusche|Re: Good testing session|
Hi!
|
164|156|2012-10-21 05:57:39|Bill Garber|Re: Good testing session|
Hi Willi,
Understand. That's exactly the reason I am
not fond of Command-Line operating systems.
Is there available somewhere a comprehensive list
of OS-9 commands and their functions? Especially
ones for the Apple II 6809 Mill card? I have been
searching but to no avail. :-(
That's actually good news. I am having enough trouble
with OS-9 with just a single floppy disk. :-)
Bill Garber @ SEPA Electronics
http://www.sepa-electronics.com|
165|156|2012-10-21 06:38:01|Willi Kusche|Re: Good testing session|
Hi!
|
166|156|2012-10-21 07:10:57|Willi Kusche|Re: Good testing session|
Hi!
|
167|156|2012-10-21 10:52:30|Bill Garber|Re: Good testing session|
Hi Willi,
Oh wow, I thought I felt something tickling my
mousetache. ;-) I feel quite dumb right now.
Got it, thanks.
Yeah, I figured out the "DIR CMDS" command. I have
used several of the commands correctly, I just thought
a nice listing of how they all worked would be great.
There is program development info in there, as well.
Good stuff, thanks so much. :-)
Actually, WinZip did the job quite nicely. :-)
Bill Garber @ SEPA Electronics
http://www.sepa-electronics.com|
168|156|2012-10-21 10:53:54|Bill Garber|Re: Good testing session|
|
169|169|2012-10-21 15:17:38|snhirsch5|Out of luck|
It looks like my Freed 6809 card is not capable of running OS-9. I've tried it on three boxes: Platinum //e, unenhanced ][e and ][+ with the same lack of success. Tried three different CPUs (2 x 6809 and a 6309). Even tried randomly swapping out the TTL parts.
Behavior is the same in all cases. It gets as far as displaying in inverse "64K" and freezing - usually with the drive running.
I have tried three or four different diskette images as well. This is not a software problem from what I can see. All non-remapped functionality appears fine. Pascal works properly, the Mill demo works properly.
Alex indicates that at least one of the boards he fully populated similarly refused to work in OS-9 mode, but he does not know why. This is very disappointing, as it's the main reason I purchased and built the card. Alex did make the good suggestion that I code something in 6809 assembler and poke around to see what the card actually addresses in remapped mode. I'm also going to try reprogramming the CPLD chip if I can rig an adapter for my JTAG programmer.
|
170|156|2012-10-21 17:21:28|Stephen H. Fischer|Re: Good testing session|
Hi,
What is the free memory available when you start and the size of your empty
disks? Two disks right?
SHF
|
171|169|2012-10-21 18:32:44|Bill Garber|Re: Out of luck|
|
172|169|2012-10-21 18:49:56|snhirsch5|Re: Out of luck|
--- In
Apple6809@yahoogroups.com, "Bill Garber"
I'm just SOL. If Alex builds any more, I'll order one assembled and tested (even though I don't think my construction has anything to do with the problem).|
173|3|2012-10-21 23:12:05|Apple6809@yahoogroups.com|New file uploaded to Apple6809 |
Hello,
This email message is a notification to let you know that
a file has been uploaded to the Files area of the Apple6809
group.
File : /OS9/Boots/OS9B3.SDK
Uploaded by : wilserv_41 <
a2@... Description : Image of a bootable 3.5 inch disk that needs a normal OS-9 disk to complete the boot process
You can access this file at the URL:
http://groups.yahoo.com/group/Apple6809/files/OS9/Boots/OS9B3.SDK To learn more about file sharing for your group, please visit:
http://help.yahoo.com/l/us/yahoo/groups/original/members/web/index.html Regards,
wilserv_41 <
a2@...|
174|3|2012-10-21 23:14:37|Apple6809@yahoogroups.com|New file uploaded to Apple6809 |
Hello,
This email message is a notification to let you know that
a file has been uploaded to the Files area of the Apple6809
group.
File : /OS9/Boots/BOS9.SHK
Uploaded by : wilserv_41 <
a2@... Description : A ProDOS system file that needs a normal OS-9 disk to complete the boot process
You can access this file at the URL:
http://groups.yahoo.com/group/Apple6809/files/OS9/Boots/BOS9.SHK To learn more about file sharing for your group, please visit:
http://help.yahoo.com/l/us/yahoo/groups/original/members/web/index.html Regards,
wilserv_41 <
a2@...|
175|169|2012-10-21 23:50:58|Willi Kusche|Re: Out of luck|
Hi!
|
176|156|2012-10-22 03:32:19|Willi Kusche|Re: Good testing session|
Hi!
|
177|156|2012-10-22 04:46:57|Willi Kusche|Re: Good testing session|
Hi!
|
178|156|2012-10-22 04:58:37|Stephen H. Fischer|Re: Good testing session|
Hi,
If you can capture a before and after "The let's-corrupt-a-workdisk gremlin" occurs disk images I can send them to the CoCo dsk expert. He is not taking my hints about what he should be working on so sending him more "fun" would be OK.
I wonder if the disk could be write protected, I vaguely remember that OS-9 might boot that way.
My startup script had a file to remember the date, I do not think that yours does. Off hand I do not think of any reason to write files.
One of the reasons I stopped using real CoCos was hardware problems with hard disk sectors repeatedly being destroyed.
When my Floppy controller died taking the HD controller with it I just had no energy left to fight more hardware problems.
I suggest that you clean all connectors, reseat all IC's involved and so on. That's what I can to the conclusion years later that might be the problem.
The free number of sectors on a empty disk was the number I was looking for. Four drives, I was allowed only three, and if they were double sided, only two. 2880, 1440, 720, ...?
SHF
|
179|179|2012-10-22 05:27:07|wilserv_41|SPAM|
Hi!
It's beginning to look as if, if you don't go to plain text when you prepare a message that will wind up being posted here, there's about a 1 in 10 chance that it will be flagged as spam by Yahoo! It wouldn't be so bad if Yahoo! would notify me when that happens but they don't. I've never seen a message, flagged by Yahoo! as spam, that really was spam.
Willi
|
180|179|2012-10-22 05:52:03|Stephen H. Fischer|Re: SPAM|
Hi,
Fully Featured
Traditional
I had selected "Fully Featured", I changed it to "Traditional".
Yahoo may have selected "Fully Featured" all by itself.
OE replies in kind.
We will see if it make a diference.
SHF
|
181|156|2012-10-22 06:23:25|Stephen H. Fischer|Re: Good testing session|
Hi,
My VCC is broken, I cannot type anything when booting Level-I.
I will have to look at it when I have the time. Perhaps getting the CoCo 2
emulator running again would be a better idea. My memory is sometimes not
good for answers.
I think that there is another command that would help understand free memory
going up, but see line one. Do you have mmap and pmap? mdir / mdir e /
mdir -e / smap?
Try the "e" parameter on all of these, it has been so long since I fought
Level-I and was glad to put it into the rear view mirror.
SHF
|
182|156|2012-10-22 06:49:17|Willi Kusche|Re: Good testing session|
Hi!
|
183|169|2012-10-22 14:25:55|snhirsch5|Re: Out of luck|
--- In
Apple6809@yahoogroups.com, Willi Kusche
I have a CoCo 3 and FPGA CoCo (25Mhz. emulation), so no problem playing with OS-9. We have some good pictures of the daughter board, so it may be possible to fabricate one.
I'm also going to order a few more 6809s and CPLDs. My suspicion is that something is right on the hairy edge timing-wise and normal production variation may be the difference between working and not.
Biggest hurdle is figuring out how to program the CPLD. I have a Xilinx USB JTAG pod, but I need to do some research to figure out what's needed to blast the part.|
184|184|2012-10-23 02:57:02|snhirsch5|Success!!|
I changed out all three 74HCT245s for LS245s and the card started working again with the Mill demo. Then, I tried OS-9. It wouldn't boot and I noticed that it was destroying the boot diskette every time. On a hunch, I generated a fresh disk and stuck on a write-protect tab.
Bingo! Booted right up into OS-9 the first time. I have no idea why that's necessary... Now that I'm up and running can anyone tell me how to get it into 80-column mode? Or lowercase?
|
185|184|2012-10-23 05:06:39|Stephen H. Fischer|Re: Success!!|
Hi,
Great!
I just verified my memory, OS-9 Level-I will boot just fine on the CoCo2
emulator with the dsk write protected.
So keep that write protect on.
You can perhaps remove the write protected disk and put one of the bad ones
in not write protected for running. I swapped boot disks quite often.
then "CHX /D0/CMDS"
and "CHD /D0" will put you in good shape.
Branding? What are they doing?
SHF
|
186|184|2012-10-23 05:12:52|sfischer194087|Re: Success!!|
/Do should be /D0 in all places. Darn Keyboards.
|
187|156|2012-10-23 05:31:47|Stephen H. Fischer|Re: Good testing session|
Hi,
MFREE for me shows
ADDRESS PAGES
--------- -----
B00-ACFF 162
AF00-AFFF 1
Running the first OS-9 Level-I version on the CoCo2 emulator.
Four drives are possible for me. On the CoCo2 emulator I think I used 255
Tracks / 255 Sectors at one time before a HDD was added.
My real CoCo2 had two 80 track double sided drives with 2880 sectors free.
SHF
|
188|184|2012-10-23 06:06:10|Willi Kusche|Re: Success!!|
Hi!
|
189|184|2012-10-23 19:27:37|Bill Garber|Re: Success!!|
Although I probably will run in 40 column because it
does that thing with the overwriting of the 'S' with
the inverse single quote, could you please tell us
how to edit the files? Thank you. :-)
Bill Garber @ SEPA Electronics
http://www.sepa-electronics.com |
190|184|2012-10-23 20:31:12|snhirsch5|Re: Success!!|
--- In
Apple6809@yahoogroups.com, "Bill Garber"
You can switch the mode on the command line with:
TMODE TYPE=3 -UPC
There's no editor on the boot diskette I'm using.|
191|184|2012-10-23 20:33:06|Willi Kusche|Re: Success!!|
Hi
|
192|184|2012-10-23 21:41:01|alexfreed58|Re: Success!!|
Very happy to hear that. I felt a bit guilty, you know...
The 80 col mode is AFAIK intended to work with one particular 80 col card in a ][+. To correct the imperfection with a 2e somebody needs to edit the drive. I was hoping you would be a perfect candidate for this job :)
As for programming the CPLDs if you ever need to do it, it's easy.
Take a socket like the one mounted on the board. Connect the 4 JTAG pins to the flying wires from the Xilinx box. Now the tricky part: use some wire to connect all the grounds together and the VCCs. Apply 3.3V from a bench power supply if you have one. Or use a regulator chip.
The software is free from Xilinx.
Well, I guess not quite that easy...
I just bought a brand new USB connected box on ebay for about $50 that programs EEPROMS and all kinds of PALs, GALs and even microcontrollers. Maybe this is a good solution for your activities too.
|
193|184|2012-10-24 07:13:27|Bill Garber|Re: Success!!|
Alex,
Can you make the JEDEC file available? I can generate it
via ISE, but if I don't have to, it would be much easier.
I have a Xilinx 9536 CPLD development board, and software
to use with it, so, I should be able to program the CPLD
myself.
O/T: Do you have any spare "Not Your Father's Applicard"
boards left? If not, I can make one from the specs on
the web site. I can kick myself for selling mine, well,
I actually traded it along with a few other things for
an Oscilloscope, which I needed more at the time. :-|
Bill Garber @ SEPA Electronics
http://www.sepa-electronics.com|
194|184|2012-10-25 02:47:55|alexfreed58|Re: Success!!|
I put the file 6809_card.jed on
http://alexfreed.com/FPGApple/Mill6809/ However it may be a good idea to rebuild it disabling the IRQ output so that a trace won't need to be cut.
And no, I have no z80 cards to spare.
|
195|184|2012-10-25 05:30:05|Bill Garber|Re: Success!!|
My trace is already cut, but I appreciate
your making this all available to us. :-)
That's a shame because I really liked it.
Well, I guess I can make one from the data
made available on the site. Thanks, anyway.
Bill Garber @ SEPA Electronics
http://www.sepa-electronics.com|
196|156|2012-10-26 20:22:28|Stephen H. Fischer|Re: Good testing session|
Hi,
I will have to check, some of those might work on Level-I.
MDIR e might be good enough to discover why memory increased. Try it before
and after, perhaps "MDIR e
Shucks, you do not have TCMP.
Is "T1" a serial port? If yes then you can get 80 cols x 24+ lines easy.
I have a Windows 98 SE Virtual machine that with a fresh copy I can use the
CoCo2 emulator on.
But I have to close out two online project first.
SHF
|
197|184|2012-10-26 20:22:28|Stephen H. Fischer|Re: Success!!|
Hi,
At some point, if you wish, I can supply some of the SLED (Screen Line
EDitors) versions that I found on my OS-9 Level-I boot disks.
It has been so long that I have no idea what point in the development of
SLED they were and how safe (Not likely to lose your edit session, a problem
with the original author's version on the OS-9 Users Group disk #46).
The earliest version that I have the source saved is version 3. That sounds
like about the time I gave it to others (Local "CoCo Software Collector
(Thief)") so it must have been somewhat useful.
If requested, I can speed up this process.
I directed all my efforts toward SLED as soon as I got it, the Editors
supplied with OS-9 were so horrible to use.
I plan someday to make the source for the present version of SLED 6B
available and the archives of the previous versions.
SHF
|
198|3|2012-10-26 20:37:34|Apple6809@yahoogroups.com|New file uploaded to Apple6809 |
Hello,
This email message is a notification to let you know that
a file has been uploaded to the Files area of the Apple6809
group.
File : /OS9/Pascal/PASCAL.ASM
Uploaded by : wilserv_41 <
a2@... Description : From the NitrOS-9 source repository - really just a disassembly and a rather poor one, at that
You can access this file at the URL:
http://groups.yahoo.com/group/Apple6809/files/OS9/Pascal/PASCAL.ASM To learn more about file sharing for your group, please visit:
http://help.yahoo.com/l/us/yahoo/groups/original/members/web/index.html Regards,
wilserv_41 <
a2@...|
199|3|2012-10-26 20:44:34|Apple6809@yahoogroups.com|New file uploaded to Apple6809 |
Hello,
This email message is a notification to let you know that
a file has been uploaded to the Files area of the Apple6809
group.
File : /OS9/Pascal/PASCAL.A09
Uploaded by : wilserv_41 <
a2@... Description : Source file that I created with a disassembler and then massaged to make it closer to being a real source file
You can access this file at the URL:
http://groups.yahoo.com/group/Apple6809/files/OS9/Pascal/PASCAL.A09 To learn more about file sharing for your group, please visit:
http://help.yahoo.com/l/us/yahoo/groups/original/members/web/index.html Regards,
wilserv_41 <
a2@...|
200|3|2012-10-26 21:01:11|Apple6809@yahoogroups.com|New file uploaded to Apple6809 |
Hello,
This email message is a notification to let you know that
a file has been uploaded to the Files area of the Apple6809
group.
File : /OS9/Pascal/PASCAL.SDK
Uploaded by : wilserv_41 <
a2@... Description : Compressed image of an OS-9 disk containing Pascal modules - will NOT compile the sample file
You can access this file at the URL:
http://groups.yahoo.com/group/Apple6809/files/OS9/Pascal/PASCAL.SDK To learn more about file sharing for your group, please visit:
http://help.yahoo.com/l/us/yahoo/groups/original/members/web/index.html Regards,
wilserv_41 <
a2@...|
201|3|2012-10-26 21:35:13|Apple6809@yahoogroups.com|New file uploaded to Apple6809 |
Hello,
This email message is a notification to let you know that
a file has been uploaded to the Files area of the Apple6809
group.
File : /OS9/Pascal/PASCAL.SDK
Uploaded by : wilserv_41 <
a2@... Description : Compressed image of an OS-9 disk containing Pascal modules - will NOT compile the sample file
You can access this file at the URL:
http://groups.yahoo.com/group/Apple6809/files/OS9/Pascal/PASCAL.SDK To learn more about file sharing for your group, please visit:
http://help.yahoo.com/l/us/yahoo/groups/original/members/web/index.html Regards,
wilserv_41 <
a2@...|
202|3|2012-10-26 21:38:46|Apple6809@yahoogroups.com|New file uploaded to Apple6809 |
Hello,
This email message is a notification to let you know that
a file has been uploaded to the Files area of the Apple6809
group.
File : /OS9/Pascal/PASCAL.LST
Uploaded by : wilserv_41 <
a2@... Description : Listing of the contents of "PASCAL.SDK"
You can access this file at the URL:
http://groups.yahoo.com/group/Apple6809/files/OS9/Pascal/PASCAL.LST To learn more about file sharing for your group, please visit:
http://help.yahoo.com/l/us/yahoo/groups/original/members/web/index.html Regards,
wilserv_41 <
a2@...|
203|179|2012-10-27 06:28:27|wilserv_41|SPAM|
Hi!
Wow, it sure took me long enough to discover that I have the ability to turn off filtering. Which I have done. My apologies to Stephen for the delay in pulling his last two messages out of the SPAM bucket.
Willi
|
204|204|2012-10-31 06:38:42|wilserv_41|Restructuring the "OS9" folder in the 'Files' section|
Hi!
Yes, I did. Hopefully, the new structure makes files easier to find. Constructive criticism is welcome.
Willi
|
205|3|2012-10-31 10:40:56|Apple6809@yahoogroups.com|New file uploaded to Apple6809 |
Hello,
This email message is a notification to let you know that
a file has been uploaded to the Files area of the Apple6809
group.
File : /OS9/Tools/Windows/DIR9.ZIP
Uploaded by : wilserv_41 <
a2@... Description : Turbo Pascal source and executable for a program to list the contents of a Coco format OS-9 disk image
You can access this file at the URL:
http://groups.yahoo.com/group/Apple6809/files/OS9/Tools/Windows/DIR9.ZIP To learn more about file sharing for your group, please visit:
http://help.yahoo.com/l/us/yahoo/groups/original/members/web/index.html Regards,
wilserv_41 <
a2@...|
206|3|2012-11-02 19:32:49|Apple6809@yahoogroups.com|New file uploaded to Apple6809 |
Hello,
This email message is a notification to let you know that
a file has been uploaded to the Files area of the Apple6809
group.
File : /OS9/Programming/C/C2ASM.SDK
Uploaded by : wilserv_41 <
a2@... Description : Compressed image of an Apple format OS-9 disk containing "C" compiler modules
You can access this file at the URL:
http://groups.yahoo.com/group/Apple6809/files/OS9/Programming/C/C2ASM.SDK To learn more about file sharing for your group, please visit:
http://help.yahoo.com/l/us/yahoo/groups/original/members/web/index.html Regards,
wilserv_41 <
a2@...|
207|3|2012-11-02 19:48:25|Apple6809@yahoogroups.com|New file uploaded to Apple6809 |
Hello,
This email message is a notification to let you know that
a file has been uploaded to the Files area of the Apple6809
group.
File : /OS9/Programming/C/C2ASM.LST
Uploaded by : wilserv_41 <
a2@... Description : Listing of the contents of "C2ASM.SDK"
You can access this file at the URL:
http://groups.yahoo.com/group/Apple6809/files/OS9/Programming/C/C2ASM.LST To learn more about file sharing for your group, please visit:
http://help.yahoo.com/l/us/yahoo/groups/original/members/web/index.html Regards,
wilserv_41 <
a2@...|
208|3|2012-11-04 01:48:22|Apple6809@yahoogroups.com|New file uploaded to Apple6809 |
Hello,
This email message is a notification to let you know that
a file has been uploaded to the Files area of the Apple6809
group.
File : /OS9/Programming/Assembler/ASMUPDN.SDK
Uploaded by : wilserv_41 <
a2@... Description : Compressed image of a bootable OS-9 disk with an assembler and a test source file
You can access this file at the URL:
http://groups.yahoo.com/group/Apple6809/files/OS9/Programming/Assembler/ASMUPDN.SDK To learn more about file sharing for your group, please visit:
http://help.yahoo.com/l/us/yahoo/groups/original/members/web/index.html Regards,
wilserv_41 <
a2@...|
209|3|2012-11-04 02:19:22|Apple6809@yahoogroups.com|New file uploaded to Apple6809 |
Hello,
This email message is a notification to let you know that
a file has been uploaded to the Files area of the Apple6809
group.
File : /OS9/Programming/Assembler/ASMUPDN.LST
Uploaded by : wilserv_41 <
a2@... Description : Listing of the contents of "ASMUPDN.SDK"
You can access this file at the URL:
http://groups.yahoo.com/group/Apple6809/files/OS9/Programming/Assembler/ASMUPDN.LST To learn more about file sharing for your group, please visit:
http://help.yahoo.com/l/us/yahoo/groups/original/members/web/index.html Regards,
wilserv_41 <
a2@...|
210|3|2012-11-06 07:44:28|Apple6809@yahoogroups.com|New file uploaded to Apple6809 |
Hello,
This email message is a notification to let you know that
a file has been uploaded to the Files area of the Apple6809
group.
File : /OS9/Programming/Assembler/ASMALL.SDK
Uploaded by : wilserv_41 <
a2@... Description : "ASMUPDN.SDK" plus "EDIT", "DEBUG", "RBFDEFS" and "SCFDEFS" in the appropriate directries
You can access this file at the URL:
http://groups.yahoo.com/group/Apple6809/files/OS9/Programming/Assembler/ASMALL.SDK To learn more about file sharing for your group, please visit:
http://help.yahoo.com/l/us/yahoo/groups/original/members/web/index.html Regards,
wilserv_41 <
a2@...|
211|3|2012-11-06 08:42:42|Apple6809@yahoogroups.com|New file uploaded to Apple6809 |
Hello,
This email message is a notification to let you know that
a file has been uploaded to the Files area of the Apple6809
group.
File : /OS9/CMDS.TXT
Uploaded by : wilserv_41 <
a2@... Description : List of non-resident OS-9 commands
You can access this file at the URL:
http://groups.yahoo.com/group/Apple6809/files/OS9/CMDS.TXT To learn more about file sharing for your group, please visit:
http://help.yahoo.com/l/us/yahoo/groups/original/members/web/index.html Regards,
wilserv_41 <
a2@...|
212|3|2012-11-06 09:30:07|Stephen H. Fischer|Re: New file uploaded to Apple6809|
Hi,
Now I know what has been bothering me.
Where is "Shell"?
It must be in the bootfile.
In both the versions for the CoCo "Shell" is in CMDS.
I thought that your OS-9 Level-I version was later than the first CoCo
version.
Now I realize that two different teams were working at the same time.
SHF
|
213|3|2012-11-06 10:44:31|Willi Kusche|Re: New file uploaded to Apple6809|
Hi!
|
214|214|2012-11-06 13:55:01|wilserv_41|"DELDIR" module|
Hi!
While compiling the list of OS-9 commands I noticed that "DELDIR" and "DCHECK" were missing from the Apple II distribution. The source for "DCHECK" is pretty big so I decided to skip it, for now. I assembled "DELDIR.ASM" from the NitrOS-9 source repository, using the "MAMOU" cross-assembler. The assembly was clean so I moved the executable to my test system. "DELDIR" did remove the target directory but the option to first list the contents of the directory did NOT display the names of any of the three test files. Will investigate.
I'm now leaving the test system on 24/7 to avoid the problem of not being able to cold start OS-9. Usually, OS-9 will boot on the second try but one day it took five tries. So, now I leave the platinum IIe running all the time but I do shut off the monitor when I'm done testing.
Willi
|
215|3|2012-11-06 20:56:05|Apple6809@yahoogroups.com|New file uploaded to Apple6809 |
Hello,
This email message is a notification to let you know that
a file has been uploaded to the Files area of the Apple6809
group.
File : /OS9/Tools/Windows/P2I9.ZIP
Uploaded by : wilserv_41 <
a2@... Description : Program to take a file and use it to create an Apple II format OS-9 image that contains that file. Turbo Pascal source included.
You can access this file at the URL:
http://groups.yahoo.com/group/Apple6809/files/OS9/Tools/Windows/P2I9.ZIP To learn more about file sharing for your group, please visit:
http://help.yahoo.com/l/us/yahoo/groups/original/members/web/index.html Regards,
wilserv_41 <
a2@...|
216|3|2012-11-07 16:59:51|Apple6809@yahoogroups.com|New file uploaded to Apple6809 |
Hello,
This email message is a notification to let you know that
a file has been uploaded to the Files area of the Apple6809
group.
File : /OS9/Interns/DCHECK.SDK
Uploaded by : wilserv_41 <
a2@... Description : Compressed image of an OS-9 disk containing the executable module "DCHECK"
You can access this file at the URL:
http://groups.yahoo.com/group/Apple6809/files/OS9/Interns/DCHECK.SDK To learn more about file sharing for your group, please visit:
http://help.yahoo.com/l/us/yahoo/groups/original/members/web/index.html Regards,
wilserv_41 <
a2@...|
217|3|2012-11-07 17:51:44|Apple6809@yahoogroups.com|New file uploaded to Apple6809 |
Hello,
This email message is a notification to let you know that
a file has been uploaded to the Files area of the Apple6809
group.
File : /OS9/Interns/DELDIR.SDK
Uploaded by : wilserv_41 <
a2@... Description : Compressed image of an OS-9 disk containing the executable module "DELDIR"
You can access this file at the URL:
http://groups.yahoo.com/group/Apple6809/files/OS9/Interns/DELDIR.SDK To learn more about file sharing for your group, please visit:
http://help.yahoo.com/l/us/yahoo/groups/original/members/web/index.html Regards,
wilserv_41 <
a2@...|
218|3|2012-11-08 08:28:09|Apple6809@yahoogroups.com|New file uploaded to Apple6809 |
Hello,
This email message is a notification to let you know that
a file has been uploaded to the Files area of the Apple6809
group.
File : /OS9/Interns/IDENT.SDK
Uploaded by : wilserv_41 <
a2@... Description : Compressed image of an OS-9 disk containing the executable module "IDENT"
You can access this file at the URL:
http://groups.yahoo.com/group/Apple6809/files/OS9/Interns/IDENT.SDK To learn more about file sharing for your group, please visit:
http://help.yahoo.com/l/us/yahoo/groups/original/members/web/index.html Regards,
wilserv_41 <
a2@...|
219|219|2012-11-08 09:15:35|wilserv_41|"Document Not Found"|
Hi!
Then again, the message might be "Document Not Available". Whichever it is, what you need to do is go to the parent folder then back to the desired folder. Then you should be able to access the file you want.
Willi
|
220|3|2012-11-10 19:01:55|Apple6809@yahoogroups.com|New file uploaded to Apple6809 |
Hello,
This email message is a notification to let you know that
a file has been uploaded to the Files area of the Apple6809
group.
File : /OS9/Clocks/NOCLK.A09
Uploaded by : wilserv_41 <
a2@... Description : Source file that, when assembled, matches the "NOCLK" module in the "CMDS" directory of the distribution diskette
You can access this file at the URL:
http://groups.yahoo.com/group/Apple6809/files/OS9/Clocks/NOCLK.A09 To learn more about file sharing for your group, please visit:
http://help.yahoo.com/l/us/yahoo/groups/original/members/web/index.html Regards,
wilserv_41 <
a2@...|
221|3|2012-11-10 19:05:27|Apple6809@yahoogroups.com|New file uploaded to Apple6809 |
Hello,
This email message is a notification to let you know that
a file has been uploaded to the Files area of the Apple6809
group.
File : /OS9/Clocks/CPSCLK7.A09
Uploaded by : wilserv_41 <
a2@... Description : Source file that, when assembled, matches the "CPSCLK7" module in the "CMDS" directory of the distribution diskette
You can access this file at the URL:
http://groups.yahoo.com/group/Apple6809/files/OS9/Clocks/CPSCLK7.A09 To learn more about file sharing for your group, please visit:
http://help.yahoo.com/l/us/yahoo/groups/original/members/web/index.html Regards,
wilserv_41 <
a2@...|
222|3|2012-11-10 19:07:08|Apple6809@yahoogroups.com|New file uploaded to Apple6809 |
Hello,
This email message is a notification to let you know that
a file has been uploaded to the Files area of the Apple6809
group.
File : /OS9/Clocks/WESCLK5.A09
Uploaded by : wilserv_41 <
a2@... Description : Source file that, when assembled, matches the "WESCLK5" module in the "CMDS" directory of the distribution diskette
You can access this file at the URL:
http://groups.yahoo.com/group/Apple6809/files/OS9/Clocks/WESCLK5.A09 To learn more about file sharing for your group, please visit:
http://help.yahoo.com/l/us/yahoo/groups/original/members/web/index.html Regards,
wilserv_41 <
a2@...|
223|3|2012-11-10 19:33:51|Apple6809@yahoogroups.com|New file uploaded to Apple6809 |
Hello,
This email message is a notification to let you know that
a file has been uploaded to the Files area of the Apple6809
group.
File : /OS9/Clocks/aGUIDE.TXT
Uploaded by : wilserv_41 <
a2@... Description : A guide to what's in this folder
You can access this file at the URL:
http://groups.yahoo.com/group/Apple6809/files/OS9/Clocks/aGUIDE.TXT To learn more about file sharing for your group, please visit:
http://help.yahoo.com/l/us/yahoo/groups/original/members/web/index.html Regards,
wilserv_41 <
a2@...|
224|3|2012-11-11 07:10:09|Apple6809@yahoogroups.com|New file uploaded to Apple6809 |
Hello,
This email message is a notification to let you know that
a file has been uploaded to the Files area of the Apple6809
group.
File : /OS9/EditCmds.TXT
Uploaded by : wilserv_41 <
a2@... Description : Summary of commands for the line editor
You can access this file at the URL:
http://groups.yahoo.com/group/Apple6809/files/OS9/EditCmds.TXT To learn more about file sharing for your group, please visit:
http://help.yahoo.com/l/us/yahoo/groups/original/members/web/index.html Regards,
wilserv_41 <
a2@...|
225|3|2012-11-13 22:11:50|Apple6809@yahoogroups.com|New file uploaded to Apple6809 |
Hello,
This email message is a notification to let you know that
a file has been uploaded to the Files area of the Apple6809
group.
File : /OS9/Programming/Assembler/BDEV4D.SDK
Uploaded by : wilserv_41 <
a2@... Description : Compressed image of a bootable OS-9 disk with BASIC09 files removed to make room for everything you need to create, assemble and debug assembly language source files
You can access this file at the URL:
http://groups.yahoo.com/group/Apple6809/files/OS9/Programming/Assembler/BDEV4D.SDK To learn more about file sharing for your group, please visit:
http://help.yahoo.com/l/us/yahoo/groups/original/members/web/index.html Regards,
wilserv_41 <
a2@...|
226|3|2012-11-13 22:21:18|Apple6809@yahoogroups.com|New file uploaded to Apple6809 |
Hello,
This email message is a notification to let you know that
a file has been uploaded to the Files area of the Apple6809
group.
File : /OS9/Programming/Assembler/BDEVD4.LST
Uploaded by : wilserv_41 <
a2@... Description : Listing of the contents of "BDEV4D.SDK"
You can access this file at the URL:
http://groups.yahoo.com/group/Apple6809/files/OS9/Programming/Assembler/BDEVD4.LST To learn more about file sharing for your group, please visit:
http://help.yahoo.com/l/us/yahoo/groups/original/members/web/index.html Regards,
wilserv_41 <
a2@...|
227|3|2012-11-13 22:24:10|Apple6809@yahoogroups.com|New file uploaded to Apple6809 |
Hello,
This email message is a notification to let you know that
a file has been uploaded to the Files area of the Apple6809
group.
File : /OS9/Programming/Assembler/BDEV4D.LST
Uploaded by : wilserv_41 <
a2@... Description : Listing of the contents of "BDEV4D.SDK"
You can access this file at the URL:
http://groups.yahoo.com/group/Apple6809/files/OS9/Programming/Assembler/BDEV4D.LST To learn more about file sharing for your group, please visit:
http://help.yahoo.com/l/us/yahoo/groups/original/members/web/index.html Regards,
wilserv_41 <
a2@...|
228|228|2012-11-13 23:42:33|Willi Kusche|Today's testing session|
Hi!
I've been able to assemble many source files, using a
cross-assembler. Today I finally created a source file that the
native assembler converted to an executable file that actually ran
correctly. Yes, it was just a program that displays "Hello, world!".
But the problem of corruption of the boot disk was back today. I
think I had to use ShrinkIt twice to rebuild the boot disk. Once
because Copy2Plus showed that every sector of track 11 was bad. A
second time because, although Copy2Plus found no errors, the boot disk
would not successfully process the "STARTUP" file.
Willi
|
229|228|2012-11-13 23:56:47|Bills Mail|Re: Today's testing session|
Hey Willi,
We need to figure out what is happening to the boot disk. What is factoring
in there? Is it the Disk II or the Freed card? Does it occur in all models
of
Apple II, or just the enhanced //e? Is it possibly caused by borderline
speed,
or alignment of the actual drive? I haven't had time to experiment lately,
so,
I can't say when it happens, or what is causing it. Could there be something
on the actual disk that is erasing or writing a bit here or there?
Puzzling.
Bill Garber
http://www.sepa-electronics.com/|
230|228|2012-11-14 00:13:41|Willi Kusche|Re: Today's testing session|
Hi!
|
231|228|2012-11-14 09:20:39|Bills Mail|Re: Today's testing session|
Hi Willi,
Ok, so we have an intermittent problem, caused by unknown conditions.
I'll try to continuously boot up the disk sometime this weekend and see
if I an get it to roll over and play dead at the same point repeatedly. I'll do
that with just the Disk II and the Freed card in place first, then add some
other things like the CFFA to see what it does. Hopefully I can figure out
why it is doing what it's doing.
If you are writing to this disk, then my testing might be for naught. ;-)
Bill Garber
http://www.sepa-electronics.com/|
232|3|2012-11-15 06:43:59|Apple6809@yahoogroups.com|New file uploaded to Apple6809 |
Hello,
This email message is a notification to let you know that
a file has been uploaded to the Files area of the Apple6809
group.
File : /OS9/Programming/Assembler/MODASM.SDK
Uploaded by : wilserv_41 <
a2@... Description : Same as "BDEV4D.SDK" except that the assembler has been modified to accept source files with comment lines that start with ";"
You can access this file at the URL:
http://groups.yahoo.com/group/Apple6809/files/OS9/Programming/Assembler/MODASM.SDK To learn more about file sharing for your group, please visit:
http://help.yahoo.com/l/us/yahoo/groups/original/members/web/index.html Regards,
wilserv_41 <
a2@...|
233|3|2012-11-17 17:41:14|Apple6809@yahoogroups.com|New file uploaded to Apple6809 |
Hello,
This email message is a notification to let you know that
a file has been uploaded to the Files area of the Apple6809
group.
File : /OS9/Programming/DEBUGcmd.TXT
Uploaded by : wilserv_41 <
a2@... Description : Cheat sheet for the DEBUG command - assumes you did RTFM
You can access this file at the URL:
http://groups.yahoo.com/group/Apple6809/files/OS9/Programming/DEBUGcmd.TXT To learn more about file sharing for your group, please visit:
http://help.yahoo.com/l/us/yahoo/groups/original/members/web/index.html Regards,
wilserv_41 <
a2@...|
234|234|2012-11-22 08:25:06|wilserv_41|Disk corruption|
Hi!
I've been able to identify two kinds of corruption of Apple ][ OS-9 disks. One kind is where the basic Apple ][ disk format is intact but the data in a sector has been changed. The other is where an entire track is no longer in Apple ][ format. The latter problem can be found by using the disk verify function available in Copy II Plus. The former problem isn't as easy to diagnose. Either way, I just recreate the disk from a backup made with ShrinkIt.
Willi
|
235|235|2012-11-22 08:38:54|wilserv_41|Sneaky line editor problem|
Hi!
I was having problems with the line editor ("EDIT") that I couldn't figure out. Finally realized that my problems were all due to the fact I was trying to edit a file containing mixed case text, created with Windows Notepad, without first issuing a "TMODE .1 -UPC" command.
Willi
|
236|236|2012-11-23 18:08:10|wilserv_41|"E" command in "DEBUG" not working for me|
Hi!
I get "module not found" when I enter "E DSPSEP". A "DIR" command shows that "DSPSEP" exists in the "CMDS" subdirectory. Entering "E /D0/CMDS/DSPSEP" gives the same result. VERY demoralizing!
Willi
|
237|236|2012-11-23 18:55:34|Bills Mail|Re: "E" command in "DEBUG" not working for me|
First, admitting that I'm talking out of my arse, as I know
nothing of OS9, I will offer this suggestion.
Perhaps the file type is incorrect. Or, this is a command
that only runs from within another program.
Bill Garber
http://www.sepa-electronics.com/|
238|236|2012-11-23 19:21:14|Willi Kusche|Re: "E" command in "DEBUG" not working for me|
Hi!
|
239|236|2012-11-23 19:37:59|Bills Mail|Re: "E" command in "DEBUG" not working for me|
I think you might be. I keep complaining about having sold my
Freed "Not your Father's Applicard", but I probably wouldn't be
using it anyway, same as the Freed Mill Card. Not using it.
Bill Garber
http://www.sepa-electronics.com/|
240|236|2012-11-24 01:02:58|Willi Kusche|Re: "E" command in "DEBUG" not working for me|
Hi!
|
241|236|2012-11-24 01:16:20|Bills Mail|Re: "E" command in "DEBUG" not working for me|
|
242|236|2012-11-24 01:47:27|Willi Kusche|Re: "E" command in "DEBUG" not working for me|
Hi!
|
243|236|2012-11-24 01:58:44|Bills Mail|Re: "E" command in "DEBUG" not working for me|
|
244|244|2012-12-11 10:54:53|wilserv_41|Group's database feature activated|
Hi!
I just activated the group's database feature and created an Inventory Table. If you own a 6809 card, please take a moment to add your information to the table.
Willi
|
245|3|2012-12-11 15:12:29|Apple6809@yahoogroups.com|New file uploaded to Apple6809 |
Hello,
This email message is a notification to let you know that
a file has been uploaded to the Files area of the Apple6809
group.
File : /OS9/KEYPR.A09
Uploaded by : wilserv_41 <
a2@... Description : Assembly language source file for a program that displays the value of a keypress
You can access this file at the URL:
http://groups.yahoo.com/group/Apple6809/files/OS9/KEYPR.A09 To learn more about file sharing for your group, please visit:
http://help.yahoo.com/l/us/yahoo/groups/original/members/web/index.html Regards,
wilserv_41 <
a2@...|
246|3|2012-12-17 06:56:11|Apple6809@yahoogroups.com|New file uploaded to Apple6809 |
Hello,
This email message is a notification to let you know that
a file has been uploaded to the Files area of the Apple6809
group.
File : /OS9/DCL.A09
Uploaded by : wilserv_41 <
a2@... Description : Assembly language source file for a program that displays what the "X" register points to when a program starts
You can access this file at the URL:
http://groups.yahoo.com/group/Apple6809/files/OS9/DCL.A09 To learn more about file sharing for your group, please visit:
http://help.yahoo.com/l/us/yahoo/groups/original/members/web/index.html Regards,
wilserv_41 <
a2@...|
247|247|2012-12-17 08:45:33|wilserv_41|Adding Super Serial card causes boot disk corruption|
Hi!
I replaced the clock card in slot 2 of the test system in the basement with an Apple Super Serial card so that I could create test disks with ADT. The Super Serial card is connected by a cable to an old Dell P133 system running Windows '98. I assembled "DCL.A09", a file I just uploaded to the group's 'Files' section, converted the output executable into a disk image using "F2I9" and created a real disk with ADT. Then I booted OS-9 to see if "DCL" would work. That is, I tried. After seeing my boot disk corrupted on every boot attempt, about eight tries, I stopped to try to figure out what was going on. Well, apparently it was the Super Serial card, in slot 2. The Freed card is in slot 1. Pulled the serial card, put back the clock card, rewrote the boot disk and was able to boot. And, found that "DCL" worked.
Willi
|
248|248|2012-12-18 05:54:33|wilserv_41|New line for my "STARTUP" file|
Hi!
I've added a new line to my "STARTUP" file. It is:
TMODE .0 EOF=1A
This allows the escape key to get through to a user program. I need this because I'm attempting to convert a 6502 ProDOS program that I use a lot to 6809. Too used to using the escape key to learn using some other key.
By the way, if you specify "eof=1a" you will see "SYNTAX ERROR". Apparently, the letters A to F, when used to specify hexadecimal values, must be in upper case.
Willi
|
249|3|2012-12-19 02:11:53|Apple6809@yahoogroups.com|New file uploaded to Apple6809 |
Hello,
This email message is a notification to let you know that
a file has been uploaded to the Files area of the Apple6809
group.
File : /OS9/Boots/OBS1.S
Uploaded by : wilserv_41 <
a2@... Description : Updated generated source for OS/9 boot - stage one
You can access this file at the URL:
http://groups.yahoo.com/group/Apple6809/files/OS9/Boots/OBS1.S To learn more about file sharing for your group, please visit:
http://help.yahoo.com/l/us/yahoo/groups/original/members/web/index.html Regards,
wilserv_41 <
a2@...|
250|250|2012-12-19 02:43:27|wilserv_41|Discoveries resulting from playing with "KEYPR"|
Hi!
I wrote "KEYPR" after discovering that pressing the escape key wasn't getting through to a program I was working on. Playing with "KEYPR" revealed that some keys, pressed at the same time as the control key, weren't generating expected values. It turns out that, to make up for the lack of the "{", "}", "|", "\", "[" and "]" keys on the ][ and ][ Plus, there is logic in the 6502 side of OS-9 for the Apple ][ to generate these ASCII characters from other keys. This translation is not needed for models of the Apple ][ after the Plus. And, IMHO, unwanted.
I was able to kill the translation by using "DEBUG". An attempt to do this with a very simple program was a failure. Even more puzzling was how "DEBUG" hung up when I tried to find out why this very simple program wouldn't work. Stay tuned for further developments...
Willi
|
251|251|2013-01-14 21:09:30|dcvdm|6809 Kitt started in school(1982)|
Hello all, i am from Belgium.
I can not trow away my 6809 kitt i start making for the first time years ago in school. Every 2 year i get out of the box and contignue adding hw( RTC chip, new LCD display) and code in assembler. As this is difficult to restart every time i am wondering if there exist win7 programs i could use instead of those old on my dos pc?
For example an assembler compatible with my current code in meta16 assembler, an win7 rs232 terminal interface and maybe a pascal compiler that could run on my win7 desktop.
Many thanks in advance for any help with keeping my 6809 kitt alive.
Dirk De Coppel
|
252|3|2013-01-20 21:12:41|Apple6809@yahoogroups.com|New file uploaded to Apple6809 |
Hello,
This email message is a notification to let you know that
a file has been uploaded to the Files area of the Apple6809
group.
File : /D9.SHK
Uploaded by : wilserv_41 <
a2@... Description : Source and executable for a ProDOS disassembler that reads a 6809 executable file and generates a source file
You can access this file at the URL:
http://groups.yahoo.com/group/Apple6809/files/D9.SHK To learn more about file sharing for your group, please visit:
http://help.yahoo.com/l/us/yahoo/groups/original/members/web/index.html Regards,
wilserv_41 <
a2@...|
254|254|2013-01-28 22:39:39|wilserv_41|File just uploaded was the wrong one..|
Hi!
...so it was deleted.
Willi
|
255|3|2013-01-28 22:48:26|Apple6809@yahoogroups.com|New file uploaded to Apple6809 |
Hello,
This email message is a notification to let you know that
a file has been uploaded to the Files area of the Apple6809
group.
File : /FLEX/FLEXFILE.SDK
Uploaded by : wilserv_41 <
a2@... Description : Compressed image of a ProDOS format 5.25 inch disk containing files extracted from "FLEX-9.SDK" - PLEASE do NOT repost elsewhere
You can access this file at the URL:
http://groups.yahoo.com/group/Apple6809/files/FLEX/FLEXFILE.SDK To learn more about file sharing for your group, please visit:
http://help.yahoo.com/l/us/yahoo/groups/original/members/web/index.html Regards,
wilserv_41 <
a2@...|
256|256|2015-09-13 23:22:08|w4pk1|Excell 9 card|
Hello everyone, glad to see this message group is alive and well,
Question regarding the excell 9 card, will it boot OS 9? I was always under the impression it was a clone of the Stellation Mill.
Ted.
|
257|256|2015-09-14 00:20:45|Bill Garber|Re: Excell 9 card|
|
258|256|2015-09-14 00:22:39|Willi Kusche|Re: Excell 9 card|
Hi!
|
259|256|2015-09-14 01:46:12|w4pk1|Re: Excell 9 card|
That was me that bought it. ;O)
I will post clear pictures of it once I get it.
|
260|256|2015-09-14 02:33:03|Willi Kusche|Re: Excell 9 card|
Hi!
|
261|256|2015-09-14 03:29:38|w4pk1|Re: Excell 9 card|
Oh, sorry,
would be happy to provide any info on it, or lend it to you for documentation purposes.
attached is something I found in the depths of the internet, if you think it belongs here.
|
262|256|2015-09-14 03:31:53|Willi Kusche|Re: Excell 9 card|
Hi!
|
263|256|2015-09-14 03:37:01|w4pk1|Re: Excell 9 card|
absolutely
|
264|256|2015-09-14 09:00:18|weirdocollector .|Re: Excell 9 card|
Congratulations!!
You beat me on 260€ :)
I understimeted the card's rarity and value.
Let us know how it works.
Cheers.
Fabio.
|
265|256|2015-09-14 10:32:01|Willi Kusche|Re: Excell 9 card|
|
266|3|2015-09-16 03:00:12|Apple6809@yahoogroups.com|New file uploaded to Apple6809|
Hello,
This email message is a notification to let you know that
a file has been uploaded to the Files area of the Apple6809
group.
File : /FLEX/BOOT1.LST
Uploaded by : wilserv_41 <
a2@... Description : Listing generated by assembling the source for the first sector of the boot disk for the EXCEL-9 card
You can access this file at the URL:
https://groups.yahoo.com/neo/groups/Apple6809/files/FLEX/BOOT1.LST To learn more about file sharing for your group, please visit:
https://help.yahoo.com/kb/index?page=content&y=PROD_GRPS&locale=en_US&id=SLN15398 Regards,
wilserv_41 <
a2@...|
267|3|2015-09-16 03:04:23|Apple6809@yahoogroups.com|New file uploaded to Apple6809|
Hello,
This email message is a notification to let you know that
a file has been uploaded to the Files area of the Apple6809
group.
File : /FLEX/BOOT2.LST
Uploaded by : wilserv_41 <
a2@... Description : Listing generated by assembling the source for the sectors loaded by first sector of the boot disk for the EXCEL-9 card
You can access this file at the URL:
https://groups.yahoo.com/neo/groups/Apple6809/files/FLEX/BOOT2.LST To learn more about file sharing for your group, please visit:
https://help.yahoo.com/kb/index?page=content&y=PROD_GRPS&locale=en_US&id=SLN15398 Regards,
wilserv_41 <
a2@...|
268|3|2015-09-17 09:02:58|Apple6809@yahoogroups.com|New file uploaded to Apple6809|
Hello,
This email message is a notification to let you know that
a file has been uploaded to the Files area of the Apple6809
group.
File : /FLEX/BOOT.LST
Uploaded by : wilserv_41 <
a2@... Description : Listing generated by assembling the source file created by reverse-engineering the boot sectors of the disk needed to boot the EXCEL-9 card
You can access this file at the URL:
https://groups.yahoo.com/neo/groups/Apple6809/files/FLEX/BOOT.LST To learn more about file sharing for your group, please visit:
https://help.yahoo.com/kb/index?page=content&y=PROD_GRPS&locale=en_US&id=SLN15398 Regards,
wilserv_41 <
a2@...|
269|3|2015-09-18 09:42:28|Apple6809@yahoogroups.com|New file uploaded to Apple6809|
Hello,
This email message is a notification to let you know that
a file has been uploaded to the Files area of the Apple6809
group.
File : /FLEX/EXCEL9.JPG
Uploaded by : wilserv_41 <
a2@... Description : Image grabbed off the description of the EXCEL-9 card sold on eBay
You can access this file at the URL:
https://groups.yahoo.com/neo/groups/Apple6809/files/FLEX/EXCEL9.JPG To learn more about file sharing for your group, please visit:
https://help.yahoo.com/kb/index?page=content&y=PROD_GRPS&locale=en_US&id=SLN15398 Regards,
wilserv_41 <
a2@...|
270|256|2015-09-19 13:09:12|Willi Kusche|Re: Excell 9 card|
Hi!
I am in great anticipation of getting a look at the content of the
two ROMs on the EXCEL-9 card. I used AppleWin to single step through
the boot code and bypassed the check for the presence of the card.
Aftthe check the code does a jump to location $E000. According to the
writing on the ROMs that can be seen in the image on eBay, that's
where the code in the ROMs lives.
Willi
|
271|256|2015-09-25 01:11:34|w4pk1|Re: Excell 9 card|
Hi,
I now have the card, but have never saved a rom image to file , I have an AP-64e burner
if I load the rom image to say $4000 how do I save it to file?
I presume , but I am nor sure of what length to specify, they are 2732 roms
BSAVE filename,Aaddr,Llen
|
272|256|2015-09-25 01:18:09|Bill Garber|Re: Excell 9 card|
A 2732 is a 4K eprom, so it would be:
BSAVE filename, A$4000, L4096 ,or,
L$1000 in hexidecimal.
Please email it to me, I'd like to see it.
Bill Garber *
http://www.sepa-electronics.com *
|
273|256|2015-09-25 01:25:47|Willi Kusche|Re: Excell 9 card|
Hi!
|
274|256|2015-09-25 01:31:25|w4pk1|Re: Excell 9 card|
Hi I got the card in good condition and was about to copy the roms, except I just realized I have never done that. I mean never copied to file, I have an an AP-64e eprom writer.
The roms are 2732 so if read the rom into say $4000 can somene give me the syntax to save to a bin file?
it would be
BSAVE filename,Addr,Llen I just don't know what length to specify.
|
275|256|2015-09-25 01:39:52|Willi Kusche|Re: Excell 9 card|
Hi!
|
276|256|2015-09-25 04:15:06|w4pk1|Re: Excell 9 card|
|
277|277|2015-09-25 06:47:40|Bill Garber|Re: Excell 9 card [1 Attachment]|
Thanks. Change the attribute from $4000 to $E000
for the first ROM, and from $4000 to $F000 for the
2nd one. That way all of the jumps go to the right
places.
I was looking around my hard drive and found an
SDK image that contained a 140K DSK image for
the Excel-9 card, but I lost it again. LOL I am in
the process of trying to find it again.
Bill Garber *
http://www.sepa-electronics.com *
|
278|256|2015-09-25 07:04:10|Bill Garber|Re: Excell 9 card|
|
279|277|2015-09-25 08:10:49|Willi Kusche|Re: Excell 9 card|
Hi!
|
280|256|2015-09-25 10:31:24|Bill Garber|Re: Excell 9 card|
|
281|256|2015-09-25 12:36:49|w4pk1|Re: Excell 9 card|
it does take over the system, I tried posting some pictures but I think they were too big. Will upload smaller
resolution pictures. I got it to boot the flex disk. But yes it takes over the computer and boots into a "monitor" and asks for a command, typing L (for load?) and return boots the floppy, but have not figured out if there is a command to exit the monitor.
|
282|256|2015-09-25 17:51:01|Willi Kusche|Re: Excell 9 card|
Hi!
|
283|256|2015-09-25 18:41:42|Jack Rubin|Re: Excell 9 card|
I know the feeling - it sucks not to be able to get to your tools! I wonder if DOS-Box would work for something like that? Luckily I still have desktop I can use but when I'm traveling with my Chromebook, I feel kind of helpless!
Jack
|
284|256|2015-09-25 18:57:49|Willi Kusche|Re: Excell 9 card|
Hi!
|
285|256|2015-09-25 19:01:06|w4pk1|Re: Excell 9 card|
|
286|3|2015-09-27 04:54:25|Apple6809@yahoogroups.com|New file uploaded to Apple6809|
Hello,
This email message is a notification to let you know that
a file has been uploaded to the Files area of the Apple6809
group.
File : /FLEX/DSC_8707.jpg
Uploaded by : w4pk1 <
globalstrategy@... Description : Excel-9 back
You can access this file at the URL:
https://groups.yahoo.com/neo/groups/Apple6809/files/FLEX/DSC_8707.jpg To learn more about file sharing for your group, please visit:
https://help.yahoo.com/kb/index?page=content&y=PROD_GRPS&locale=en_US&id=SLN15398 Regards,
w4pk1 <
globalstrategy@...|
287|256|2015-09-27 06:38:19|Willi Kusche|Re: Excell 9 card|
Hi!
|
288|3|2015-09-27 06:43:55|Apple6809@yahoogroups.com|New file uploaded to Apple6809|
Hello,
This email message is a notification to let you know that
a file has been uploaded to the Files area of the Apple6809
group.
File : /FLEX/flex2um.pdf
Uploaded by : wilserv_41 <
a2@... Description : FLEX9 User Manual for those lucky enough to have an EXCEL-9 card to play with
You can access this file at the URL:
https://groups.yahoo.com/neo/groups/Apple6809/files/FLEX/flex2um.pdf To learn more about file sharing for your group, please visit:
https://help.yahoo.com/kb/index?page=content&y=PROD_GRPS&locale=en_US&id=SLN15398 Regards,
wilserv_41 <
a2@...|
289|3|2015-09-27 07:15:56|Apple6809@yahoogroups.com|New file uploaded to Apple6809|
Hello,
This email message is a notification to let you know that
a file has been uploaded to the Files area of the Apple6809
group.
File : /FLEX/Emulation/Windows/Flexemu-2.10.tgz
Uploaded by : wilserv_41 <
a2@... Description : An EXCELLENT Flex emulator - use this to play with Flex if you don't have an EXCEL-9 card
You can access this file at the URL:
https://groups.yahoo.com/neo/groups/Apple6809/files/FLEX/Emulation/Windows/Flexemu-2.10.tgz To learn more about file sharing for your group, please visit:
https://help.yahoo.com/kb/index?page=content&y=PROD_GRPS&locale=en_US&id=SLN15398 Regards,
wilserv_41 <
a2@...|
290|290|2015-09-27 10:20:19|wilserv_41|FLEXible goal|
Hi, y'all!
Now that I have my tools back I think I can mention what I hope to accomplish. First, reverse engineer the code in the 8196 bytes of ROM. And, the code in the "APFLEX.SYS" file. Then, get Flex running on the Stellation Mill/Freed 6809 card. Finally, using hard drives or the flash media equivalent. Impossible? Could be, especially with my tendency to jump from project to project.
Willi
P.S. If at all possible, please switch to plain text when originating or responding to messages.
|
291|290|2015-09-27 10:51:52|Bill Garber|Re: FLEXible goal|
Hey Willi,
I had thought about burning the roms and putting them onto my
Apple II+ ROM Board, then I would install my Freed 6809
card and see if it would run like that. Failing that, burn them
onto 2732 Eproms and put them on a ROM card, and try that.
However, I also have that 'Restless Project' syndrome.
I'm in the process of thinning out my junk, I mean, stuff right now.
Some people may find what I am doing to be inappropriate, but,
1-800-GOTJUNK takes everything and anything, so any computer
things that I don't want, they are taking. They've already taken my
TI-99 stuff, except for the boxes of computers, unless they are empty.
I am planning to let them take the Commodores and peripherals, being
I haven't used them since I got them. I'll make further decisions on
some of the hold-overs before they come back for another load.
I have many loads of old hard drives, and CD/DVD drives, and
ZIP drives, and they might all go, too.
I'm keeping the Atari, both computers and games.
Bill Garber *
http://www.sepa-electronics.com *
|
292|290|2015-09-27 13:17:53|Willi Kusche|Re: FLEXible goal|
Hi!
|
293|293|2015-09-28 03:44:29|wilserv_41|Reverse engineering the ROMs|
Hi!
I now have semi-usable source for the ROMs. The ROMs have a 6809 monitor with a dis-assembler among the goodies. But, it's looking as if they do NOT have what it takes to run Flex. I hope I'm wrong about that. Stay tuned...
Willi
|
294|293|2015-09-28 08:24:14|Robert Justice|Re: Reverse engineering the ROMs|
|
295|293|2015-09-28 10:32:20|Willi Kusche|Re: Reverse engineering the ROMs|
Hi!
|
296|293|2015-09-28 21:00:56|w4pk1|Re: Reverse engineering the ROMs|
would it help if I made a short video of the card booting? I can put it on my blog?
|
297|293|2015-09-28 21:14:31|Willi Kusche|Re: Reverse engineering the ROMs|
Hi!
|
298|293|2015-09-28 21:34:13|Bill Garber|Re: Reverse engineering the ROMs|
Hello,
Or, perhaps someone could reverse engineer the card and
make a clone. Not necessarily an exact "copy", but similar
to the Freed 6809 card, only one that works like an Excel9.
Bill Garber *
http://www.sepa-electronics.com *
|
299|293|2015-09-29 01:51:41|w4pk1|Re: Reverse engineering the ROMs|
|
300|293|2015-09-29 02:52:22|Willi Kusche|Re: Reverse engineering the ROMs|
Hi!
|
301|293|2015-09-29 02:58:37|Jack Rubin|Re: Reverse engineering the ROMs|
Very cool – sometimes stuff you get on eBay actually works!
Congratulations –
Jack
From: Apple6809@yahoogroups.com [mailto:Apple6809@yahoogroups.com]
Sent: Monday, September 28, 2015 6:52 PM
To: Apple6809@yahoogroups.com
Subject: Re: [Apple6809] Re: Reverse engineering the ROMs
I made a video of booting up, cat and newdisk
sorry for the shake, can't find my tripid.... here is the link
Picasa Web Albums - Global Strategy - September 28,...
|
|
|
|
|
|
|
Preview by Yahoo
|
|
|
|
|
|
|
|
|
302|293|2015-09-29 03:51:39|Robert Justice|Re: Reverse engineering the ROMs|
With the card in, does it always go straight to the Excel monitor?
/Rob
|
303|293|2015-10-01 05:12:38|w4pk1|Re: Reverse engineering the ROMs|
yes, it literally takes over, kind of awkward , have to remove it to do anything else.
if there is a command in the monitor to exit out and boot , have not found it yet.
|
304|293|2015-10-01 19:01:57|Willi Kusche|Re: Reverse engineering the ROMs|
Hi!
|
305|3|2015-10-15 02:48:14|Apple6809@yahoogroups.com|New file uploaded to Apple6809|
Hello,
This email message is a notification to let you know that
a file has been uploaded to the Files area of the Apple6809
group.
File : /FLEX/ROMS.LST
Uploaded by : wilserv_41 <
a2@... Description : A listing generated by using the FLEXemu emulator to assemble a source file created by Willi Kusche using a disassembler on the ROMs on the Excel-9 card
You can access this file at the URL:
https://groups.yahoo.com/neo/groups/Apple6809/files/FLEX/ROMS.LST To learn more about file sharing for your group, please visit:
https://help.yahoo.com/kb/index?page=content&y=PROD_GRPS&locale=en_US&id=SLN15398 Regards,
wilserv_41 <
a2@...|
306|3|2015-10-17 02:25:27|w4pk1|Re: New file uploaded to Apple6809|
does anyone have the windows binaries for flexEMU ?, I can find lots of references, but all the download links have gone stale.
my email is tminchev@...
|
307|3|2015-10-17 02:47:55|Willi Kusche|Re: New file uploaded to Apple6809|
Hi!
|
308|3|2015-10-17 07:42:54|Stephen H. Fischer|Re: New file uploaded to Apple6809|
Hi,
Somewhere I have a very huge file from the webpage. It was from ~ Feb 2006.
SHF
|
309|3|2015-10-18 04:22:47|w4pk1|Re: New file uploaded to Apple6809|
AH
thank you.
|
310|3|2015-10-18 22:47:46|Apple6809@yahoogroups.com|New file uploaded to Apple6809|
Hello,
This email message is a notification to let you know that
a file has been uploaded to the Files area of the Apple6809
group.
File : /FLEX/Emulation/Windows/FLEXemu.7z
Uploaded by : wilserv_41 <
a2@... Description : This archive has executable files for Windows
You can access this file at the URL:
https://groups.yahoo.com/neo/groups/Apple6809/files/FLEX/Emulation/Windows/FLEXemu.7z To learn more about file sharing for your group, please visit:
https://help.yahoo.com/kb/index?page=content&y=PROD_GRPS&locale=en_US&id=SLN15398 Regards,
wilserv_41 <
a2@...|
311|3|2015-10-18 23:18:40|Bill Garber|Re: New file uploaded to Apple6809|
|
312|3|2015-10-18 23:44:08|Willi Kusche|Re: New file uploaded to Apple6809|
Hi!
|
313|3|2015-10-19 01:15:35|Bill Garber|Re: New file uploaded to Apple6809|
Hi Willi,
Ok... Not only does this not say that the other didn't have them,
it does not suggest whether both archives are needed or not. 8
I do want you to know that I appreciate all that you do for us.
Thank you,
Bill Garber *
http://www.sepa-electronics.com *
|
314|3|2015-10-21 21:17:31|w4pk1|Re: New file uploaded to Apple6809|
I was wondering where the binaries were.
thank you for the follow up.
they are no where else to be found.
|
315|315|2016-03-31 22:54:39|wilserv_41|Daughter card for the Mill|
Hi!
We have a new member who seems confident that he can recreate a daughter card for the Mill card. He outlined his plans for doing so in a series of private messages to me as a result of my welcoming him to the group. I requested that he re-post those messages here. Hopefully, those messages will soon follow.
Willi
|
316|316|2016-03-31 23:08:47|Apple6809@yahoogroups.com|New poll for Apple6809|
Enter your vote today! A new poll has been created for the Apple6809 group:
Thanks!
|
317|315|2016-03-31 23:25:50|linvjw|Re: Daughter card for the Mill|
A clone of the OS-9 card? Or something new and different?
John
|
318|315|2016-04-01 00:03:56|Willi Kusche|Re: Daughter card for the Mill|
Hi!
|
319|315|2016-04-01 04:38:52|Willi Kusche|Re: Daughter card for the Mill|
|
320|315|2016-04-01 05:00:44|Bills Mail|Re: Daughter card for the Mill|
Hi Willi,
I assume that this will not work on the clone 6809 card
which was devised several years ago. I'll dig mine out
and have a look, and upload pics of it so you can see.
Bill Garber *
http://www.sepa-electronics.com *
|
321|315|2016-04-01 05:33:22|Willi Kusche|Re: Daughter card for the Mill|
On Thu, Mar 31, 2016 at 11:00 PM, Bill wrote:
The Freed clone card was designed with the logic of the Mill's
daughter board built in.
Willi
|
322|315|2016-04-01 05:36:02|Bills Mail|Re: Daughter card for the Mill|
|
323|315|2016-04-01 06:30:53|Willi Kusche|Re: Daughter card for the Mill|
Hi!
|
324|315|2016-04-01 12:10:26|Robert Justice|Re: Daughter card for the Mill|
Hi,
That's great to hear. I had a go at making the memory mapper board but did not get it to work, and never got back to it...
On a related note, the latest Mame(now includes the Mess emulator in the one package) has the Mill card memory map corrected and set as the default config, so you can boot OS9 in Apple II emulation now :-). See attached pic.
1. Download from here:
http://mamedev.org/2.You need apple rom images in the roms folder, I have attached the ones for the II and IIe. unzip into the roms folder.
3. Then i run it from the command line like this:
have fun
/Rob
|
325|315|2016-04-01 15:38:27|Bills Mail|Re: Daughter card for the Mill|
The Write-Protect didn't help at all? I kind of recall back when
you were working on that, but, I don't have all the details. I still
have the images and the real disks that I made from them, but
I am not sure if the disks are any good. Guess I can try messing
with it again later on today, but, I can't promise anything. I have
many other things that I need and want to do, mostly need. 8<(
Did Alex Freed do anything with it, by any chance?
Bill Garber *
http://www.sepa-electronics.com *
|
326|315|2016-04-03 20:00:38|oracolo37|Re: Daughter card for the Mill|
Hello,
I'm the one.
I'm working on a replica of the The Mill daughterboard that remaps 6502<-|
327|315|2016-04-04 02:47:46|Robert Justice|Re: Daughter card for the Mill|
Hi Mario,
Great that you have progressed so far on this, looking forward to your next update.
/Rob
|
328|315|2016-04-04 21:09:49|oracolo37|Re: Daughter card for the Mill|
Hello,
I have problems understanding how this Yahoo thing works so if this is a replica of a message I tried to send before, I apologize.
Just a line to say that my daughterboard WORKS.
I have OS/9 running on my apple II.
I've been working all day on this and it's late, I'm tired and I want to go partying , so I'll update You all tomorrow.
Cheers
Mario
|
329|315|2016-04-04 21:45:06|oracolo37|Re: Daughter card for the Mill|
Hello,
good news, my doughterboard works.
I have OS9 running on my apple II; I'll update You all tomorrow, I've been working on this all day UV printing, acid etching and drilling the PCB then soldering, correcting errors etc., I'm tired and It's late, I'll go partying !!!!
Cheers
Mario
|
330|315|2016-04-05 12:29:24|oracolo37|Re: Daughter card for the Mill|
Hello,
I've been able to run the "Primes" BASIC09 program on my The Mill board with my daughterboard.
What I see is that:
1) only two OS disk images of all those circulating on the internet work
2) one of the good images has some OS/9 native commads corrupted
3) some of the corrupted commands work if loaded from other non booting disk images
4) BASIC09 is one of the above, corrupted on the booting disk and good in a non booting disk; this got me really confused since the OS continued to show a #215 error while attempting to run BASIC09 from the boot disk.
5) OS/9 works in 40 col mode and in 80 col mode with my 80 col videx clone card
what I'm going to do:
a) create the final PCB
b) make order in the documentation
c) pictures
d) recreate a goot boot disk
........
Cheers
Mario
|
331|315|2016-04-05 14:54:12|Robert Justice|Re: Daughter card for the Mill|
Great stuff Mario, well done.
looking forward to some pictures.
/Rob
|
332|315|2016-04-06 09:52:14|oracolo37|Re: Daughter card for the Mill|
Hello,
here are a couple of pictures.
A full report by the end of the week.
Cheers
Mario
|
333|315|2016-04-09 20:23:10|oracolo37|Re: Daughter card for the Mill|
|
334|334|2016-04-17 17:34:32|oracolo37|Request to original THE MILL card owners|
Hello,
I see by the poll that we are a total of 5 owners of THE MILL cards. Excluding me, there are 4 THE MILL cards out there and I don't know how many original (not Alex Freed version).
I've been in contact with a guy from the other side of the world that had a 48z02 Zero Power ram installed in the 2716/32 expansion rom socket and I wrote a 6502/6809 software combination that backups the THE MILL ram/eprom content to a floppy.
Unfortunately his 40Z02 did not contain anything; most probably the battery cell went exhausted.
If You have an expansion eprom/rom/ram installed and wish to share its content with the community and/or just have a backup and try to understand what's in it, please contact me and I'll send You the floppy image with instructions.
Just note that Eproms do not live forever, they have an average life of 20 years and if not copied, the content will be lost forever; at the same time a piece of computing history would be lost.
Thank You
Best Regards
Mario
|
335|334|2016-04-19 09:46:35|Robert Justice|Re: Request to original THE MILL card owners|
Hi,
I assumed this poll was for the original card. Maybe we should have created two polls for this, one for the original version and one for the clone one.
I have one of each. I purchased one of Alex's clone first, and then an original revB from eBay some time later.
I would be interested in one of your memory mapping boards.
/Rob
Sent from my iPad
Hello,
I see by the poll that we are a total of 5 owners of THE MILL cards. Excluding me, there are 4 THE MILL cards out there and I don't know how many original (not Alex Freed version).
I've been in contact with a guy from the other side of the world that had a 48z02 Zero Power ram installed in the 2716/32 expansion rom socket and I wrote a 6502/6809 software combination that backups the THE MILL ram/eprom content to a floppy.
Unfortunately his 40Z02 did not contain anything; most probably the battery cell went exhausted.
If You have an expansion eprom/rom/ram installed and wish to share its content with the community and/or just have a backup and try to understand what's in it, please contact me and I'll send You the floppy image with instructions.
Just note that Eproms do not live forever, they have an average life of 20 years and if not copied, the content will be lost forever; at the same time a piece of computing history would be lost.
Thank You
Best Regards
Mario
|
336|334|2016-04-19 17:51:03|oracolo37|Re: Request to original THE MILL card owners|
Hello Robert,
please contact me at oracolo37@... for details.
Thank You
Mario
|
337|334|2016-05-14 03:04:35|w4pk1|Re: Request to original THE MILL card owners|
I too have an original card, Are you doing upgrades on them Mario?
Ted.
|
338|334|2016-05-14 20:15:42|oracolo37|Re: Request to original THE MILL card owners|
Hello,
I answered via PM.
Thanks
Mario
|
339|339|2016-06-17 00:55:33|Mark D. Overholser|Hello, a New Member here..|
Hello All:
I got approved to this Group back in APR ( 2016 ), but I haven't
introduced myself.
I am Mark D. Overholser, a Long Time Apple ][ user, ( JAN-1982 ), and
only recently have I been interested in the Motorola 6809 ( and Motorola
68008 ).
I don't have a Mill Card, but in the past few years have become a CoCo
Owner.. I have One CoCo 3, Two CoCo2s, and a 4K CoCo 1.
At some point I am sure I can acquire a Mill Card, or a Clone on it, but
in the meantime, I am trying to build this card:
http://www.appleii-box.de/H061E_MC68008pageEN.htm With these and a few more that came from China, that hopefully work...
https://www.facebook.com/photo.php?fbid=10153646248720960&set=pb.575680959.-2207520000.1466117310.&type=3&theater And see if I can get OS-9 68K to Boot on the Apple ][.
MarkO
|
340|339|2016-06-17 04:20:46|Willi Kusche|Re: Hello, a New Member here..|
Hi!
|
341|339|2016-06-17 06:15:27|Mark D. Overholser|Re: Hello, a New Member here..|
On 6/16/16 19:14, Willi Kusche
a2@... [Apple6809] wrote:
I will have to look into Apex/XPL0... Is it Command Line only, or does
it have a Graphic Shell?? The Amiga has way better Graphics than the
Apple ][, so there might be a few limitations...
I actually have ALL the Hardware, including Five, MCM68008s, in plastic
Packages, All the Way from Hong Kong, plus the Two that came from
Germany, made in France..
I just need to Make up a Proto Board with ALL the Parts, or Learn
Eagle/KiCAD/Copper-Connection or some other Program to generate a PC Board.
MarkO
|
342|339|2016-06-17 06:39:43|Robert Justice|Re: Hello, a New Member here..|
Sounds interesting Mark. I've also looked at that board and thought about making one. I've only got as far as printing out the article and having a read a few times. I have 68008 that came from an old equipment board that i can use.
Let us know if you progress any on this.
/Rob
|
343|343|2016-06-19 02:03:20|Mark D. Overholser|The Mill owners using the Hitachi 6309??|
|
344|343|2016-06-19 02:35:50|Willi Kusche|Re: The Mill owners using the Hitachi 6309??|
Hi!
|
345|343|2016-06-20 02:22:32|Robert Justice|Re: The Mill owners using the Hitachi 6309??|
oh, that's interesting Willi.
I bought a couple of supposed HD63C09E's from china, and i have tried one of these in my Mill card and it does not work.
I have a home brew 6809 board that uses the non 'E' version, I'll try one in there and see if it works.
/Rob
|
346|343|2016-06-20 04:40:18|Mark D. Overholser|Re: The Mill owners using the Hitachi 6309??|
On 6/18/16 17:34, Willi Kusche
a2@... [Apple6809] wrote:
Whatever works....
It appears The Mill uses the 6809E, ( External Crystal ), like the Tandy
CoCos do... So a 6309E would be the Correct One... Some of the
suppliers in China aren't on the Up-and-Up...
That is why after I ordered some 68008s in Plastic, I decided to get a
couple in Ceramic, with "a pedigree", for Testing..
MarkO
|
347|347|2016-10-06 00:07:57|w4pk1|AE transwarp II|
I know this is off topic but I am desperate
would anyone here have a copy of AE Transwarp II rom, either version 1.0 or 1.1
what little I can find on the net seems to be no good.
|
348|347|2016-10-06 00:25:28|snhirsch5|Re: AE transwarp II|
IIRC, the Transwarp II was their RocketChip based accelerator that was almost immediately pulled off the market due to legal action from ZipChip. Don't know anyone who's even seen one of those, much less has the ROM image.
|
349|347|2016-10-06 03:10:02|sean.fahey@sbcglobal.net|Re: AE transwarp II|
I have three TWII boards (all 1.0)... ReactiveMicro should have a dump of the 1.0 ROM in their archives, and we might have 1.1.
|
350|347|2016-10-06 08:18:38|laurieboshell2004|Re: AE transwarp II|
|
351|347|2016-10-06 12:48:06|sean.fahey@sbcglobal.net|Re: AE transwarp II|
Those ROMs are for the original Transwarp not the Transwarp II.
|
352|347|2016-10-07 03:27:10|w4pk1|Re: AE transwarp II|
I checked, reactive micro have bad copies , those guys are realy busy , would you be able to make me a copy?
if it s bother no worries, it's just I have a dead card and its killing me. ;o(
Ted.
|
353|353|2017-01-15 11:18:00|sfischer194087|Has it been done?|
|
354|353|2017-01-15 15:47:18|laurieboshell2004|Re: Has it been done?|
Hi Luca,
Congratulations on working out what the daughter card does.
I have one of the Mill cards that I used for the Pascal speedup kit.
I was able to upload the original disks some years ago when the search
began.
Can you give me any details on the daughter card?. I would like to see
OS-9 on my Apple II. I have an ulterior motive: I'm looking for the
source for Dynasoft Pascal what was released for the 6809. I've
lucked out on finding it for the Apple II.
I can etch the PCB if needed.
Laurie
|
355|353|2017-01-15 17:19:42|Willi Kusche|Re: Has it been done?|
Hi!
|
356|353|2017-01-15 22:40:40|Jason Burke|Re: Has it been done?|
The pictures I see show a 6809E, handful of discrete 74LS logic chips, and a 2716 EPROM. No PALs, GALs, or PLAs. Even if there were PALs, GALs, or PLAs, they are all SPLDs from the 1980s and are generally simple to duplicate, even if the protection fuses are blown.
Reversing and reproducing a Stellation Mill card doesn't look like a difficult job for the motivated hobbyist with some electronic skills.
If one were going to the trouble of making a card today, I don't see any reason not to use the more powerful Hitachi 63C09. Even without software support for the extra registers and instructions, a ~10% speed improvement can be had by running it in native mode.
Jason
On Sunday, January 15, 2017 10:19 AM, "Willi Kusche a2@... [Apple6809]" 
Hi,
You do realize that I posted the link and "Luca" may not be a member!
I said on the Facebook CoCo page that this group had not gotten it working and got a post back with a link that I posted here.
There appears to not be a membership list available to members so I cannot check.
SHF
|
358|353|2017-01-15 23:22:07|Stephen H. Fischer|Re: Has it been done?|People on the CoCo list are designing circuits, laying out the PCB boards with the same software, ordering samples and then selling populated boards.
PLA(?) chips are easy with the skills of some of those people.
https://www.facebook.com/groups/2359462640/?fref=ts --------------------------
On the "FLEX User Group" page:
http://www.flexusergroup.com/flexusergroup/fug7.htm From (c) Allan G. Jost
(Dynasoft Pascal, Dyna-C, DynaForm, and DynaStar)
Right below is:
From (c) Bud Pass:
Who wrote great disassembler software which a member of the CoCo group has all that he produced.
The website where I may have listed Pascal is offline but I have hope that it will return. I could search again if necessary.
http://www.brutaldeluxe.fr/projects/cassettes/dynasoft/index.html Is for the Apple.
I know that I get great results from Google "Dynasoft Pascal" and other searches, are others not getting the same? Google IS just a few miles to the North and West from me but that should not matter.
SHF
|
359|353|2017-01-15 23:25:19|Willi Kusche|Re: Has it been done?|Hi!
|
360|353|2017-01-15 23:38:01|Stephen H. Fischer|Re: Has it been done?|OK, My memory must be failing, I just remember bad words. Sorry.
I was shocked to read the post on Facebook that it was running.
Have fun!
SHF
|
361|353|2017-01-16 01:12:03|laurieboshell2004|Re: Has it been done?|Hi all,
Luca: Not a member? somehow I got an email notification.
On checking it was sent to me via AppleFritter. I don't quite
understand why!
My post to this group might have been ambiguous.
I was referring to etching the PCB for the small daughter
board for the Mill that has 2 (or 3) DIL sockets or plugs.
This board re-maps 6809 memory to allow OS-9 on the
Apple II.
Dynasoft PAscal: I purchased this in 1982 from Arnie Lee
of Abacus Software. The manual stated that the source
was available, I sent a cheque only to receive a second
copy of the product (not the source). Life intervened and
I never chased it up.
I am aware of the earlier discussions on this board about
the Mill card. Yes, google is your friend: For those interested,
the 6809 disks (no compiler source) can be downloaded
from here: (scroll down to the pascal heading)
|
362|353|2017-01-16 01:42:14|Stephen H. Fischer|Re: Has it been done?|
My mind has finally realized that I did not state what was done, I was told YES on Facebook when I said NO.
OS-9 Level - I running on the apple.
On the AppleFritter page:
because of the lack of information and also due to the fact that a lot of OS/9 disk images that are published on the internet are broken.
So he must have found a good OS-9 image or generated one for his use.
----------------------------
As far as Pascal I found:
FLEX unlike OS-9 is a single user with fixed addresses for I/O, OS-9 programs for Level - I should run on any OS-9 Level - I system but FLEX versions will not perhaps. Still the source should help. (I installed FLEX on a SYM-1 with the 6809 CPU replacement board for the 6505 CPU. (SN00000001, I badgered Synertek and even had to get a eprom down the street at Halted to take to Synertek to program to fix the board.)
-------------------------------------------
style="WORD-SPACING: normal"
Neither do I unless he IS a member of [Apple6809 group at Yahoo].
I see no posts after April 10, 2016 - 8:25am on AppleFritter
Checking all the posts I have received back from [Apple6809 group at Yahoo] none have any reference to AppleFritter.
Some one needs to sign up for AppleFritter and ask him for the good OS-9 Level - I disk for the apple.
But my mind is now on the Packers so I still may be saying bad things.
SHF
|
363|353|2017-01-16 04:18:25|Mark D. Overholser|Re: Has it been done?|
On 1/15/2017 15:43, 'Stephen H. Fischer'
SFischer1@... [Apple6809] wrote:
<< SNIP
<< SNIP
I asked Luca, ( on Apple Fritter ) if he had a link to the working OS-9
disk..
MarkO
|
364|364|2019-10-24 13:10:00|wilserv_41|End of the line|
Hi, y'all!
Starting December 14, 2019 Yahoo Groups will no longer host user created content on its sites. Well, I'm not waiting for them to pull the plug. As soon as I complete backing up all the files, this group will be terminated.
Willi
Group "owner"
|
365|364|2019-10-24 14:29:04|Wouter de Waal|Re: End of the line|
Hi Will
Yea, that's the problem with relying on free servers and services.
Will you be putting the archive somewhere people can get at it?
W
|
366|364|2019-10-26 01:09:13|w4pk1|Re: End of the line|
move over to google groups?
|
367|364|2019-10-29 22:42:16|snhirsch5|Re: End of the line|
Hi, Willi.
Is there any way for me to get a tarball of the files section? Life is too short to download one at a time.
|
368|364|2019-10-30 15:15:16|John W. Linville|Re: End of the line|
On Tue, Oct 29, 2019 at 01:15:38PM +0000,
snhirsch@... [Apple6809] wrote:
+1
--
John W. Linville Someday the world will need a hero, and you
linville@... might be all we have. Be ready.
|