FM Towns Core

Zagg3r
Posts: 15
Joined: Mon Jan 02, 2023 5:35 pm
Has thanked: 6 times

Re: FM Towns Core

Unread post by Zagg3r »

Is the .qar file for the Mister?
Where does it have to be placed?

User avatar
limi
Top Contributor
Posts: 619
Joined: Sun May 24, 2020 6:53 pm
Has thanked: 135 times
Been thanked: 418 times

Re: FM Towns Core

Unread post by limi »

It’s for Quartus, the HDL tool used for FPGA development.

EeDee
Posts: 238
Joined: Thu Dec 24, 2020 12:33 pm
Has thanked: 7 times
Been thanked: 47 times

Re: FM Towns Core

Unread post by EeDee »

Here is the .rbf (20230303)

release-TOWNS.rbf
(3.64 MiB) Downloaded 304 times
Zagg3r
Posts: 15
Joined: Mon Jan 02, 2023 5:35 pm
Has thanked: 6 times

Re: FM Towns Core

Unread post by Zagg3r »

With this .rbf I'm getting only a black screen...
I've tried placing the boot.rom in the / and in the _Computer dirs, is there something else needed?

Flandango
Core Developer
Posts: 388
Joined: Wed May 26, 2021 9:35 pm
Has thanked: 41 times
Been thanked: 328 times

Re: FM Towns Core

Unread post by Flandango »

boot.rom in games/TOWNS

Fpg-lee
Posts: 27
Joined: Tue Nov 08, 2022 1:47 pm
Has thanked: 17 times
Been thanked: 2 times

Re: FM Towns Core

Unread post by Fpg-lee »

Hi, is the necessary boot.rom known by another file name in a FM Towns file dump?
I don't seem to be able to find boot.rom connected to FMTowns when searching.

Lastly, what functionality does this early RBF have as of today?

Thanks.

jca
Top Contributor
Posts: 1911
Joined: Wed May 27, 2020 1:59 pm
Has thanked: 145 times
Been thanked: 454 times

Re: FM Towns Core

Unread post by jca »

When Puu released the original version this is what he said:
For the BIOS ROM image, create a TOWNS directory on the SD card and save it as boot.rom.
Concatenate the ROM image in the following order from the top of the file.
1.DOS(512kB)
2.DIC(512kB)
3.FNT(256kB)
4.F20(512kB)
5.SYS(256kB)
total 2MB.
NVRAM (SRAM) will evaporate when the core is reloaded, so set it each time.

Fpg-lee
Posts: 27
Joined: Tue Nov 08, 2022 1:47 pm
Has thanked: 17 times
Been thanked: 2 times

Re: FM Towns Core

Unread post by Fpg-lee »

jca wrote: Wed Mar 08, 2023 6:26 pm

When Puu released the original version this is what he said:
For the BIOS ROM image, create a TOWNS directory on the SD card and save it as boot.rom.
Concatenate the ROM image in the following order from the top of the file.
1.DOS(512kB)
2.DIC(512kB)
3.FNT(256kB)
4.F20(512kB)
5.SYS(256kB)
total 2MB.
NVRAM (SRAM) will evaporate when the core is reloaded, so set it each time.

Create and Save a boot.rom folder containing above files inside a TOWNS folder? then put TOWNS folder inside of Games directory?
Something like that?

jca
Top Contributor
Posts: 1911
Joined: Wed May 27, 2020 1:59 pm
Has thanked: 145 times
Been thanked: 454 times

Re: FM Towns Core

Unread post by jca »

The folder name on the PC side does not matter. Create a TOWNS folder in games if you don't have it and copy the boot.rom you created in that folder.

User avatar
Retro-Nerd
Posts: 143
Joined: Fri Jul 08, 2022 2:47 am
Has thanked: 5 times
Been thanked: 40 times

Re: FM Towns Core

Unread post by Retro-Nerd »

At that point there isn't much to test anyway. Puu had some success with booting the Towns DOS, but no games or applications.

Fpg-lee
Posts: 27
Joined: Tue Nov 08, 2022 1:47 pm
Has thanked: 17 times
Been thanked: 2 times

Re: FM Towns Core

Unread post by Fpg-lee »

jca wrote: Wed Mar 08, 2023 7:20 pm

The folder name on the PC side does not matter. Create a TOWNS folder in games if you don't have it and copy the boot.rom you created in that folder.

When you say create boot.rom do you mean merely create a boot.rom folder (with aforementioned files inside Games/TOWNS?)
Not, create a boot.rom single file, from somehow merging the files inside of a boot.rom file container?

Last reply, sorry to be so verbose.

jca
Top Contributor
Posts: 1911
Joined: Wed May 27, 2020 1:59 pm
Has thanked: 145 times
Been thanked: 454 times

Re: FM Towns Core

Unread post by jca »

First you have to find the files I mentioned above, usually a zip file or 7z file which contains them for example [BIOS] FM Towns [ROM] [Set 1].7z.
Once unzipped you will get several files like:
fmt_dic.rom
fmt_dos.rom
fmt_f20.rom
fmt_fnt.rom
fmt_sys.rom

