diff --git a/hash/chip8.xml b/hash/chip8_quik.xml
similarity index 100%
rename from hash/chip8.xml
rename to hash/chip8_quik.xml
diff --git a/hash/psx.xml b/hash/psx.xml
index 07679578f7f..9747c4fa78c 100644
--- a/hash/psx.xml
+++ b/hash/psx.xml
@@ -41661,7 +41661,7 @@ The entries in this section are intended to replace the existing "low-grade" Jap
-->
- Densha Daisuki - Play Rail ga Ippai (Jpn)
+ Densha Daisuki - Plarail ga Ippai (Jpn)
1998
Tomy
@@ -44007,11 +44007,12 @@ The entries in this section are intended to replace the existing "low-grade" Jap
-->
- ΓΑΛΕΟΖ (Jpn)
+ GALEOZ (Jpn)
1996
Atlus
+
@@ -44092,7 +44093,7 @@ The entries in this section are intended to replace the existing "low-grade" Jap
-->
- Gunbare! Game Tengoku - The Game Paradise 2 (Jpn)
+ GUNbare! Game Tengoku - The Game Paradise 2 (Jpn)
1998
Jaleco
@@ -47651,11 +47652,12 @@ The entries in this section are intended to replace the existing "low-grade" Jap
-->
- Koukλoθεαtρo - Yuukyuu no Hitomi (Jpn)
+ Kouklotheatro - Yuukyuu no Hitomi (Jpn)
1999
Sunsoft
+
@@ -55476,7 +55478,7 @@ The entries in this section are intended to replace the existing "low-grade" Jap
-->
- Simple 1500 Series vol.71 - The Renai Simulation 2 (Jpn)
+ Simple 1500 Series vol.71 - The Ren'ai Simulation 2 (Jpn)
2001
D3 Publisher
@@ -56977,7 +56979,7 @@ The entries in this section are intended to replace the existing "low-grade" Jap
-->
- Toca Touring Car Championship (Jpn)
+ TOCA Touring Car Championship (Jpn)
1998
Upstar
diff --git a/hash/wscolor.xml b/hash/wscolor.xml
index c3a43936d65..f594f54aeeb 100644
--- a/hash/wscolor.xml
+++ b/hash/wscolor.xml
@@ -1195,9 +1195,11 @@ See the wswan software list for the full game list.
Qute
+
+
+ -->
diff --git a/src/mame/drivers/d6800.cpp b/src/mame/drivers/d6800.cpp
index 834bc21f360..ca08bcbc118 100644
--- a/src/mame/drivers/d6800.cpp
+++ b/src/mame/drivers/d6800.cpp
@@ -412,7 +412,7 @@ void d6800_state::d6800(machine_config &config)
quickload_image_device &quickload(QUICKLOAD(config, "quickload", "bin,c8", attotime::from_seconds(2)));
quickload.set_load_callback(FUNC(d6800_state::quickload_cb));
quickload.set_interface("chip8quik");
- SOFTWARE_LIST(config, "quik_list").set_original("chip8").set_filter("D");
+ SOFTWARE_LIST(config, "quik_list").set_original("chip8_quik").set_filter("D");
}
/* ROMs */
diff --git a/src/mame/drivers/funworld.cpp b/src/mame/drivers/funworld.cpp
index f27b801839d..d3ba1e8c5e5 100644
--- a/src/mame/drivers/funworld.cpp
+++ b/src/mame/drivers/funworld.cpp
@@ -8715,7 +8715,7 @@ GAMEL( 199?, jolycdit, jollycrd, cuoreuno, jolycdit, funworld_state, init_tab
GAMEL( 1990, jolycdib, jollycrd, cuoreuno, jolycdib, funworld_state, init_tabblue, ROT0, "bootleg", "Jolly Card (Italian, encrypted bootleg, set 1)", 0, layout_jollycrd ) // not a real TAB blue PCB
GAMEL( 1993, jolycdic, jollycrd, cuoreuno, jolycdic, funworld_state, init_tabblue, ROT0, "bootleg", "Jolly Card (Italian, encrypted bootleg, set 2)", 0, layout_jollycrd ) // not a real TAB blue PCB
GAMEL( 1993, jolycdii, jollycrd, cuoreuno, jolycdib, funworld_state, init_tabblue, ROT0, "bootleg (Cleco)", "Jolly Card (Italian, encrypted bootleg, set 3)", 0, layout_jollycrd ) // Cleco bootleg PCB
-GAMEL( 1993, jolycdcy, jollycrd, cuoreuno, jolycdcy, funworld_state, init_tabblue, ROT0, "bootleg (Cleco)", "Zabavni Karti (cyrillic, Bulgarian, encrypted)", 0, layout_jollycrd )
+GAMEL( 1993, jolycdcy, jollycrd, cuoreuno, jolycdcy, funworld_state, init_tabblue, ROT0, "bootleg (Cleco)", "Zabavni Karti (Bulgarian, encrypted)", 0, layout_jollycrd )
// Dino 4 encrypted hardware...
GAMEL( 1997, pool10e, pool10, cuoreuno, cuoreuno, funworld_state, init_dino4, ROT0, "C.M.C.", "Pool 10 (Italian, Dino 4 hardware, encrypted)", 0, layout_jollycrd )
diff --git a/src/mame/drivers/tmc1800.cpp b/src/mame/drivers/tmc1800.cpp
index 43d4d9aeece..d0ca713e0c2 100644
--- a/src/mame/drivers/tmc1800.cpp
+++ b/src/mame/drivers/tmc1800.cpp
@@ -803,7 +803,7 @@ void tmc1800_state::tmc1800(machine_config &config)
//quickload_image_device &quickload(QUICKLOAD(config, "quickload", "bin,c8", attotime::from_seconds(2)));
//quickload.set_load_callback(FUNC(tmc1800_base_state_state::quickload_cb));
//quickload.set_interface("chip8quik");
- //SOFTWARE_LIST(config, "quik_list").set_original("chip8").set_filter("T"); // filter unknown until it can be tested
+ //SOFTWARE_LIST(config, "quik_list").set_original("chip8_quik").set_filter("T"); // filter unknown until it can be tested
CASSETTE(config, m_cassette);
m_cassette->set_default_state(CASSETTE_STOPPED | CASSETTE_MOTOR_ENABLED | CASSETTE_SPEAKER_ENABLED);
diff --git a/src/mame/drivers/vip.cpp b/src/mame/drivers/vip.cpp
index 6b857fc616a..2dd7ac192bf 100644
--- a/src/mame/drivers/vip.cpp
+++ b/src/mame/drivers/vip.cpp
@@ -758,7 +758,7 @@ void vip_state::vip(machine_config &config)
quickload_image_device &quickload(QUICKLOAD(config, "quickload", "bin,c8", attotime::from_seconds(2)));
quickload.set_load_callback(FUNC(vip_state::quickload_cb));
quickload.set_interface("chip8quik");
- SOFTWARE_LIST(config, "quik_list").set_original("chip8").set_filter("V");
+ SOFTWARE_LIST(config, "quik_list").set_original("chip8_quik").set_filter("V");
CASSETTE(config, m_cassette);
m_cassette->set_default_state(CASSETTE_STOPPED | CASSETTE_MOTOR_ENABLED | CASSETTE_SPEAKER_ENABLED);