names.txt - Proper System Names in OSD

Kernel, Main, Utilities & Applications, Miscellaneous Devices.
User avatar
Threepwood
Posts: 133
Joined: Mon May 25, 2020 9:14 am
Has thanked: 4 times
Been thanked: 23 times

names.txt - Proper System Names in OSD

Unread post by Threepwood »

The names.txt file provides proper system names in the OSD of MiSTer FPGA. The file needs to go into the root of the main microSD ("/media/fat" from Linux side), the same place where MiSTer.ini and the MiSTer binary are located.

When core date codes are disabled then the system names can have a maximum length of 28 characters before extending off screen and scrolling after a short delay. In MiSTer.ini set rbf_hide_datecode=1 to hide these core timestamps. F2 toggles the display of date codes in case they are required to be temporarily visible.

The aim of this names.txt is to keep all system names withing this 28 characters limit and if available preface the system with a manufacturer name or acronym for better sorting.

Download: https://github.com/ThreepwoodLeBrush/Names_MiSTer
User avatar
kikaso
Posts: 26
Joined: Sun May 24, 2020 8:12 pm
Location: NYC
Has thanked: 4 times
Been thanked: 1 time

Re: names.txt - Proper System Names in OSD

Unread post by kikaso »

This is awesome!

Thanks for sharing
kubbie
Posts: 69
Joined: Mon May 25, 2020 11:41 am
Has thanked: 1 time
Been thanked: 3 times

Re: names.txt - Proper System Names in OSD

Unread post by kubbie »

Nice, it's working beautifully.
dshadoff
Core Developer
Posts: 534
Joined: Sun May 24, 2020 9:30 pm
Has thanked: 19 times
Been thanked: 141 times

Re: names.txt - Proper System Names in OSD

Unread post by dshadoff »

Note: we recently changed the core 'HT1080Z' to 'TRS-80', so you should update the entry for that core.
User avatar
keith.f.kelly
Posts: 88
Joined: Sun May 24, 2020 11:10 pm
Location: Sammamish, WA, USA
Has thanked: 3 times
Been thanked: 8 times
Contact:

Re: names.txt - Proper System Names in OSD

Unread post by keith.f.kelly »

Nice! I didn't realize this was possible.
User avatar
Threepwood
Posts: 133
Joined: Mon May 25, 2020 9:14 am
Has thanked: 4 times
Been thanked: 23 times

Re: names.txt - Proper System Names in OSD

Unread post by Threepwood »

dshadoff wrote: Thu May 28, 2020 9:29 pm Note: we recently changed the core 'HT1080Z' to 'TRS-80', so you should update the entry for that core.
Done, thanks for the heads up :)
User avatar
Threepwood
Posts: 133
Joined: Mon May 25, 2020 9:14 am
Has thanked: 4 times
Been thanked: 23 times

Re: names.txt - Proper System Names in OSD

Unread post by Threepwood »

The latest names.txt is now always available on Github, which is way easier than editing this post:

https://github.com/ThreepwoodLeBrush/Na ... /names.txt
User avatar
lomdar67
Posts: 182
Joined: Sun May 24, 2020 8:27 pm
Has thanked: 12 times
Been thanked: 8 times

Re: names.txt - Proper System Names in OSD

Unread post by lomdar67 »

Great idea, thanks.

What happens if a core is not in the file or a core has another name than in the file. Will it still show up in the OSD and work?
We raise hopes here...until they're old enough to fend for themselves.
--Mike Callahan
User avatar
Threepwood
Posts: 133
Joined: Mon May 25, 2020 9:14 am
Has thanked: 4 times
Been thanked: 23 times

Re: names.txt - Proper System Names in OSD

Unread post by Threepwood »

lomdar67 wrote: Thu Jun 18, 2020 10:28 am Great idea, thanks.

What happens if a core is not in the file or a core has another name than in the file. Will it still show up in the OSD and work?
In that case you will see the normal rbf-filename of the core missing in the names.txt like when you do not use the names.txt. There is no risk of not seeing a core, because of it and they all will work as usual.

MiSTer substitutes the rbf-filenames with the "proper" names from the list, only if there is a match. If there is a core that has no match in the list, then the name of the rbf-file will be displayed. Phrased differently: If there is an entry in the names.txt, that does not match an rbf-filename, then nothing will be substituted and that entry in the list gets ignored.
User avatar
lomdar67
Posts: 182
Joined: Sun May 24, 2020 8:27 pm
Has thanked: 12 times
Been thanked: 8 times

