AtariBits
  • Home
  • Systems
    • 576NUC+
    • 1088XEL >
      • XEL-CF Drive
      • XEL-CF3 Rapidus Variant
      • Accessories
      • XEL Archives
    • 1088XLD >
      • RGB2VGA-XLD
      • ARROW2JOY-XLD
    • CV-NUC+
  • TransKey
    • TK-II >
      • TK-II Manual
      • Installation
      • Device Compatibility
      • TK-II Archives
    • TK-II-STEREO
    • TK-II Control
  • XEP80-II
  • JOY2PIC
  • MOUSE
  • MIDI
    • MIDI 3D Printed Cases
  • UGV
  • SDrive
  • Blog

New 576NUC+ Daughter Board in the Works (cont. 2)

11/8/2023

 
Picture
This project is suffering from a bit of feature creep, but it's all good and desirable stuff that's being added (trust me).

So because of also wanting to be able to incorporate at least the networking aspect of FujiNet into the project, a couple of extra headers were added, and a FujiNet Plug-In Module has been designed.

The PCB mock-up of this new FujiNet Module can be seen to the right. With the real thing nearly ready to have the gerbers sent off to the board manufacturer to get some sample boards made.

This is meant to plug in on the right of the A8Pico Cart module of the NUCplus4 daughter board. Taking advantage of the 576NUC+ internal SIO header, and a couple of small 2 pin headers on each of the bottom corners to stabilize the piggyback aspect of this module.

Everything from a WiFi aspect has been retained, so accessing TNFS servers, assigning remote files to virtual drives, and doing wireless printing to the PC is fully supported. However unlike the regular FujiNet implementations, SD Card access is separate being handled by the SDrive-ng.

Picture
For the firmware update aspect I chose to use a pre-made FTDI based RS232 Serial to USB-C board from AliExpress. Its cheap at just a tad over $3 (that price includes shipping), and has all the required signals broken out, including the ones that allow for Auto Program mode.

Being USB-C mimics the connector on the A8Pico Cart board, so only one cable need be stocked in order to load files to the A8Pico Cart, or to update firmware on either that or the FujiNet.

Individual physical switches have been eliminated for control of either the FujiNet, SDrive, or the A8Pico Cart, making use of the keyboard PS/2 signals broken out on the internal SIO header of the 576NUC+. This combined with individual PIC12F629 8-pin DIP 'slave' micro-controller chips on both the NUCplus4 daughter board and FujiNet module, allows all control to be done via the PS/2 keyboard. This method also allows for monitoring by the 'master' PIC16F1847 chip on the 576NUC+ so that certain actions can be modified and/or the present state displayed upon entering a key shortcut sequence. Having all actions controlled and coordinated by the single PS/2 keyboard, lets the 3D printed enclosure be much simpler and have far fewer holes, or any need for identification labels.

Speaking of having a PIC12629 on the NUCplus4 daughter board, yes that required a new board layout bringing it up to revision level 1.5.

I think that'll do it for this blog post. More to come...

- Michael

LINK to Previous Post.

New 576NUC+ Daughter Board in the Works (cont.)

8/27/2023

 
AtariAge member electrotrains released his A8Pico Cart Project a few days ago on GitHub, and I've been busy integrating that into my design. Here's where things are at presently...
Picture
576NUC+RPSX Daughterboard V1.0 PCB Top
Everything is now 100% routed.
Picture
576NUC+RPSX Daughterboard V1.0 PCB Bottom
PictureOriginal ICD R-Time 8 cartridge
I made a lot of changes on the component placement in the PCB layout, making it far more conducive to routing traces between components. This also altered the board shape slightly.

On the R-Time 8 aspect I changed to a larger battery same as was used on the original ICD variant back in the day (CR2430). I also have the power for this and the SDrive as an 'Always ON' situation taken from the 576NUC+ 5V Stand-By power connection, which is available from the internal SIO header. This means that so long as the NUC is plugged into wall power, irrelevant of whether the 576NUC+ is turned on, the R-Time 8 will run from the 5V power supply and not from its battery thus greatly extending the battery life. I wouldn't be surprised if the battery lasts for at least a decade with this setup.

Because the SDrive also gets its power in a similar aspect, drive assignments should be retained between power cycles.

Over the next couple of days I'll be double checking the PCB layout and schematics, and if all looks solid I'll be pressing the BUY button at JLCPCB soon after. Then when those sample boards arrive we'll see how or if I screwed up on something - always exciting.

