summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/interpro.cpp
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2017-08-25 14:11:03 +1000
committer Vas Crabb <vas@vastheman.com>2017-08-25 14:11:03 +1000
commit5a70a9722af8647c327fa97a8aa754e33fa4c082 (patch)
tree945e26647b4fd9d09b618f39de780a33b4e3d4a9 /src/mame/drivers/interpro.cpp
parentaf9cedac52c21371b7cc5377307be4c6d048558d (diff)
Validate BIOS names and fix most errors found:
* Error on characters other than [a-z0-9.-_] in name * Error on duplicate name or description * Error on non-existent default BIOS Still errors for duplicate BIOS descriptions in AdamNet FDC and mc1502 - I dont' know enough about these systems to make useful descrptions. Could someone who knows what these things are please disambiguate the descriptions? * Adam FDC descripes 320ta, dbl24 and dsdd as "320KB DSDD" * mc1502 describes v531 and v531_92 as "v5.31 12/10/92"
Diffstat (limited to 'src/mame/drivers/interpro.cpp')
-rw-r--r--src/mame/drivers/interpro.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/interpro.cpp b/src/mame/drivers/interpro.cpp
index 69226dfa60b..e3b8bd6c266 100644
--- a/src/mame/drivers/interpro.cpp
+++ b/src/mame/drivers/interpro.cpp
@@ -517,7 +517,7 @@ MACHINE_CONFIG_END
ROM_START(ip2800)
ROM_REGION(0x0020000, INTERPRO_EPROM_TAG, 0)
- ROM_SYSTEM_BIOS(0, "IP2830", "IP2830")
+ ROM_SYSTEM_BIOS(0, "ip2830", "IP2830")
ROMX_LOAD("ip2830_eprom.bin", 0x00000, 0x20000, CRC(467ce7bd) SHA1(53faee40d5df311f53b24c930e434cbf94a5c4aa), ROM_BIOS(1))
ROM_REGION(0x0040000, INTERPRO_FLASH_TAG, 0)