HDMI for the Adam
HDMI for the Adam
I thought of this a few days ago. Take a raspberry pi. Write a tms9928 emulator in c, python or other language. Hook up the data pins on the Adams vdp to the gpio pins of the pi as input only. Then have the emulator read what is being sent to the vdp and emulate it on the pi, displaying it on the hdmi screen. I know I am simplifying things but the vdp is simple - the Adam sends a command and then data. The pi will only process the data for display, it won’t send anything back to the Adam - let the internal vdp do that.
This is not to be confused with the F18 or others - this is a totally different take on upgrading the Adam - while the pi is there it could also be used for other things - drive emulation - serial port etc. what do you think?
This is not to be confused with the F18 or others - this is a totally different take on upgrading the Adam - while the pi is there it could also be used for other things - drive emulation - serial port etc. what do you think?
Milli
Re: HDMI for the Adam
Should work in theory. Writing that emulator is not for the faint-hearted however 

Re: HDMI for the Adam
Actually it may be - using the source code in the ADAMem- it already emulates the vdp
Milli
Re: HDMI for the Adam
Sounds like a worthy project.
I've always thought that the RPi is a perfect companion for most classic computers. If the software was there, it could be a wifi modem, SD card reader, USB printer interface, USB keyboard interface, joystick interface... and so on. 80 columns? Sure, why not. It could take the Adam into a whole new direction.
I've always thought that the RPi is a perfect companion for most classic computers. If the software was there, it could be a wifi modem, SD card reader, USB printer interface, USB keyboard interface, joystick interface... and so on. 80 columns? Sure, why not. It could take the Adam into a whole new direction.
Re: HDMI for the Adam
Would it be simpler just to use a SCART cable to HDMI?
-----
Jimmy
ADAM, Amiga 2000, C64
Retrocades
Jimmy
ADAM, Amiga 2000, C64
Retrocades
Re: HDMI for the Adam
The adam doesn't have Scart output - just composite and RF. I have tried the upscalers and they do not work very well.
Milli
Re: HDMI for the Adam
If someone is offering to do the 9928 emulation on the Pi if hardware is provided, I can provide the hardware.
The easiest method, in terms of communication between the Z80 and the replacement 9928 is to replace its register set by an emulated set. Then use software and a small state machine to recreate what would be displayed. The Pi has a very accessible framebuffer that is highly configurable. It can upscale to 1080P transparently and simply.
If this is the appropriate place, we can discuss hardware and emulator options and do something quite quickly.
The easiest method, in terms of communication between the Z80 and the replacement 9928 is to replace its register set by an emulated set. Then use software and a small state machine to recreate what would be displayed. The Pi has a very accessible framebuffer that is highly configurable. It can upscale to 1080P transparently and simply.
If this is the appropriate place, we can discuss hardware and emulator options and do something quite quickly.
Re: HDMI for the Adam
For reference, the datasheet with programmer's model is here:
http://www.bitsavers.org/components/ti/ ... _Nov82.pdf
http://www.bitsavers.org/components/ti/ ... _Nov82.pdf