diff options
Diffstat (limited to 'src/devices/bus/a7800/a78_slot.cpp')
-rw-r--r-- | src/devices/bus/a7800/a78_slot.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/a7800/a78_slot.cpp b/src/devices/bus/a7800/a78_slot.cpp index 0d71161fc70..c5170169ce4 100644 --- a/src/devices/bus/a7800/a78_slot.cpp +++ b/src/devices/bus/a7800/a78_slot.cpp @@ -22,7 +22,7 @@ even if not all carts use all of them (in particular no cart type seems to use access to the ranges $0500 to $0fff and $2800 to $2fff) - + ***********************************************************************************************************/ @@ -473,7 +473,7 @@ bool a78_cart_slot_device::call_load() } -void a78_partialhash(hash_collection &dest, const unsigned char *data, +void a78_partialhash(util::hash_collection &dest, const unsigned char *data, unsigned long length, const char *functions) { if (length <= 128) |