Hi,
I am in the process of building an AIM-65.
Before committing to a complete PCB, I am designing a reduced version AIM-65 Mini.
I intend to use the TTY feature with a MAX232 and to leave out the keyboard and the display till the next revision.
I am still debating using the expensive DL1416 parts or substituting a cheaper display.
This is why I have added a 6847 comp video circuit.
I am using the AIM-65 R5 version as the basis of my design.
I was wondering if anyone else had already done something similar?
I have attached my draft schematic.
Thanks
AIM-65 SBC
AIM-65 SBC
- Attachments
-
- Schematic_AIM-65 MIN_2022-03-03.pdf
- (426.66 KiB) Downloaded 225 times
Re: AIM-65 SBC
Here is my micro AIM-65 version 2.
My first version was missing the 6532 which is used for the TTY/RS232 parameters.
I guess I should have translated the german article sice it has the 6522/6532 combo as well.
My next project will either be the full AIM 65 or a CRT module.
My first version was missing the 6532 which is used for the TTY/RS232 parameters.
I guess I should have translated the german article sice it has the 6522/6532 combo as well.
My next project will either be the full AIM 65 or a CRT module.
- Attachments
-
- Schematic_AIM-65 Micro V2_2022-04-02.pdf
- (306.75 KiB) Downloaded 185 times
- barrym95838
- Posts: 2056
- Joined: 30 Jun 2013
- Location: Sacramento, CA, USA
Re: AIM-65 SBC
Very nice! You should cover your EPROM window to reduce the risk of unstable behavior.
Got a kilobyte lying fallow in your 65xx's memory map? Sprinkle some VTL02C on it and see how it grows on you!
Mike B. (about me) (learning how to github)
Mike B. (about me) (learning how to github)
Re: AIM-65 SBC
I have three question about the AIM-65 Micro V2_2022-04-02:
1.- Are you loading the AIM Monitor firmware from Rockwell onto your 27C256 EPROM?
2.- What is the use of the H4 pinheader jumper between CA1 and CB1 on VIA 65C22?
3.- Did you use a 65C22 VIA instead of a 6522 VIA for some reason?
And a note if you are not going to use the AIM65 keyboard:
You might not need the RIOT 6532 by enabling access from $A400 to $A4FF addressing to your RAM area instead to use the 6532's R/W memory space, or by modifying the monitor's .asm code to allocate some parameters in the memory area that you want and then and reassemble it.
So easy as rewrite:
Then, reassemble all the monitor .asm code and load it in an EPROM.
1.- Are you loading the AIM Monitor firmware from Rockwell onto your 27C256 EPROM?
2.- What is the use of the H4 pinheader jumper between CA1 and CB1 on VIA 65C22?
3.- Did you use a 65C22 VIA instead of a 6522 VIA for some reason?
And a note if you are not going to use the AIM65 keyboard:
You might not need the RIOT 6532 by enabling access from $A400 to $A4FF addressing to your RAM area instead to use the 6532's R/W memory space, or by modifying the monitor's .asm code to allocate some parameters in the memory area that you want and then and reassemble it.
So easy as rewrite:
Code: Select all
; **********************************
0147 ; * Ex_6532 ADDRESSES (A400-A7FF) , parameters new area in RAM *
0147 ; **********************************
0400 *=$A400 ; eliminates this line changing it by the following
XYZW *=$XYZW ; where $XYZW is the start address area in RAM that you want use to reallocate the parametersRe: AIM-65 SBC
barrym95838 wrote:
Very nice! You should cover your EPROM window to reduce the risk of unstable behavior.

It has been kicking about my room/office(s) since then, sometimes on a shelf, sometimes in a box and recently I decided to remove the UVEPROM and read it... It disassembled just fine.
Sample size 1, YMMV, etc.
-Gordon
--
Gordon Henderson.
See my Ruby 6502 and 65816 SBC projects here: https://projects.drogon.net/ruby/
Gordon Henderson.
See my Ruby 6502 and 65816 SBC projects here: https://projects.drogon.net/ruby/
Re: AIM-65 SBC
barrym95838 wrote:
You should cover your EPROM window to reduce the risk of unstable behavior.
drogon wrote:
I decided to remove the UVEPROM and read it... It disassembled just fine.
I personally got bitten by this in 1994. In my case the chip in question was a 68HC705 EPROM-based microcontroller. According to my understanding (gained after the fact), the PN junctions on the die can translate light into voltage, just as does the PN junction in a photovoltaic cell. On a PV that's a good thing, but of course on an EPROM these voltages are unexpected and not exactly.... helpful.
-- Jeff
In 1988 my 65C02 got six new registers and 44 new full-speed instructions!
https://laughtonelectronics.com/Arcana/ ... mmary.html
https://laughtonelectronics.com/Arcana/ ... mmary.html
Re: AIM-65 SBC
Dr Jefyll wrote:
barrym95838 wrote:
You should cover your EPROM window to reduce the risk of unstable behavior.
drogon wrote:
I decided to remove the UVEPROM and read it... It disassembled just fine.
I personally got bitten by this in 1994. In my case the chip in question was a 68HC705 EPROM-based microcontroller. According to my understanding (gained after the fact), the PN junctions on the die can translate light into voltage, just as does the PN junction in a photovoltaic cell. On a PV that's a good thing, but of course on an EPROM these voltages are unexpected and not exactly.... helpful.
-- Jeff
-Gordon
--
Gordon Henderson.
See my Ruby 6502 and 65816 SBC projects here: https://projects.drogon.net/ruby/
Gordon Henderson.
See my Ruby 6502 and 65816 SBC projects here: https://projects.drogon.net/ruby/
Re: AIM-65 SBC
Yes, I readily agree -- it's a rule you can very often get away with breaking. And I'm as guilty as anyone, because I myself very often did break it (and did get away with it)! But having no awareness of the issue puts you at risk of a very bad headache if and when it does crop up. You'd end up fighting an elusive intermittent, and no amount of connection wiggling or extra bypass capacitors would help you.
-- Jeff
-- Jeff
In 1988 my 65C02 got six new registers and 44 new full-speed instructions!
https://laughtonelectronics.com/Arcana/ ... mmary.html
https://laughtonelectronics.com/Arcana/ ... mmary.html
Re: AIM-65 SBC
I don't think you have to go to the effort of putting something black over the window. A simple white paper label should suffice. You will them get no direct light from strong sources. Plus you can write (or print) an ID on it so can keep track of version/function/date/etc...
Bill
- GARTHWILSON
- Forum Moderator
- Posts: 8775
- Joined: 30 Aug 2002
- Location: Southern California
- Contact:
Re: AIM-65 SBC
When I went to a seminar for PIC microcontrollers in the mid-1990's when they were mostly EPROM-based, the instructor warned about possible misbehavior caused by light coming through the window and hitting the die; so I just set something on it in testing, to keep the light out.
http://WilsonMinesCo.com/ lots of 6502 resources
The "second front page" is http://wilsonminesco.com/links.html .
What's an additional VIA among friends, anyhow?
The "second front page" is http://wilsonminesco.com/links.html .
What's an additional VIA among friends, anyhow?