Re: names.txt - Proper System Names in OSD

Unread post by lomdar67 »

Threepwood wrote: Thu Jun 18, 2020 10:40 am If there is an entry in the names.txt, that does not match an rbf-filename, then nothing will be substituted and that entry in the list gets ignored.
Great! Thanks for the file!
We raise hopes here...until they're old enough to fend for themselves.
--Mike Callahan
theypsilon
Scripting Wizard
Posts: 105
Joined: Sun May 24, 2020 8:20 pm
Been thanked: 40 times

Re: names.txt - Proper System Names in OSD

Unread post by theypsilon »

A question for any users of update_all.sh that could be reading here.

Would you like to see an option for pulling this file from Threepwood repo in the updater?

There could be different versions of this names.txt that could be curated for matching some criterias like country, sorting, etc...
steveskr
Posts: 11
Joined: Mon May 25, 2020 2:41 am

Re: names.txt - Proper System Names in OSD

Unread post by steveskr »

Threepwood wrote: Thu Jun 18, 2020 10:05 am The latest names.txt is now always available on Github, which is way easier than editing this post:

https://github.com/ThreepwoodLeBrush/Na ... /names.txt
Massive thanks for putting this together. I've added additional entries for a few beta and non-official cores that I have on my MiSTer. I'm sure I'm not alone. Would you prefer to have folks report missing/additional systems in this thread, send you pull requests, or ? Additional cores:

[Computers]
F68kMiSTer: Sharp X68000
mister_coco: Tandy TRS-80 Color Computer 3
release-MiSTerDemu: Nippon PC-8800 (PC-88)
SS: SparcStation (NeXT)

[Consoles]
C2650: Arcadia 2001 & VC 4000
Intv: Mattel Intellivision
Jaguar: Atari Jaguar
User avatar
Moondandy
Top Contributor
Posts: 535
Joined: Mon May 25, 2020 2:14 am
Location: Edinburgh, Scotland
Has thanked: 32 times
Been thanked: 97 times

Re: names.txt - Proper System Names in OSD

Unread post by Moondandy »

I really like this addition, was great that Sorg implemented it. I adapted my version to include unofficial cores and went with British namings when they differed, commenting out the North American entries. Here is what my file looks like, might be worth feeding some of the additions into the main file.


# Place this file in the root of your micro SD card.
# This changes how the non-arcade cores are displayed in your menu.
# It does NOT make changes to your existing files or folders.

# Names on the left need to match the name of the RBF (without the date).
# Names on the right can be modified as desired.
# Cores will be displayed alphabetically based on the modified names.
# Consider setting rbf_hide_datecode=1 in MiSTer.ini for best results.

# Comment/uncomment lines to match your preferred region, or add your own
# custom lines for existing systems or new ones as they become available.

# [RBF name]: [name that will be shown in the menu]

# Computer Cores

Altair8800: Altair 8800
Amstrad: Amstrad CPC 6128
ao486: IBM 386-Compatible
Apogee: Apogee BK-01
Apple-I: Apple I
Apple-II: Apple II+
Aquarius: Mattel Aquarius
Archie: Acorn Archimedes
Atari800: Atari 800XL/65XE/130XE
AtariST: Atari ST/STe
Atom: Acorn Atom
BBCMicro: BBC Micro B
BK0011M: Electronika BK-0011M
C16: Commodore Plus/4
C64: Commodore 64
CoCo3: TRS-80 Model III
EDSAC: EDSAC
Electron: Acorn Electron
Galaksija: Galaksija
ht1080z: TRS-80 Model I / HT1080Z
Jupiter: Jupiter Ace
MacPlus: Apple Macintosh Plus
Minimig: Commodore Amiga
MSX: MSX/MSX2/MSX2+/TurboR
MultiComp: MultiComp (Z80/6502/6809)
ORAO: Velebit Informatika Orao
Oric: Oric-1/Atmos
PDP1: DEC PDP-1
PET2001: Commodore PET 2001
QL: Sinclair QL
SAMCoupe: SAM Coupe
SharpMZ: Sharp MZ Series
Specialist: Specialist/MX
Ti994a: TI-99/4A
TRS-80: TRS-80 Model I
TSConf: ZX Evolution (TS-Config)
Vector-06C: Vector-06C
VIC20: Commodore VIC-20
X68000: Sharp X68000
ZX81: Sinclair ZX81
ZX-Spectrum: Sinclair ZX Spectrum

