summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/snes/snes_slot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/snes/snes_slot.h')
-rw-r--r--src/devices/bus/snes/snes_slot.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/snes/snes_slot.h b/src/devices/bus/snes/snes_slot.h
index 641619a0262..941702eb97d 100644
--- a/src/devices/bus/snes/snes_slot.h
+++ b/src/devices/bus/snes/snes_slot.h
@@ -163,8 +163,8 @@ public:
virtual void call_unload() override;
virtual const software_list_loader &get_software_list_loader() const override { return rom_software_list_loader::instance(); }
- void get_cart_type_addon(uint8_t *ROM, uint32_t len, int &type, int &addon);
- uint32_t snes_skip_header(uint8_t *ROM, uint32_t snes_rom_size);
+ void get_cart_type_addon(const uint8_t *ROM, uint32_t len, int &type, int &addon) const;
+ uint32_t snes_skip_header(const uint8_t *ROM, uint32_t snes_rom_size) const;
int get_type() { return m_type; }
void setup_nvram();