summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/md_slot.h
diff options
context:
space:
mode:
author Fabio Priuli <etabeta78@users.noreply.github.com>2013-03-22 06:18:38 +0000
committer Fabio Priuli <etabeta78@users.noreply.github.com>2013-03-22 06:18:38 +0000
commitebadd722b02948cb70703e01549a9f09c21048dc (patch)
tree5fbbb30dc7678ed1e63634c84d762d8a8dd4b3a0 /src/mess/machine/md_slot.h
parentb91cdd39ead9c251daf08ade738009f04e7cda22 (diff)
(MESS) megadriv.c: temporarily duplicated some DMA code while working towards
a reduction of global variables. nw.
Diffstat (limited to 'src/mess/machine/md_slot.h')
-rw-r--r--src/mess/machine/md_slot.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mess/machine/md_slot.h b/src/mess/machine/md_slot.h
index 9076e73bee6..c559dc23caf 100644
--- a/src/mess/machine/md_slot.h
+++ b/src/mess/machine/md_slot.h
@@ -163,6 +163,8 @@ public:
// slot interface overrides
virtual const char * get_default_card_software(const machine_config &config, emu_options &options);
+ int get_type() { return m_type; }
+
int load_list();
int load_nonlist();
int get_cart_type(UINT8 *ROM, UINT32 len);