mame/hash
Vas Crabb 1a5c013c33 (nw) softlist_dev.cpp: validate ROM labels
The free-for-all on labels in software lists is not working.  There's no
consistency, labels are getting excessively long, people are starting to
use non-ASCII characters in labels making it harder for others to type
them when manipulating files on the command line, and there's too much
markup being put in labels.

The length limit is 127 characters, same as for labels in MAME itself.
This should be long enough to be descriptive.  Remember that the Win32
path limit is 260 characters, and many applications and frameworks have
issues with longer paths, including Windows Explorer and the .NET
framework.  Labels are used as filenames, so concessions need to be
made for this.

I have not abbreviated excessively long labels myself - they're
currently causing 135 validity errors.  Someone else can fix them.

Printable ASCII characters are allowed, with a few exceptions.  The
exceptions are limited to characters most likely to cause issues for
interactive shells and scripts:
* ! - csh event substitution (very difficult to escape properly)
* $ - sh varibale expansion
* % - csh job control, cmd variable expansion
* / - UNIX directory separator
* : - sh path separator, Windows drive qualifier
* \ - sh escape, Windows directory separator

Most of the labels that had to be edited were using ! for markup, or
using ! and % for titles in labels.  Strangely, titles in labels are
often forced to lower case, despite this never being enforced for
software lists.  There are also various other edits to titles used for
labels, such as moving articles to the end (with or without a comma),
or replacing spaces with underscores.  As I already said, there's no
consistency at all.

There is far too much markup in labels.  They're even being used for
notes in some cases (e.g. at least one case where a dumper's name is in
the label).  The XML schema supports metadata - use it.  For example,
you can use part_id for an unrestricted display name for a software
part.  You can also use XML comments for notes.

And while on the topic of metadata, vgmplay.xml is putting the same
thing in the part_id as well as the label.  The part_id should have
the actual title, not the title mangled to make it more suitable for
use as a filename.  Addressing this would be a lot of work, given how
large the file is.