-Michael

Update 9/13/2023:  I never pressed the buy button on this board version. After running some breadboard tests, and because of discussions in the A8Pico Cart AtariAge thread about protection circuits, and a change in direction on the SDrive aspect, everything changed. So much so, that an entirely different PCB layout was required, with the first sample PCB based upon this change having now been manufactured and awaiting assembly and test.

LINK to Previous Post

New 576NUC+ Daughter Board in the Works

8/11/2023

 
Robin Edwards (electrotrains at AtariAge) has been at it again, and recently starting talking about an entirely new version of the 8-bit UNO Cart, only this time based upon a Chinese clone of the Raspberry Pi Pico. On this go around it has no removable media such as what the original UNO Cart utilized via its micro-SD Card, and instead it stores its files to an onboard 16MB of non-volatile Flash RAM, updated via USB.

Note: The Chinese Pico Clone is not a drop in for a real Pi Pico, having a different pin-out, as well as more I/O and more Flash RAM. The clone was required for this A8 version.

So I started thinking (always a dangerous thing), and decided to make something akin to an All-In-One daughter board module for the 576NUC+ project which would incorporate this new Pico Cart idea, along with several other very useful peripherals.

And here's a sneak peek as to what that may look like...
Picture
Currently I've assigned the moniker RPSX to it, which stands for the 4 main aspects contained within this module.

  • R = R-Time 8
  • P = Pico Cart
  • S = SDrive
  • X = XRAM (1024K extended RAM)

The Pico Cart does have ATR capability, but just like it's UNO Cart cousin this has some limitations, such as not being able to launch a CAR and an ATR at the same time. So it rules out doing something like launching Basic XE as a virtual banked cartridge and still being able to load and save Basic XE source files to and from the built-in file space. Hence the reason for also incorporating the SDrive.

BTW, the default 576NUC+ platform has absolutely no inherent banked cartridge support what-so-ever.

And while I was at it, I decided to give it the full 1MB of RAM, as well as a battery backed real time clock, making this a very well rounded upgrade for the 576NUC+.

Now on the surface it may look like I have this all figured out, but I presently don't have a clue as to what I/O pin goes to what on the Pico board until such time that the A8Pico Cart documentation gets released to the public, something that I have no idea of when that may happen.

Anyway stay tuned, and hopefully we'll see this project continue to come together.

- Michael

576NUC+ Stereo the Hard Way

4/27/2021

 
Picture
Although it's not a mandatory must have upgrade for the NUC, having dual Pokey stereo output would none the less be very cool.

Normally if this were a stock Atari 8-bit computer I'd say go with the modern plug 'n' play PokeyMAX in place of the original Pokey chip. However there are two reasons that won't fly on the NUC, one being an incompatibility with the TK-II chip responsible for keyboard input, and secondly there were some clearance issues. Because the 576NUC+ is an extremely condensed version of an A8, there simply isn't a lot of room between chips and other required hardware. And due to a wider footprint of the PokeyMAX vs. the Atari Pokey chip, this presents problems, one being a standoff for the FujiNet daughter board getting in the way.

So not being one to throw in the towel when the going gets tough, I started looking at some of the old school solutions, namely Gumby as originally proposed by Chuck Steinman of Dataque fame. In his proposal he outlined a method of stacking two Pokey chips and then adding a circuit for address decoding to let them share space. Here's a link to the article he wrote in December 1989 about doing that very thing. What Chuck really accomplished back then, was to create the standard for dual Pokey addressing that lives on to this day, over 30 years after its initial development.

In Chuck's design he uses a single gate from an inverter chip to invert the A4 address line for connection to the original 'left' channel Pokey chip's CS1 pin, and then simply routes the non-inverted A4 address to the same pin on the stacked 'right' channel Pokey. This gives a flip-flop action between which Pokey chip is enabled, dependent upon the state of A4. To finish off the circuit, the 'right' channel audio output was handled in a pretty simple way with the addition of a single resistor and capacitor, using trim pots to balance the stereo output between channels.

Looking at the original Atari 8-bit circuit, a pull-up resistor was connected to CS1 creating a high (logic 1) on that pin, which can be easily overridden by external logic. Unfortunately I didn't do that in the 576NUC+ design, so for my upgrade that pin needs to be lifted.

In my design I wanted to match the characteristics of the already present 'left' channel audio circuit in the NUC, thus having the same output level in both channels and eliminating the need for any trim pots. I also had to keep what I'll call the Gumby Interface circuit relatively small, due to the lack of space in the NUC. So for the A4 inversion I was able to use two resistors and a 2N7000 N-Channel FET.