To create the bios.rom:
copy /b fmt_dos.rom+fmt_dic.rom+fmt_fnt.rom+fmt_f20.rom+fmt_sys.rom bios.rom

Flandango
Core Developer
Posts: 388
Joined: Wed May 26, 2021 9:35 pm
Has thanked: 41 times
Been thanked: 328 times

Re: FM Towns Core

Unread post by Flandango »

I used fmtownsa.zip from the mame rom set to get the fmt_* files...and while I didn't do any indepth testing/playing around with the core, it does boot and searches for floppy/harddrive...which I haven't gotten that far yet....other events keep taking me away...

jca
Top Contributor
Posts: 1911
Joined: Wed May 27, 2020 1:59 pm
Has thanked: 145 times
Been thanked: 454 times

Re: FM Towns Core

Unread post by jca »

I did not try the new version of the core but with the old one I did not go very far as I was unable to find D88 images, only strange extensions which I have no idea what they are. I will try again one of these days.

User avatar
Retro-Nerd
Posts: 143
Joined: Fri Jul 08, 2022 2:47 am
Has thanked: 5 times
Been thanked: 40 times

Re: FM Towns Core

Unread post by Retro-Nerd »

Archive.org has some D88 images. But nothing i could start properly. So...

User avatar
SIDKidd
Posts: 17
Joined: Wed Aug 12, 2020 12:04 pm
Location: Bremen, Germany
Has thanked: 5 times
Been thanked: 2 times

Re: FM Towns Core

Unread post by SIDKidd »

Hmm, I don't get any bootscreen. Any help would be really appreciated :-). Got the BIOS files from the repack.

Anyway, this release showed up today on Discord.

Attachments
FMTowns_20230309.rbf
(3.66 MiB) Downloaded 144 times
User avatar
Retro-Nerd
Posts: 143
Joined: Fri Jul 08, 2022 2:47 am
Has thanked: 5 times
Been thanked: 40 times

Re: FM Towns Core

Unread post by Retro-Nerd »

You have to copy all files into one boot.rom

viewtopic.php?p=62676#p62676

User avatar
SIDKidd
Posts: 17
Joined: Wed Aug 12, 2020 12:04 pm
Location: Bremen, Germany
Has thanked: 5 times
Been thanked: 2 times

Re: FM Towns Core

Unread post by SIDKidd »

Retro-Nerd wrote: Thu Mar 09, 2023 8:45 pm

You have to copy all files into one boot.rom

viewtopic.php?p=62676#p62676

I dunno why I chose to the name the file bios.rom :-D
Thanks for the extra hint!

cyo.the.vile
Posts: 14
Joined: Tue Aug 03, 2021 5:17 pm
Has thanked: 1 time
Been thanked: 5 times

Re: FM Towns Core

Unread post by cyo.the.vile »

Retro-Nerd wrote: Wed Mar 08, 2023 10:06 pm

Archive.org has some D88 images. But nothing i could start properly. So...

There are a lot of people here that dont understand how this computer works so let me explain something.

Software for this computer was released like this:
-CD with files containing main game executable
-CD with FD required that contained the main game executable
-CD with FD that was a save floppy with the main game executable on CD. In many instances the save floppy is required for normal operation. So while technically it isnt a boot floppy, it should be treated just as important.
-FD or multiple FD with the first disk containing the main game executable.

FM Towns doesnt have an operating system. The puppy screen (his name is Bernard btw) is an IPL that scans all drives for an operating system. It keeps cycling all drives until it can find something to boot.

Your D88 images you found wont start because likely the core still has trouble starting and running TownsOS. Some FD games can load and seem playable though. FMR games run stable. What games didnt boot?

User avatar
Retro-Nerd
Posts: 143
Joined: Fri Jul 08, 2022 2:47 am
Has thanked: 5 times
Been thanked: 40 times

Re: FM Towns Core

Unread post by Retro-Nerd »

It would be probably easier if you could tell us which games already run on disk. There aren't many floppy disk only based games in D88 image format out there, unless there are better sources i don't know of.

bonna79
Posts: 4
Joined: Mon Mar 20, 2023 6:40 pm
Been thanked: 1 time

Re: FM Towns Core

Unread post by bonna79 »

Hello lads
I have a problem, after creating the folder, inserting the core and putting the boot file, fmtowns starts but after a count, I think of the ram, a message appears in Japanese, which translated tells me,: an illegal interruption has occurred.
What does bad boot file mean? Thank you

cyo.the.vile
Posts: 14
Joined: Tue Aug 03, 2021 5:17 pm
Has thanked: 1 time
Been thanked: 5 times

Re: FM Towns Core

Unread post by cyo.the.vile »

Retro-Nerd wrote: Sat Mar 18, 2023 6:14 pm

It would be probably easier if you could tell us which games already run on disk. There aren't many floppy disk only based games in D88 image format out there, unless there are better sources i don't know of.

We dont even have all of the games dumped for FM Towns. I cant give an accurate list. But you are correct; most games on towns were CD based.
The Mame softlist is currently the most accurate list of dumped towns software.

Post Reply