For now, empty data areas in software lists cause a verbose message
rather than a validation warning.  There are thousands of software
lists using empty data areas to indicate the size/width of cartridge
RAM/EEPROM/etc.
2020-04-16 14:04:06 +10:00
..
3do_m2.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
32x.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
a800_cass.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
a800_flop.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
a800.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
a2600_cass.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
a2600.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
a5200.hsi (nw) More license shuffling 2020-03-07 22:02:56 +11:00
a5200.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
a7800.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
abc80_cass.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
abc80_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
abc800_hdd.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
abc800.xml abc800c, abc800m: Fixed HR graphics. [Curt Coder] 2020-04-15 21:33:28 +03:00
abc806.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
abc1600.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
acrnsys_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
acrnsys_rom.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
adam_cart.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
adam_cass.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
adam_flop.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
advantage.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
advision.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
aim65_cart.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
aleste.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
alice32.xml softlist_dev.cpp: start adding validation for data areas 2020-04-16 00:11:41 +10:00
alice90.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
alphatro_cart.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
alphatro_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
altos5.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
altos8600.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
amiga_a1000.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
amiga_a3000.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
amiga_apps.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
amiga_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
amiga_hardware.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
amiga_workbench.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
amigaaga_flop.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
amigaecs_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
amigaocs_flop.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
ampro.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
apc.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
apfimag_cass.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
apfm1000.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
apogee.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
apollo_ctape.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
apple1.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
apple2_cass.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
apple2_flop_clcracked.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
apple2_flop_misc.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
apple2_flop_orig.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
apple2gs.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
apple3.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
applix_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
apricot_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
aquarius.xml (nw) aquarius : added Dick Smith info. 2020-03-18 14:44:02 +11:00
arb.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
arcadia.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
archimedes.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
astrocde.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
atom_cass.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
atom_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
atom_rom.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
attache.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
aussiebyte.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
b2m.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
bbc_flop_6502.xml Merged software list bbc_flop_65c102 into bbc_flop_6502 (nw) 2020-03-24 19:09:21 +00:00
bbc_flop_32016.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
bbc_flop_68000.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
bbc_flop_80186.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
bbc_flop_arm.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
bbc_flop_torch.xml New NOT_WORKING software list additions 2020-03-24 19:09:21 +00:00
bbc_flop_z80.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
bbc_rom.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
bbca_cass.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
bbcb_cass_de.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
bbcb_cass.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
bbcb_flop_orig.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
bbcb_flop_us.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
bbcb_flop.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
bbcbc.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
bbcm_cart.xml New working software list additions 2020-04-15 20:57:01 +01:00
bbcm_cass.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
bbcm_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
bbcmc_flop.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
bdesignm_design_cart.xml New NOT_WORKING software list additions 2020-03-09 19:09:55 +01:00
bdesignm_game_cart.xml New NOT_WORKING software list additions 2020-03-09 19:09:55 +01:00
bk0010.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
bkrankp_cart.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
bml3_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
buzztime_cart.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
bw2.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
bw12.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
bw14.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
bx256hp_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
c2color_cart.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
c64_cart.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
c64_cass.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
c64_flop_clcracked.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
c64_flop_misc.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
c64_flop_orig.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
c65_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
c128_cart.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
c128_flop.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
c128_rom.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
camplynx_cass.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
camplynx_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
casio_rompack.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
casloopy.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
cbm2_cart.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
cbm2_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
cbm8096_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
cbm8296_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
cc40_cart.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
cd32.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
cdi.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
cdtv.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
cecflop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
cgenie_cass.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
cgenie_flop_rom.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
channelf.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
chessmstdm.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
clickstart_cart.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
coco_cart.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
coco_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
coleco.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
compclr2_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
compis.xml srcclean (nw) 2020-03-22 14:33:57 +11:00
comx35_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
conchess_plymate.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
conchess_standard.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
copera.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
cpc_cass.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
cpc_flop.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
crvision.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
cx3000tc.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
dai_cass.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
database.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
dc.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
dgnalpha_flop.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
dgnbeta_flop.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
dim68k.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
dmv.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
dps1.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
dragon_cart.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
dragon_cass.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
dragon_flex.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
dragon_flop.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
dragon_os9.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
e01_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
ec1841.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
einstein.xml softlist_dev.cpp: start adding validation for data areas 2020-04-16 00:11:41 +10:00
ekara_japan_a.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
ekara_japan_ac.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
ekara_japan_bh.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
ekara_japan_d.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
ekara_japan_en.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
ekara_japan_g.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
ekara_japan_gk.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
ekara_japan_m.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
ekara_japan_p.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
ekara_japan_s.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
ekara_japan_sp.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
ekara_japan_web.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
ekara_japan.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
ekara_pal.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
ekara_us.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
electron_cart.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
electron_cass.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
electron_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
electron_rom.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
entex_sag.xml microvsn: simplify cart_load, add notes to xml (nw) 2020-04-09 17:16:03 +02:00
ep64_cart.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
ep64_cass.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
ep64_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
epson_cpm.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
evio.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
ews286_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
exl100.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
famicom_cass.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
famicom_flop.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
fidel_sc6.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
fidel_scc.xml microvsn: internal artwork for lcd (nw) 2020-04-13 12:45:15 +02:00
fm7_cass.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
fm7_disk.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
fm77av.xml softlist_dev.cpp: start adding validation for data areas 2020-04-16 00:11:41 +10:00
fmtowns_cd.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
fmtowns_flop.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
g7400.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
galaxy.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
gamate.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
gameboy.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
gamecom.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
gamegear.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
gameking3.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
gameking.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
gamepock.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
gba_ereader.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
gba.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
gbcolor.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
gcslottv.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
ggm.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
gimix.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
gj4000.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
gjmovie.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
gjrstar.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
gl2000.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
gl6000sl.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
glcolor.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
glcx.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
gln.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
gls.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
gmaster.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
gp32.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
gtfore.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
guab.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
gx4000.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
h21.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
horizon.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
hp9k3xx_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
hp85_rom.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
hp86_rom.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
hp9825b_rom.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
hp9835a_rom.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
hp9845a_rom.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
hp9845b_rom.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
hp_ipc.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
ht68k.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
hx20_rom.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
hyperscan.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
i7000_card.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
ibm5140.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
ibm5150_cass.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
ibm5150.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
ibm5170_cdrom.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
ibm5170.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
ibm6580.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
ibmpcjr_cart.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
ibmpcjr_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
icanguit.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
icanpian.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
intellect02.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
interact.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
interpro.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
intv.hsi (nw) More license shuffling 2020-03-07 22:02:56 +11:00
intv.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
intvecs.xml softlist_dev.cpp: start adding validation for data areas 2020-04-16 00:11:41 +10:00
iq128.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
iq151_cart.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
iq151_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
ique.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
iqunlim_cart.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
jaguar.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
jakks_gamekey_dp.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
jakks_gamekey_dy.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
jakks_gamekey_mv.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
jakks_gamekey_nk.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
jakks_gamekey_nm.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
jakks_gamekey_sw.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
jazz.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
jb3000_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
jpopira_jp.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
juicebox.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
juku.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
jupace_cass.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
jupace_snap.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
k28m2.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
kayproii.xml softlist_dev.cpp: start adding validation for data areas 2020-04-16 00:11:41 +10:00
kc_cart.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
kc_cass.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
kc_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
kim1_cass.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
korvet_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
lantutor.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
laser2001_cart.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
leapfrog_leappad_cart.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
leapfrog_ltleappad_cart.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
leapfrog_mfleappad_cart.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
leapster.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
lisa2.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
lisa.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
lviv.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
lynx.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
m5_cart.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
m5_cass.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
m5_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
m20.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
mac_flop.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
mac_hdd.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
mac_hdflop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
mbc55x.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
mbc200.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
mc10.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
mc1000_cass.xml srcclean (nw) 2020-03-22 14:33:57 +11:00
mc1502_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
md2_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
megacd.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
megacdj.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
megadriv.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
megaduck.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
megapc.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
megatech.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
mephisto_mm1.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
mephisto_mm2.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
mephisto_mm4.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
mephisto_mm5.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
mephisto_smondial2.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
microvision.xml microvsn: show paddle pos in layout (nw) 2020-04-14 17:11:12 +02:00
midi_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
mikro80.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
mikrosha_cart.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
mikrosha_cass.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
mindset_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
misterx.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
mm1_flop.xml mm1_flop : added 3 boot disks from "the collection". 2020-04-10 20:14:05 +10:00
mo5_cart.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
mo5_cass.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
mo5_flop.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
mo5_qd.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
mo6_cass.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
mo6_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
mobigo_cart.xml New NOT_WORKING software list additions (#6513) 2020-04-03 08:25:32 +02:00
monon_color.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
mpu1000.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
mpz80.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
msx1_cart.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
msx1_cass.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
msx1_flop.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
msx2_cart.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
msx2_cass.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
msx2_flop.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
msx2.hsi (nw) More license shuffling 2020-03-07 22:02:56 +11:00
msx2p_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
msx.hsi (nw) More license shuffling 2020-03-07 22:02:56 +11:00
msxr_flop.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
mt65_cass.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
mt65_rom.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
mt65_snap.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
mtx_cart.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
mtx_cass.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
mtx_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
mtx_rom.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
myvision.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
mz700_cass.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
mz800_cass.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
mz2000_cass.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
mz2000_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
mz2200_cass.xml srcclean (nw) 2020-03-22 14:33:57 +11:00
mz2500.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
n64.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
n64dd.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
nascom_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
nascom_snap.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
nascom_socket.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
neocd.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
neogeo.xml add mslug5b to hash\neogeo.xml (#6552) 2020-04-15 17:38:25 -04:00
nes_ade.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
nes_datach.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
nes_kstudio.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
nes_ntbrom.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
nes.hsi (nw) More license shuffling 2020-03-07 22:02:56 +11:00
nes.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
next.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
ngp.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
ngpc.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
nimbus.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
octopus.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
odyssey2.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
ondra.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
orao.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
orion_cart.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
orion_cass.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
orion_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
orionpro_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
osborne1.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
osborne2.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
p500_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
partner_cass.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
partner_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
pasogo.xml pasogo.xml: fixed hashes 2020-04-10 10:32:09 +10:00
pasopia_cass.xml srcclean (nw) 2020-03-22 14:33:57 +11:00
pb2000c.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
pc88va.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
pc98_cd.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
pc98.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
pc1000.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
pc1512_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
pc1512_hdd.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
pc1640_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
pc1640_hdd.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
pc8201.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
pc8801_cass.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
pc8801_flop.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
pcd_flop.xml pcd_flop: New working software items 2020-04-16 02:52:01 +10:00
pce_tourvision.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
pce.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
pcecd.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
pcfx.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
pcw16.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
pcw.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
pcx_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
pecom_cass.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
pegasus_cart.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
pencil2.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
pentagon_cass.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
pet_cass.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
pet_flop.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
pet_hdd.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
pet_quik.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
pet_rom.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
phc25_cass.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
pi_storyreader_cart.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
pi_storyreader_v2_cart.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
picno.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
pico.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
pippin_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
pippin.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
plus4_cart.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
plus4_cass.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
plus4_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
pmd85_cass.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
pockchalv2.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
pockchalw.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
pofo.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
poisk1_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
pokemini.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
poly_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
princ.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
pro128_cart.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
pro128_cass.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
pro128_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
pro128s_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
prof80.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
prof180.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
psi98.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
psion1.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
psion2.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
psx.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
pt68k2.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
pv1000.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
pv2000.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
px4_cart.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
px8_cart.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
pyl601.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
ql_cart.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
ql_cass.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
ql_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
quizwiz.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
qx10_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
r9751.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
radio86_cart.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
radio86_cass.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
rainbow.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
README.md
rwtrntcs.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
rx78.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
sage2.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
saitek_egr.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
saitek_kso.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
saitek_schess.xml New working machines 2020-03-28 01:44:44 +01:00
samcoupe_cass.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
samcoupe_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
sat_cart.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
sat_vccart.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
saturn.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
sawatte.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
sbrain.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
sc3000_cart.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
sc3000_cass.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
scv.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
sdk85.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
sega_beena_cart.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
segacd.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
sf7000.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
sg1000.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
sgx.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
sitcom.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
smarttv_cart.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
smc777.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
sms.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
snes_bspack.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
snes_strom.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
snes_vkun.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
snes.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
snotec.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
snread.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
snspell.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
socrates.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
softbox.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
softwarelist.dtd
sol20_cass.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
sorcerer_cart.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
sorcerer_cass.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
sorcerer_flop.xml sorcerer_flop: 2020-04-16 01:58:35 +10:00
spc1000_cass.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
spc1500_cass.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
special_cass.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
special_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
specpls3_flop.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
spectrum_betadisc_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
spectrum_cart.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
spectrum_cass.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
spectrum_flop_opus.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
spectrum_mgt_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
spectrum_microdrive.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
spectrum_wafadrive.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
squale_cart.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
st_cart.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
st_flop.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
stepone_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
studio2.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
stv.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
super6.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
super80_cass.xml srcclean (nw) 2020-03-22 14:33:57 +11:00
superpet_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
supracan.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
sv8000.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
svi318_cart.xml (nw) svi318_cart : formatting 2020-04-02 02:56:05 +11:00
svi318_cass.xml softlist_dev.cpp: start adding validation for data areas 2020-04-16 00:11:41 +10:00
svi318_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
svision.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
svmu.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
t1000.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
tandy2k.xml softlist_dev.cpp: start adding validation for data areas 2020-04-16 00:11:41 +10:00
tandy6k.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
tandy200.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
tc4.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
tdv2324.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
tek4052_cart.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
telestory_cart.xml Plug and Play work (#6494) 2020-03-28 20:26:25 -04:00
tg16.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
ti74_cart.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
ti95_cart.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
ti99_cart.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
tiki100.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
timex_dock.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
tntell.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
to7_cart.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
to7_cass.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
to7_qd.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
to8_cass.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
to8_qd.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
to770_cart.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
to770a_cart.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
to_flop.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
trs80m2.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
trsm100.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
tutor.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
tvc_cart.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
tvc_cass.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
tvc_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
tvgogo.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
unichamp.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
ut88.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
uzebox.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
v1050_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
v1050_hdd.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
vbaby_cart.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
vboy.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
vc4000.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
vector06_cart.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
vector06_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
vectrex.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
vg5k.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
vgmplay.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
vic10.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
vic1001_cart.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
vic1001_cass.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
vic1001_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
victor9k_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
vidbrain.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
vii.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
vip.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
visicom.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
vixen.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
vsmile_cart.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
vsmile_cd.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
vsmileb_cart.xml New NOT_WORKING software list additions 2020-03-20 13:34:51 +01:00
vsmilem_cart.xml New NOT_WORKING software list additions 2020-03-29 19:51:27 +02:00
vtech_storio_cart.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
vz_cass.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
vz_snap.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
wangpc.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
waveterm.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
wicat.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
wmbullet.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
wscolor.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
wswan.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
x1_cass.xml softlist_dev.cpp: start adding validation for data areas 2020-04-16 00:11:41 +10:00
x1_flop.xml softlist_dev.cpp: start adding validation for data areas 2020-04-16 00:11:41 +10:00
x07_card.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
x07_cass.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
x68k_flop.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
xegs.xml (nw) softlist_dev.cpp: validate ROM labels 2020-04-16 14:04:06 +10:00
xerox820.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
xerox820ii.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
z80ne_cass.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
z80ne_flop.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
z88_cart.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
zorba.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
zx80_cass.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00
zx81_cass.xml (nw) More license shuffling 2020-03-07 22:02:56 +11:00

Software Lists

Software lists are containing meta-data of software for computers and consoles and are coming from various sources, they are not compiled in code but use as valuable source of information in order to preserve and document software.

Licensed under CC0 1.0 Universal (CC0 1.0)