# Console Cores

Astrocade: Bally Astrocade
Atari2600: Atari 2600
Atari5200: Atari 5200
Atari7800: Atari 7800
AY-3-8500: GI Pong (AY-3-8500)
C2650: Arcadia 2001
ColecoVision: ColecoVision/SG-1000
#Gameboy: Nintendo Game Boy/Color
Gameboy: Nintendo Game Boy/Colour
GBA: Nintendo Game Boy Advance
#Genesis: Sega Genesis
Genesis: Sega Mega Drive
Intv: Mattel Intellivision
Jaguar: Atari Jaguar
#MegaCD: Sega CD
MegaCD: Sega Mega CD
NeoGeo: SNK Neo Geo MVS/AES
NES: Nintendo NES
#NES: Nintendo Famicom
Odyssey2: Magnavox Odyssey2
SMS: Sega Master System/Game Gear
SNES: Nintendo Super NES
#SNES: Nintendo Super Famicom
TurboGrafx16: NEC TurboGrafx-16/CD
#TurboGrafx16: NEC PC Engine/CD
Vectrex: GCE Vectrex

# LLAPI Cores

Gameboy_LLAPI: Nintendo GB/GBC (LLAPI)
GBA_LLAPI: Nintendo GBA (LLAPI)
#Genesis_LLAPI: Sega Genesis (LLAPI)
Genesis_LLAPI: Sega Mega Drive (LLAPI)
#MegaCD_LLAPI: Sega CD (LLAPI)
MegaCD_LLAPI: Sega Mega CD (LLAPI)
NeoGeo_LLAPI: SNK Neo Geo (LLAPI)
NES_LLAPI: Nintendo NES (LLAPI)
Pacman_LLAPI: Pac-Man (LLAPI)
SMS_LLAPI: Sega SMS/GG (LLAPI)
SNES_LLAPI: Nintendo SNES (LLAPI)
TurboGrafx16_LLAPI: NEC TurboGrafx-16/CD (LLAPI)

# Other Cores

Arduboy: Arduboy
Chip8: CHIP-8
GameOfLife: Game of Life
FlappyBird: Flappy Bird
Hack: Nand2Tetris Hack Computer

# Service Cores

memtest: SDRAM Test
User avatar
Threepwood
Posts: 133
Joined: Mon May 25, 2020 9:14 am
Has thanked: 4 times
Been thanked: 23 times

Re: names.txt - Proper System Names in OSD

Unread post by Threepwood »

steveskr wrote: Sat Jun 20, 2020 3:15 pm [Computers]
F68kMiSTer: Sharp X68000
mister_coco: Tandy TRS-80 Color Computer 3
release-MiSTerDemu: Nippon PC-8800 (PC-88)
SS: SparcStation (NeXT)

[Consoles]
C2650: Arcadia 2001 & VC 4000
Intv: Mattel Intellivision
Jaguar: Atari Jaguar
Thank you! I will add them :)

steveskr wrote: Sat Jun 20, 2020 3:15 pmWould you prefer to have folks report missing/additional systems in this thread, send you pull requests, or ?
I will monitor this thread, but I am thinking about the best way to attribute people without making that half the work. The files are "just" lists of core names, thus I made my repo content "Creative Commons Zero v1.0 Universal" aka. public domain and anybody could reupload the files, removing comments with attribution legally. Thus I would prefer pull requests from people who want their contribution documented and I will do my best to always name people in commit messages.

Moondandy wrote: Sat Jun 20, 2020 3:50 pm I adapted my version to include unofficial cores and went with British namings when they differed, commenting out the North American entries. Here is what my file looks like, might be worth feeding some of the additions into the main file.
Many thanks, Moondandy, that is massive! I will include all your additions in due time.
LeftEmpty
Posts: 141
Joined: Sun May 24, 2020 6:47 pm
Has thanked: 2 times
Been thanked: 4 times

Re: names.txt - Proper System Names in OSD

Unread post by LeftEmpty »