Next decision was where to locate the circuit board in order to avoid a point-to-point wiring mess of the required components dangling in mid-air. And because there was a limited amount of free space available, I chose to create an XRAM piggyback PCB to give both a secure and stable mounting platform, as well as to pick up power, ground, and the A4 signal.
Note: XRAM is my abbreviation for eXtended RAM.

For full details on what was truly involved to bring this into reality,take a look at this schematic...
576NUC_Gumby_INTFC_schema.pdf
File Size: 67 kb
File Type: pdf
Download File

PictureStacked Pokey Chips and Gumby Interface Board Connected (red wire feeds right channel audio to DIN-8 Jack)
This method of both mounting the PCB via piggybacking the XRAM and grabbing the prerequisite signals from that chip ended up working pretty well. And although it would have been super nice if I could have taken the more conventional approach, and piggybacked the original Pokey chip along with using sockets instead of soldering the Pokeys together, this simply was not an option so a compromise had to be made.

Here's how it looks installed in the 576NUC+ (the system ROM and 512KB SRAM have yet to be inserted). It turned out pretty clean if I do say so myself.

Picture
Picture
And now with the hard stuff out of the way, I can connect my amplified stereo speakers, and then sit back and enjoy some Stereo Pokey tunes. Life doesn't get much better than that.

Oh just to be perfectly clear... this project is purely a personal pursuit and will not see a public release for the gerber files, or ever get produced by someone like The Brewing Academy.

- Michael

576NUC+ Modded Proto Case for FujiNet

4/24/2021

 
Picture
I had one of Mr Robot's early prototype NUC-XE cases which was patterned after its big brother the XEGS. However this was not designed with FujiNet in mind, and would require some careful modding to get it to work. But I really wanted to house my naked 576NUC+ with its proto FujiNet board installed. So out came the files, drill bits, and a hot knife.

Luckily there appeared to be just enough headroom to pull this off. Although it would require creating holes right where the top and bottom of the case joined up, which was a tricky proposition to say the least.

Picture
After a lot of careful pencil marks and filing, I was able to create the initial holes for the LEDs and push button switches, and finished it off by holding the case halves together while spinning a drill bit to yield a smooth circle.

For the SD card, I heated up an X-Acto knife, and made a rough cut smaller than required, which I then finished off with a file to the proper size.

Picture
On the rear of the case I ended up making a square hole with a file for the reset button instead of a round hole like I had done on the front. I did this because the lid has a lip with an extra thickness which would have required some carving out in order to allow clearance for the body of the push button switch. And although I did this for the front buttons and LEDs, it was a lot work.

Picture
I also did something similar for where the serial programming header needed to protrude, but had to make it bigger all the way around so that the serial USB cable's Dupont connector would slide all the way in.

Luckily since the body of the toggle switch sits farther back, I was able to make a round hole between the case halves, same as what was done in the front of the case.

Note: I use a Prolific PL2303 serial UART to USB cable for updating the ESP32's firmware, but a FTDI cable would work just as well.

Picture
Next came some ventilation holes in the bottom, since things did get a little toasty with only the angled vents on the top side.

The holes were started with a small drill bit, and then followed up with a Uni-Bit to the desired size. I was able to get a chamfer by lightly touching the top edge of the hole with the next increment of the Uni-Bit.

Identical holes were added to the other side of the case for a uniform air draw from the bottom to the top via convection.


I am very pleased with the final result, although in the future, proper cases with FujiNet in mind will get designed by Mr Robot for production. In the meantime my NUC is now safe in its cozy little home, and is dwarfed by the XEGS sitting below.

Picture
Click Image to Enlarge
PictureClick Image to Enlarge

And for that added a touch, a proper label was placed in the space already provided for it.

I got this from Sticker You and ordered a sheet of them to share with the beta testers on this project.

Also found some very nice self-adhesive clear silicone feet at Home Depot.

- Michael

576NUC+ and Fake SST 27SF512 EEPROMs from eBay Seller

4/15/2021

 
Normally these chips which are re-programmable, go for $5 each as seen in other eBay listings. And I had previously bought a few at that price point. However they're no longer in production, so what you get are NOS ones that someone still has a stash of tucked away. What makes them really nice is that you don't have to have a UV light source to erase them, since it's done electrically instead. Making for a much better and faster programming cycle.

