summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/megadrive/md_carts.h
blob: 03401ee29520d6a33bce86a051922e62aa950eeb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// license:BSD-3-Clause
// copyright-holders:Fabio Priuli
/**********************************************************************

    Megadrive carts

**********************************************************************/

#ifndef MAME_BUS_MEGADRIVE_MD_CARTS_H
#define MAME_BUS_MEGADRIVE_MD_CARTS_H

#pragma once


// supported devices
void md_cart(device_slot_interface &device);

#endif // MAME_BUS_MEGADRIVE_MD_CARTS_H