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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/a7800/a78_slot.cpp b/src/devices/bus/a7800/a78_slot.cpp
index 0ce375d2bb0..fc7445237cc 100644
--- a/src/devices/bus/a7800/a78_slot.cpp
+++ b/src/devices/bus/a7800/a78_slot.cpp
@@ -143,7 +143,7 @@ void a78_cart_slot_device::device_start()
call load
-------------------------------------------------*/
-int a78_cart_slot_device::validate_header(int head, bool log)
+int a78_cart_slot_device::validate_header(int head, bool log) const
{
switch (head & 0x3d)
{