Now I can get OTP (One Time Programmable) 512K EPROMS by Microchip/Atmel for about $2.50 in single quantities, and they are in current production. But being a one time programmable device means that you better get it right the first time, and be happy with it forever. However unless you plan on investing in a chip programmer such as the TL866 Plus, this may not be many peoples cup of tea. Luckily for the 576NUC+ there really is no need, since The Brewing Academy will be selling them with pre-programmed ROMs when they go into production.

The 576NUC+ system ROM contains two different Operating Systems, two versions of BASIC, and two games. It could be handled by a OTP device as mentioned, and for most people that'll probably be OK. But for a few of you who love to be able to customize your system, a re-flashable ROM would be desirable, hence the reason I was looking for an inexpensive and readily available source of these.

So I went in search for that cheaper EEPROM, once again going back to eBay. This time I found another seller for the SST EEPROMS that was advertising a deal that I knew was too good to be true, but part of me was game to find out for sure since the seller was only asking for about $1.00 a piece.

Here's that eBay listing.
Picture
About 2 weeks after my purchase I received the EEPROMS with all 20 pieces appropriately packaged in several standard IC anti-static plastic tubes. So far so good.
Picture
I then proceeded to plug them into my trusty TL866 Plus programmer and initially tried to flash them with the 64KB system ROM image for the 576NUC+, at which point, no real surprise they all failed one after the other.
Picture
JK Parts Flash Test
Next I tried to erase a few of them, and once again no dice with the same error. So I tossed in a known to be good chip, and it programmed without issue. But then I noticed a crucial difference in the chip ID. The one from JK Parts showed 0X DA 08, whereas the working chip was 0X BF A4. So I checked my stock of good chips, and all of them returned the same ID (0x BF A4). Next I checked several of the chips from JK Parts, and they all had that different chip ID of 0X DA 08. Obviously the JK Parts chips were not really SST 27SF512s but something entirely different (what are they really??? - initially I didn't know - hint: see note at the end of this blog post for the answer).
Picture
Known Good Chip Flash Test
So with that revelation, I scrutinized the appearance and labeling on the top of what I will now call a 'REAL' 27SF512, and compare it to a 'FAKE' 27SF512 better known as the chips I purchased from JK Parts on eBay. As can be seen below it's rather obvious that something is amiss with the FAKE chip's labeling. For one the numbering is way too crisp and clean, yet the SST label looks a bit rough around the edges. And although you can't really see it all that good in the photo, the depth of the indentation is much more shallow on the FAKE chip, as if someone sanded off some of the material (which they probably did in order to prep it for the new label). The printing is resistant to acetone, which was the strongest solvent I had on hand, and it might even be etched like the original would be.
Picture
So what's on the bottom of the REAL chip? Let's find out.
Picture
Yep that looks like something one would expect. Now let's check out the bottoms on those FAKE chips.
Picture
Oh yeah... that probably shouldn't look like that. Did the seller have a picture of the chip bottom on his listing? No certainly not. Apparently they couldn't be bothered to sand off and reprint the bottom of the chips like they had obviously done to the top side. At this point it was pretty clear that these were not genuine SST 27SF512 EEPROMs that I had gotten from JK Parts. But what could I do since the seller clearly stated "No Returns" on his listing.

This story has a happy ending...

Thanks to a AtariAge member Mr Robot's sleuthing skills, he matched the FAKE chip ID to a Winbond W27C512 EEPROM. And when I plugged those parameters into the XG Pro TL866 Plus programming app, everything fell into place allowing me to do multiple re-flashes of the chip as seen below.
Picture
Picture
So long story short, JK Parts sold me a relabeled Winbond W27C512 chip instead of the originally sought after SST 27SF512 I ordered. Both chips are EEPROMS, and they can both be repeatably re-flashed and erased. So bottom line I still ended up with a good deal that still works for my application, but I'll have to relabel the chips to avoid confusion. And now thanks to the seller's substitution I also know of an alternate chip for what I was originally looking for.

BTW, I was able to flash all 20 chips successfully as Winbond W27C512's.

However even though in the end this will work for what I need, I can't in my right mind recommend ordering from this seller without at least verifying what the heck is going on, although it's probably a case of Cha Bu Duo (aka: "close enough" - thanks to Mr Robot for that bit of insight). I won't be posting a link to that eBay auction, and I won't change the title of this blog post either, since it really is a fake, or in other words a substitution of another chip meant to fake the characteristics of the one it replaces..

- Michael

576NUC+FujiNet Cassette File (cas) Loading

4/9/2021

 
Picture
Since the procedure for loading cassette (cas) files is uniquely different for the NUC/FujiNet combination I thought it good to outline that procedure.

The following assumes that you have your FujiNet Program Recorder configuration set to use the 'Pulldown Resistor' option. This selection is made using the FujiNet web UI via a browser, and then  saving it.


NUC-FujiNet Cassette Loading Example

  1. Select a cas file (e.g., O'Riley's Mine from FujiNet.online) via the config menu, press ENTER, and it will be placed in disk drive slot 8.
  2. Press OPTION (F4) and hold it, then press START (F2) and hold it until the system reboots with the characteristic BEEP, then release both the START and OPTION keys.
  3. To begin the file load, momentarily press the START key one more time... the RED LED will light up, and then just a tiny bit later the loading tones will commence.
 

Item 2 alternative: If you need BASIC enabled, only momentarily press the OPTION key and release it before subsequently pressing and holding the START key.

- Michael

576NUC+FujiNet Status

4/4/2021

 
Picture
Yesterday I assembled, tested, and shipped out three prototype NUC-FujiNet V1.5 boards to people in the Beta Team for their review.

When it comes to hardware development I can be very tenacious at fine tuning the design, but I'm afraid my patience for running thorough tests of all the different aspects is quite a bit less then desired. In order to insure that all of the bugs got squished out of this particular design iteration, I'll bow out and let the Beta Team have at it (Stephen, Herb, and Simon).

Assuming that all goes well in this regard, then AtariAge member Mr Robot will finalize the production FujiNet design he has been diligently working on, which will also incorporate the option of a top side-loading cartridge slot, as well as all the interface changes coming out of the V1.5 prototype (e.g., full SIO isolation when powered off).

And thanks to AtariAge member mozzwald, the SD card detect switch feature of this design has also been fully realized in the latest firmware release, so that we can now do SD card hot plugging and/or card swapping without the necessity of powering down or resetting the FujiNet board to reinitialize the card. This is an uber cool feature!

Production Design
Mr Robot's production board + case design concept is rapidly advancing, as can be seen in these simulated examples he created and first posted at AtariAge. And thanks to dimensional info coming from other members in the forums, he has hopefully gotten things sized to accept any and all cartridges ever made for the Atari 8-bit, including those wider AVG and SIDE carts, and the unique XE carts with the ridge sticking out of the back side.

Picture
Picture
Ultimately the plan is to offer it either as a stand-alone FujiNet minus the cart connector and raised case design, or as the full boat that you see here with the cartridge port inclusive. Obviously the non-cart version will be extremely compact with a minimal height requirement, thereby having a much lower profile lid for the case.
Picture
Needless to say, I think Mr Robot's design really hit it out of the park!

- Michael

576NUC+FujiNet Prototype V1.5 coming soon

3/23/2021

 
Made several changes to the previous prototype V1.3 design, and now have another set of sample boards for testing being manufactured by JLCPCB - scheduled to arrive around the end of this week. BTW, the SD card issue I was seeing from day one, has been solved, and came down to human error as well as an incompatible SD card.

What's Changed?

The Cassette Motor Control line has now been buffered and switched out of circuit when FujiNet is powered OFF, and the SD Card Detect Switch is now being sensed by IO12 on the ESP32, and will eventually see future support in the firmware (Now Implemented in firmware version 0.5.879c407c).
Picture
576nuc-fujinet_proto_v1.5_schema.pdf
File Size: 69 kb
File Type: pdf
Download File

4/08/2021 update - voltage divider changed
4/03/2021 update - resistor R2 changed to 33K
3/25/2021 update - voltage regulator (U1) and SIP resistor (RN1) part numbers corrected


This will be my last prototype, with the design already proven out by previously modding a V1.3 board. However I simply couldn't resist putting a bit of polish on the process, and doing one last board run with all the V1.5 changes in place. I also need a few boards for others to test so as to prove out the design, so having boards that incorporated all the changes was a prerequisite.

This time around I also wanted to properly pay homage to AtariAge members Mr Robot and mozzwald. Mr Robot deserving a call out for sourcing the switches, SD socket, and LED holders. And for the direction I got from his excellent PCB layouts that came before. And of course a big acknowledgement also goes to mozzwald the creator of the hardware design being used in the standard Atari FujiNet devices, which served as both my guide and inspiration. And a shout out to the rest of the FujiNet team for a wonderful game changing innovation known simply as FujiNet (visit FujiNet.online)

So the intention is to get a few of these out to the 576NUC+ Beta Test and Development Team, and let them run it through the ringer in order to shake out any bugs. Assuming that all goes well with that, then Mr Robot will take back the reins and proceed with the final production designs. There will be more to it then just FujiNet, so keep a look out for any posts he makes concerning that.

This new SIO interface circuit which is being proven out in this final V1.5 design, has been released into the public domain, and it is hoped that it'll see future use in other FujiNet related projects.

- Michael

576NUC+ Keyboard Functions (Part 3)

3/14/2021

 
Picture
Atari Key Codes assigned to PS/2 Keys
This will wrap up the coverage on the keyboard functions, with this episode specifically digging into how the PS/2 navigation keys are mapped vs. the Atari. For the rest of the key map that has not been covered by these tutorials, you can refer to the online TK-II Manual.

Unlike a stock Atari keyboard the PS/2 keyboard has a separate section to the right of the normal keys, and to the left of the numeric keypad that moves the cursor in interesting ways.

Initially, the arrow keys mimic the same action as seen when pressing CTRL+Arrows on a stock Atari keyboard. This action can be modified by pressing the control key in combination, thus rendering the same symbol as its Atari counterpart. Or the arrow mode can be changed by momentarily pressing ALT+A which will toggle it. When toggled, it either renders the Symbol or the CTRL+Arrows equivalent depending upon its current setting.
ALT+A is a volatile setting and will revert to the normal PS/2 arrow mode when the system is powered down, and back up.
In all cases, pressing control in combination with the arrow keys will temporarily reverse the present mode. So if you press CTRL+Arrows when in the normal 'PS/2 mode', that will produce symbols instead of cursor movement. Whereas if in 'Atari mode', will result in moving the cursor, with symbols only being rendered when no control key is pressed in combination.

Using SHIFT in combination with the PS/2 arrow keys produces the same symbols as the stock Atari keyboard, no matter which arrow mode you are currently in. SHIFT+CTRL when pressed with the PS/2 arrow keys, will not produce a character but instead mimic the same key codes as produced by the stock Atari keyboard for this same combination of keys.

The Insert key when pressed by itself will insert space to the right of the cursor, and when pressed with SHIFT, will insert extra blank lines below the cursor.

The Delete key when pressed by itself will delete characters or space to the right of the cursor, and when pressed with SHIFT, will delete lines below the cursor.

Home when pressed with either SHIFT or CTRL will clear the screen and home the cursor to the upper left. When pressed alone, will invoke a 1200XL function of simply homing the cursor to the left on whatever line it was on without clearing the screen.

End will invoke a 1200XL function to move the cursor to the far left of whatever line it was on.

PgUp (Page-Up) will invoke a 1200XL function and move the cursor directly up to the top left of the screen.

PgDn (Page-Down) will invoke a 1200XL function and move the cursor to the bottom left of the screen.
Note: all the 1200XL function key codes are available in any XL or XE OS, but not the older 400/800 OS.

Those last 4 special navigation keys (Home, End, PgUp, PgDn) can be very useful when utilized in an Atari program,  especially anything that requires the user to navigate a menu. For a good example, check out the customized SDrive Control Program or AtariAge member flashjazzcat's SIDE Loader and the Uno Cart contributions. Also FJC's The Last Word makes good use of these keys.

As FujiNet continues to mature, it would be nice to see more of these  special navigation keys play a roll in navigating the TNFS directories in a similar way to the examples given above.

- Michael
<<Previous

    Author

    My name is Michael St. Pierre and in the early 90's I decided to create my very first Atari 8-Bit upgrade. It was called TransKey.
    ---Then soon after Atari folded and I left the scene ---
    25 years later I came back with a mission to improve upon what I had started so long ago.

    Archives

    August 2023
    June 2023
    May 2023
    March 2023
    January 2023
    December 2022
    August 2022
    May 2022
    April 2022
    December 2021
    October 2021
    July 2021
    June 2021
    May 2021
    April 2021
    March 2021
    February 2021
    January 2021

    Categories

    All
    576NUC+
    AtariBits News
    ColecoVision
    Industrial Applications
    Intro
    Monster 600XL
    Multi-Carts
    Multi-SLOT 1200XL
    Transkey
    XEP80-II

    RSS Feed

Powered by Create your own unique website with customizable templates.