Page 3 of 3

Re: FM Towns Core

Posted: Sun Mar 05, 2023 8:43 pm
by Zagg3r

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


Re: FM Towns Core

Posted: Sun Mar 05, 2023 8:51 pm
by limi

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


Re: FM Towns Core

Posted: Sun Mar 05, 2023 9:51 pm
by EeDee

Here is the .rbf (20230303)

release-TOWNS.rbf
(3.64 MiB) Downloaded 400 times

Re: FM Towns Core

Posted: Tue Mar 07, 2023 8:38 pm
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?


Re: FM Towns Core

Posted: Tue Mar 07, 2023 9:37 pm
by Flandango

boot.rom in games/TOWNS


Re: FM Towns Core

Posted: Wed Mar 08, 2023 5:19 pm
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.


Re: FM Towns Core

Posted: Wed Mar 08, 2023 6:26 pm
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.


Re: FM Towns Core

Posted: Wed Mar 08, 2023 6:38 pm
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?


Re: FM Towns Core

Posted: Wed Mar 08, 2023 7:20 pm
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.


Re: FM Towns Core

Posted: Wed Mar 08, 2023 7:30 pm
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.


Re: FM Towns Core

Posted: Wed Mar 08, 2023 7:35 pm
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.


Re: FM Towns Core

Posted: Wed Mar 08, 2023 8:14 pm
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


Re: FM Towns Core

Posted: Wed Mar 08, 2023 8:56 pm
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...


Re: FM Towns Core

Posted: Wed Mar 08, 2023 9:25 pm
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.


Re: FM Towns Core

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

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


Re: FM Towns Core

Posted: Thu Mar 09, 2023 7:59 pm
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.


Re: FM Towns Core

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

You have to copy all files into one boot.rom

viewtopic.php?p=62676#p62676


Re: FM Towns Core

Posted: Thu Mar 09, 2023 9:02 pm
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!


Re: FM Towns Core

Posted: Sat Mar 18, 2023 4:56 pm
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?


Re: FM Towns Core

Posted: Sat Mar 18, 2023 6:14 pm
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.


Re: FM Towns Core

Posted: Mon Mar 20, 2023 6:42 pm
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


Re: FM Towns Core

Posted: Wed Apr 05, 2023 4:59 pm
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.


Re: FM Towns Core

Posted: Sat Apr 13, 2024 5:11 am
by puu

Re: FM Towns Core

Posted: Sat Jun 29, 2024 8:37 pm
by hippie131

adding the rbf from the most recent qar file from the link puu provided (240409)


Re: FM Towns Core

Posted: Wed Oct 23, 2024 2:42 pm
by Goran

Thank you for realisizing this in advance. I will wait patiently to that day