mardi 30 mars 2021

RETRO COMPUTING : THE FOENIX BOARD

You know what? This morning the postman had a little surprise from Canada for me:


A new type of processor board specially developed for retro-computing, based on the WDC65C816S @ 14MHz processor and with at least 2MBytes of system RAM. Interesting isn't it?


It only remains to learn how to use it to develop interesting applications. Admit that this type of system is still more 'fun' than the endless and practically all identical boards on which the same Linux has been running for over 20 years!

lundi 22 mars 2021

uPF--2 : Beginning of electronic board design.

After having worked on several personal electronic boards as well as on the reissue of microcomputers, I can finally start designing my personal FPGA board.

This is a minimal system intended to replace the Z80 µPF--1 compatible development kit that I have mentioned several times on this blog.

The diagram looks something like this:







Overall this board is not very complicated and pretty much picks up the basic elements of the original design. I just added a few useful components that were lacking on the base board. 

I also modified the extension connector to present only a few interesting signals and not all of the data and address buses. I prefer to use expansion boards already created for other systems rather than recreating specific expansions.

It remains now to perform the most difficult part, the routing of the board:


It's not what I like most to achieve ;-)


mercredi 17 mars 2021

OMEGA MSX COMPUTER : FIRST START

As I mentioned in my previous post, this computer is not very difficult to assemble for those who have decent experience in this type of work. In fact, the hardest part is getting all the components. At one point, we still come to the end of this quest:


The 'only' component that is missing is the battery. But Cbios (MSX compatible) can do without it. The first start using a laboratory power supply with controlled intensity allowed me to avoid the 'magic smoke'!

And voilà :


The message is clear, the system is now waiting for an application cartridge. Note that I did not mount the keyboard proposed by the designer of this system. Standard USB keyboards are much less expensive. I intend instead to develop an interface allowing the use of a commercial keyboard on this computer.

There is therefore still a little work to be done to be able to use this MSX computer in a comfortable way, but the basic system is operational. This is a very good start. Well done to the designer of this Omega!


mardi 9 mars 2021

OMEGA MSX COMPUTER

With Covid, it's not very easy to move forward with the projects I'm working on right now. For example, I am mounting an MSX type computer board. This is Sergey Kiselev's Omega project available on Github at this address: https://github.com/skiselev/omega. The computer looks like this when mounted:

https://github.com/skiselev/omega

This computer is built from standard 'old' components but still relatively easily available. On the other hand, this implies the use of a multitude of sources of supply because it is totally impossible to find all the components from one supplier. Not that it's complicated, but it really takes a lot of time and organization. We also have to face long delivery times due to the Covid. The assembly of the board is not of great complexity but requires patience and a good practice of the soldering iron. It is definitely not a beginner's job.

My first board is almost finished: 


In fact, I have ordered components for several boards. No need to generate all these global transports for a single copy. I may offer a few mounted boards for sale. I plan to use this first one as a prototype for some future developments, because the MSX standard is still active and dynamic.

The Z80 which equips this type of equipment is definitely an excellent processor for familiarizing yourself with the architecture of computers and their programming. This is obviously a totally different approach to the 'virtual' world that is programming under Windows for example. I think that creating an application for such a machine is much more rewarding than running your first (boring) 'Hello World' application in its 'little window' ;-)

Other projects will soon be completed. I'll post on this blog when it's done ....