summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/scv/slot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/scv/slot.h')
-rw-r--r--src/devices/bus/scv/slot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/scv/slot.h b/src/devices/bus/scv/slot.h
index efdeeb45baa..48c543d74ad 100644
--- a/src/devices/bus/scv/slot.h
+++ b/src/devices/bus/scv/slot.h
@@ -75,7 +75,7 @@ public:
virtual const software_list_loader &get_software_list_loader() const override { return rom_software_list_loader::instance(); }
int get_type() { return m_type; }
- int get_cart_type(uint8_t *ROM, uint32_t len);
+ static int get_cart_type(const uint8_t *ROM, uint32_t len);
void save_ram() { if (m_cart && m_cart->get_ram_size()) m_cart->save_ram(); }