summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/md_slot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/md_slot.h')
-rw-r--r--src/mess/machine/md_slot.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mess/machine/md_slot.h b/src/mess/machine/md_slot.h
index 40700fce9fa..a49c17ec121 100644
--- a/src/mess/machine/md_slot.h
+++ b/src/mess/machine/md_slot.h
@@ -162,11 +162,11 @@ public:
// slot interface overrides
virtual const char * get_default_card_software(const machine_config &config, emu_options &options);
-
+
int load_list();
int load_nonlist();
int get_cart_type(UINT8 *ROM, UINT32 len);
-
+
void setup_custom_mappers();
void setup_nvram();
void set_must_be_loaded(bool _must_be_loaded) { m_must_be_loaded = _must_be_loaded; }
@@ -182,7 +182,7 @@ public:
// TODO: this only needs to be public because megasvp copies rom into memory region, so we need to rework that code...
//private:
-
+
int m_type;
device_md_cart_interface* m_cart;
bool m_must_be_loaded;