From ebadd722b02948cb70703e01549a9f09c21048dc Mon Sep 17 00:00:00 2001 From: Fabio Priuli Date: Fri, 22 Mar 2013 06:18:38 +0000 Subject: (MESS) megadriv.c: temporarily duplicated some DMA code while working towards a reduction of global variables. nw. --- src/mess/machine/md_slot.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mess/machine/md_slot.h') 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); -- cgit v1.2.3-70-g09d2