TFMSX Rev2 specifications

Home for the Terriblefire MSX clone

Moderators: terriblefire, Terriblefire Moderator

Emphii
Posts: 3
Joined: 16 Apr 2024 18:17

TFMSX Rev2 specifications

Post by Emphii »

Hi.

I've recently got one TFMSX rev2 board on my hands for testing, which is made by Chucky. I've been chatting with emails with him as I can't fire it up.

I've tried to find an information how it needs to be configured, like
- what kind of power supply is required? (5VDC, negative center is the only information I have, my power supply gives 5VDC/2A and polarity is changeable)
- DIP switch settings? (S1, S2)
- monitor port is informed to comply with the Amstrad CPC+ specification, and this board it's 8-pin DIN 262 degrees

VDP jumpers are marked clearly.
--
Emphii / Extream
extreamdemoscene.org

- Atari Falcon 030 / 2x Spectravideo 328MK2 / Spectravideo 328 / Spectravideo 728
terriblefire
Admin sponsor
Admin sponsor
Posts: 5686
Joined: 28 Aug 2017 22:56
Location: Glasgow, UK

Re: TFMSX Rev2 specifications

Post by terriblefire »

Emphii wrote: 16 Apr 2024 19:15 Hi.

I've recently got one TFMSX rev2 board on my hands for testing, which is made by Chucky. I've been chatting with emails with him as I can't fire it up.

I've tried to find an information how it needs to be configured, like
- what kind of power supply is required? (5VDC, negative center is the only information I have, my power supply gives 5VDC/2A and polarity is changeable)
- DIP switch settings? (S1, S2)
- monitor port is informed to comply with the Amstrad CPC+ specification, and this board it's 8-pin DIN 262 degrees

VDP jumpers are marked clearly.
The power supply is 5V +ve centre. The Dip swtiches pick rom bank of 1 to 4.

Code: Select all

#!/bin/bash

# wget http://www.msxarchive.nl/pub/msx/emulator/openMSX/systemroms.zip
# unzip systemroms.zip

rm -f *.rom* bank* default.rom
wget http://msx2.org/DVD_MSX/Emuladores/BlueMSX%202.8.2/Machines/Shared%20Roms/MSX2.rom
wget http://msx2.org/DVD_MSX/Emuladores/BlueMSX%202.8.2/Machines/Shared%20Roms/MSX2EXT.rom
wget http://msx2.org/DVD_MSX/Emuladores/BlueMSX%202.8.2/Machines/Shared%20Roms/MSX2BR.rom
wget http://msx2.org/DVD_MSX/Emuladores/BlueMSX%202.8.2/Machines/Shared%20Roms/MSX2BREXT.rom
wget http://msx2.org/DVD_MSX/Emuladores/BlueMSX%202.8.2/Machines/Shared%20Roms/DISK.rom
wget http://msx2.org/DVD_MSX/Emuladores/BlueMSX%202.8.2/Machines/Shared%20Roms/MSX2P.rom
wget http://msx2.org/DVD_MSX/Emuladores/BlueMSX%202.8.2/Machines/Shared%20Roms/MSX2PEXT.rom
wget http://msx2.org/DVD_MSX/Emuladores/BlueMSX%202.8.2/Machines/Shared%20Roms/MSX2SP.rom
wget http://msx2.org/DVD_MSX/Emuladores/BlueMSX%202.8.2/Machines/Shared%20Roms/MSX2SPEXT.rom

cat MSX2.rom MSX2EXT.rom DISK.rom > bank0
cat MSX2BR.rom MSX2BREXT.rom DISK.rom > bank1
cat MSX2P.rom MSX2PEXT.rom DISK.rom > bank2
cat MSX2SP.rom MSX2SPEXT.rom DISK.rom > bank3

cat bank0 bank1 bank2 bank3 > default.rom
This is how the (default) roms are created.

The RGB cable is the CPC+. Chosen because it was the cheapest i could find. Here is the URL.

https://coolnovelties.co.uk/coolnovelti ... results=20
———
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
Emphii
Posts: 3
Joined: 16 Apr 2024 18:17

Re: TFMSX Rev2 specifications

Post by Emphii »

Oujeah - Thanks for the clarify! :) I switched the power supplys polarity and the board immediately fired up.

I had only 8 pin din 270 degrees connector, which is not very co-operative in here, so perhaps I need to find either the correct video cable or din connector.
--
Emphii / Extream
extreamdemoscene.org

- Atari Falcon 030 / 2x Spectravideo 328MK2 / Spectravideo 328 / Spectravideo 728
terriblefire
Admin sponsor
Admin sponsor
Posts: 5686
Joined: 28 Aug 2017 22:56
Location: Glasgow, UK

Re: TFMSX Rev2 specifications

Post by terriblefire »

Emphii wrote: 16 Apr 2024 19:59 Oujeah - Thanks for the clarify! :) I switched the power supplys polarity and the board immediately fired up.

I had only 8 pin din 270 degrees connector, which is not very co-operative in here, so perhaps I need to find either the correct video cable or din connector.
The decision for this cable was entirely because it was the cheapest one i could find on any website coupled with the fact the MSX didnt have a standard video output connector.
———
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
Emphii
Posts: 3
Joined: 16 Apr 2024 18:17

Re: TFMSX Rev2 specifications

Post by Emphii »

I still need to return to this - Where I can find reliable information about the video connector pinout and what format it delivers (RGB/component)?
I've tried this one, https://www.cpcmania.com/Docs/Scart/Scart.htm (CPC464+/6128+) without external power connection, as I _guess_ that power is delivered through the video connector (just guessing, but pin 3?).

Neither my Finlux-tv (which I use with Atari (scart/vga) or Specrtavideo's (side AV)) or OSSC does not recognise the signal from TFMSX.
--
Emphii / Extream
extreamdemoscene.org

- Atari Falcon 030 / 2x Spectravideo 328MK2 / Spectravideo 328 / Spectravideo 728
terriblefire
Admin sponsor
Admin sponsor
Posts: 5686
Joined: 28 Aug 2017 22:56
Location: Glasgow, UK

Re: TFMSX Rev2 specifications

Post by terriblefire »

Emphii wrote: 15 Aug 2025 11:02 I still need to return to this - Where I can find reliable information about the video connector pinout and what format it delivers (RGB/component)?
I've tried this one, https://www.cpcmania.com/Docs/Scart/Scart.htm (CPC464+/6128+) without external power connection, as I _guess_ that power is delivered through the video connector (just guessing, but pin 3?).

Neither my Finlux-tv (which I use with Atari (scart/vga) or Specrtavideo's (side AV)) or OSSC does not recognise the signal from TFMSX.
The pinout is the CPC 6126+ without the power. I chose it because it was the cheapest cable in this category.
———
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."

Return to “TFMSX”

Who is online

Users browsing this forum: ClaudeBot and 0 guests