summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/mc10/ram.h
blob: efe89fd3370c9220f724b160879a425bc26f7add (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// license:BSD-3-Clause
// copyright-holders:tim lindner
#ifndef MAME_BUS_MC10_RAM_H
#define MAME_BUS_MC10_RAM_H

#pragma once

#include "mc10_cart.h"

// device type definition
DECLARE_DEVICE_TYPE(MC10_PAK_RAM, device_mc10cart_interface)

#endif // MAME_BUS_MC10_RAM_H