summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/megadrive/md_slot.cpp
diff options
context:
space:
mode:
author Nathan Woods <npwoods@mess.org>2017-04-09 13:06:11 -0400
committer Vas Crabb <cuavas@users.noreply.github.com>2017-04-10 14:13:42 +1000
commit2724e695263500e92aeb98edb88b17201b4000bd (patch)
treec046c01134bfd95f99e63336c4c9646e69adc89e /src/devices/bus/megadrive/md_slot.cpp
parentabedbd9c68a5031fa1636eb5147c086d3a888d45 (diff)
Made a number of methods be const correct and static where appropriate
Also changed a few methods to return 'bool' when appropriate
Diffstat (limited to 'src/devices/bus/megadrive/md_slot.cpp')
-rw-r--r--src/devices/bus/megadrive/md_slot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/megadrive/md_slot.cpp b/src/devices/bus/megadrive/md_slot.cpp
index 417ae3cfd07..d51f3647fa5 100644
--- a/src/devices/bus/megadrive/md_slot.cpp
+++ b/src/devices/bus/megadrive/md_slot.cpp
@@ -671,7 +671,7 @@ void base_md_cart_slot_device::setup_nvram()
-int base_md_cart_slot_device::get_cart_type(uint8_t *ROM, uint32_t len)
+int base_md_cart_slot_device::get_cart_type(const uint8_t *ROM, uint32_t len)
{
int type = SEGA_STD;