PC-88 should be NEC PC-8801 (or NEC PC-8801mkIISR if you wish, as it is the line the core aims for) instead of Nippon PC-8800
User avatar
Moondandy
Top Contributor
Posts: 535
Joined: Mon May 25, 2020 2:14 am
Location: Edinburgh, Scotland
Has thanked: 32 times
Been thanked: 97 times

Re: names.txt - Proper System Names in OSD

Unread post by Moondandy »

So my technique of commenting out doesn't seem to actually work, it seems to ignore the hash and take the first one listed. So if you have:

#Genesis: Sega Genesis
Genesis: Sega Mega Drive

It will display Sega Genesis.

Another one you may want to add in advance is:
PICO: Sega Pico
User avatar
Threepwood
Posts: 133
Joined: Mon May 25, 2020 9:14 am
Has thanked: 4 times
Been thanked: 23 times

Re: names.txt - Proper System Names in OSD

Unread post by Threepwood »

Moondandy wrote: Tue Jun 23, 2020 12:19 pm So my technique of commenting out doesn't seem to actually work, it seems to ignore the hash and take the first one listed. So if you have:

#Genesis: Sega Genesis
Genesis: Sega Mega Drive

It will display Sega Genesis.
Semicolon does not work either. I will leave the comments out for now.

@Sorgelig: Is it possible to leave comments in the names.txt?
User avatar
Sigismond0
Posts: 339
Joined: Mon May 25, 2020 2:21 am
Has thanked: 1 time
Been thanked: 66 times

Re: names.txt - Proper System Names in OSD

Unread post by Sigismond0 »

I've started changing my file up a bit to take advantage of the new 2-line menu. It's just a matter of putting in the right amount of white space. You can even draw in "spacers" to help you line everything up correctly in Notepad, and the lines will be ignored.

1.jpg
1.jpg (147.29 KiB) Viewed 29701 times
2.jpg
2.jpg (132.85 KiB) Viewed 29701 times
3.jpg
3.jpg (137.5 KiB) Viewed 29701 times
4.jpg
4.jpg (131.54 KiB) Viewed 29701 times
5.png
5.png (27.94 KiB) Viewed 29701 times
rhester72
Top Contributor
Posts: 1107
Joined: Thu Jun 11, 2020 2:31 am
Has thanked: 13 times
Been thanked: 169 times

Re: names.txt - Proper System Names in OSD

Unread post by rhester72 »

@Sigismond0 What does the 2-line approach do to the vertical name bar on the left in the core OSD?
User avatar
Sigismond0
Posts: 339
Joined: Mon May 25, 2020 2:21 am
Has thanked: 1 time
Been thanked: 66 times

Re: names.txt - Proper System Names in OSD

Unread post by Sigismond0 »

rhester72 wrote: Wed Jun 24, 2020 5:21 pm @Sigismond0 What does the 2-line approach do to the vertical name bar on the left in the core OSD?
Nothing--that name comes from the core itself, and not the names.ini file. For example, the TurboGrafx core says "TGFX16". AFAIK, the only thing this affects is the actual list of cores in the menu.
User avatar
Threepwood
Posts: 133
Joined: Mon May 25, 2020 9:14 am
Has thanked: 4 times
Been thanked: 23 times

Re: names.txt - Proper System Names in OSD

Unread post by Threepwood »

Sigismond0 wrote: Wed Jun 24, 2020 3:45 pm I've started changing my file up a bit to take advantage of the new 2-line menu. It's just a matter of putting in the right amount of white space. You can even draw in "spacers" to help you line everything up correctly in Notepad, and the lines will be ignored.
That's a really good idea, I was not aware the two line mode works for core names now. I will experiment with it and use it for the "full" type of names.txt that I want to make.
User avatar
Sigismond0
Posts: 339
Joined: Mon May 25, 2020 2:21 am
Has thanked: 1 time
Been thanked: 66 times

Re: names.txt - Proper System Names in OSD

Unread post by Sigismond0 »

