summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/a7800/a78_slot.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/a7800/a78_slot.cpp')
-rw-r--r--src/devices/bus/a7800/a78_slot.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/devices/bus/a7800/a78_slot.cpp b/src/devices/bus/a7800/a78_slot.cpp
index 78749155cbb..e33048ec40c 100644
--- a/src/devices/bus/a7800/a78_slot.cpp
+++ b/src/devices/bus/a7800/a78_slot.cpp
@@ -468,15 +468,6 @@ image_init_result a78_cart_slot_device::call_load()
}
-void a78_partialhash(util::hash_collection &dest, const unsigned char *data,
- unsigned long length, const char *functions)
-{
- if (length <= 128)
- return;
- dest.compute(&data[128], length - 128, functions);
-}
-
-
/*-------------------------------------------------
call_unload
-------------------------------------------------*/