diff --git a/hash/bbc_flop_6502.xml b/hash/bbc_flop_6502.xml
index f43bb525112..2f99ac61814 100644
--- a/hash/bbc_flop_6502.xml
+++ b/hash/bbc_flop_6502.xml
@@ -82,6 +82,19 @@ Acorn BBC Micro - 6502 2nd Processor Discs
+
+ 65C102 Co-Processor Support Disc
+ 1986
+ Acorn Computers
+
+
+
+
+
+
+
+
+
Hi-InterSheet
1986
@@ -133,7 +146,7 @@ Acorn BBC Micro - 6502 2nd Processor Discs
- P-System
+ p-System
1984
Acornsoft/TDI
@@ -141,7 +154,7 @@ Acorn BBC Micro - 6502 2nd Processor Discs
-
+
diff --git a/hash/bbc_flop_65c102.xml b/hash/bbc_flop_65c102.xml
deleted file mode 100644
index a52ecb8f941..00000000000
--- a/hash/bbc_flop_65c102.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
-
-
-
- 65C102 Co-Processor Support Disc
- 1986
- Acorn Computers
-
-
-
-
-
-
-
-
-
-
diff --git a/src/devices/bus/bbc/tube/tube_6502.cpp b/src/devices/bus/bbc/tube/tube_6502.cpp
index 99852ca8d90..5571975a9f2 100644
--- a/src/devices/bus/bbc/tube/tube_6502.cpp
+++ b/src/devices/bus/bbc/tube/tube_6502.cpp
@@ -84,7 +84,6 @@ void bbc_tube_6502_device::add_common_devices(machine_config &config)
/* software lists */
SOFTWARE_LIST(config, "flop_ls_6502").set_original("bbc_flop_6502");
- SOFTWARE_LIST(config, "flop_ls_65c102").set_original("bbc_flop_65c102");
}
void bbc_tube_6502_device::device_add_mconfig(machine_config &config)
diff --git a/src/devices/bus/bbc/tube/tube_rc6502.cpp b/src/devices/bus/bbc/tube/tube_rc6502.cpp
index c567be6f98a..666c5fbece7 100644
--- a/src/devices/bus/bbc/tube/tube_rc6502.cpp
+++ b/src/devices/bus/bbc/tube/tube_rc6502.cpp
@@ -125,7 +125,6 @@ void bbc_tube_rc6502_device::add_common_devices(machine_config &config)
/* software lists */
SOFTWARE_LIST(config, "flop_ls_6502").set_original("bbc_flop_6502");
- SOFTWARE_LIST(config, "flop_ls_65c102").set_original("bbc_flop_65c102");
}
void bbc_tube_rc6502_device::device_add_mconfig(machine_config &config)