summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/megadrive/md_slot.h
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.h
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.h')
-rw-r--r--src/devices/bus/megadrive/md_slot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/megadrive/md_slot.h b/src/devices/bus/megadrive/md_slot.h
index 10793af3b28..a59ff394af3 100644
--- a/src/devices/bus/megadrive/md_slot.h
+++ b/src/devices/bus/megadrive/md_slot.h
@@ -170,7 +170,7 @@ public:
image_init_result load_list();
image_init_result load_nonlist();
- int get_cart_type(uint8_t *ROM, uint32_t len);
+ static int get_cart_type(const uint8_t *ROM, uint32_t len);
void setup_custom_mappers();
void setup_nvram();