summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/mc10/ram.h
blob: e32530f81e65f357e63f410af12966a672f27b03 (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_MC10_RAM_H
#define MAME_BUS_MC10_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_MC10_RAM_H