Yeah, it's really nice. While you can do this, it'll still do the thing where the first line scrolls if the entire name is longer than two. So it works well for things like "Nintendo Game Boy | Game Boy Color", but I really had to pare down on the TurboGrafX core to make it fit nicely on two lines. Listing out "PC Engine TurboGrafX 16 CD-ROM2 TurboGrafx-CD SuperGrafX" can work on two lines, but then the first line starts scrolling, shows the second line's contents redundantly, and then shows the third/fourth lines. Messy. And things like "General Consumer Electronics Vectrex" still don't fit on just a single line, and wrapping it to two lines gives you "General Consumer Electronics" as the visible portion when not highlighted, and you can see Vectrex when highlighted. So not a super perfect solution, but if you work around the limitations I think it looks great.
theypsilon
Scripting Wizard
Posts: 105
Joined: Sun May 24, 2020 8:20 pm
Been thanked: 40 times

Re: names.txt - Proper System Names in OSD

Unread post by theypsilon »

I just published a script that fetches from the repository from @Threepwood

https://github.com/theypsilon/Names_TXT_Updater_MiSTer/

It's extracted from another script of mine, so the functionality is exactly the same, but ths is the standalone version. It helps you to sync with your preferred names.txt from that repository ( https://github.com/ThreepwoodLeBrush/Names_MiSTer ).
User avatar
Moondandy
Top Contributor
Posts: 535
Joined: Mon May 25, 2020 2:14 am
Location: Edinburgh, Scotland
Has thanked: 32 times
Been thanked: 97 times

Re: names.txt - Proper System Names in OSD

Unread post by Moondandy »

One small unofficial one not in the names file, the Mandelbrot core:
viewtopic.php?f=14&t=2268&p=31202#p31202

Displays as "mandelbrot" probably just want to capitalise the M, but could call it "Mandelbrot Zoom".
User avatar
Threepwood
Posts: 133
Joined: Mon May 25, 2020 9:14 am
Has thanked: 4 times
Been thanked: 23 times

Re: names.txt - Proper System Names in OSD

Unread post by Threepwood »

Moondandy wrote: Thu Aug 05, 2021 11:50 am One small unofficial one not in the names file, the Mandelbrot core:
viewtopic.php?f=14&t=2268&p=31202#p31202

Displays as "mandelbrot" probably just want to capitalise the M, but could call it "Mandelbrot Zoom".
Thank you, Moondandy, I will add that core :)
User avatar
Moondandy
Top Contributor
Posts: 535
Joined: Mon May 25, 2020 2:14 am
Location: Edinburgh, Scotland
Has thanked: 32 times
Been thanked: 97 times

Re: names.txt - Proper System Names in OSD

Unread post by Moondandy »

Nice one. Might want to add JT's SD Ram tests as well:

https://github.com/jotego/jtbin/blob/ma ... 210108.rbf
https://github.com/jotego/jtbin/blob/ma ... 210108.rbf

I wound up finding these after I posted.

I haven't gone back and checked the names file yet, but the Input Tester was displaying as one word so maybe not added yet either.

Keep up the good work, really nice having proper names for everything grabbed via script - and them not being the US names for someone in the UK.
User avatar
Moondandy
Top Contributor
Posts: 535
Joined: Mon May 25, 2020 2:14 am
Location: Edinburgh, Scotland
Has thanked: 32 times
Been thanked: 97 times

Re: names.txt - Proper System Names in OSD

Unread post by Moondandy »

User avatar
Threepwood
Posts: 133
Joined: Mon May 25, 2020 9:14 am
Has thanked: 4 times
Been thanked: 23 times

Re: names.txt - Proper System Names in OSD

Unread post by Threepwood »

For sure, thanks a lot, Moondandy :). I will add them all. Currently I am working on adding more columns to the CSV as well, to generate the so far missing common-names variants. That is a bit of work and I will do all that as soon as I get to it. These cores will be included then, too.
User avatar
Moondandy
Top Contributor
Posts: 535
Joined: Mon May 25, 2020 2:14 am
Location: Edinburgh, Scotland
Has thanked: 32 times
Been thanked: 97 times

Re: names.txt - Proper System Names in OSD

Unread post by Moondandy »

Nice one, good effort! It looks like the 3D cores have the same name as the main cores so that won't work. That's a shame, I wonder if those could get different name in the repo so we could have both in the same folder.
User avatar
Threepwood
Posts: 133
Joined: Mon May 25, 2020 9:14 am
Has thanked: 4 times
Been thanked: 23 times

Re: names.txt - Proper System Names in OSD

Unread post by Threepwood »

The 3D names may be an issue, but for now I will add them to the list with "3D" appended to the core name. It will be easy to change once they get a distinct name and in the meantime you can append the 3D manually.
Post Reply