blob: 75ae5a3509de47198edb4fde4abf4d61d0a60c94 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// license:BSD-3-Clause
// copyright-holders:Patrick Mackinlay
#ifndef MAME_BUS_MULTIBUS_DSD5217_H
#define MAME_BUS_MULTIBUS_DSD5217_H
#pragma once
#include "bus/multibus/multibus.h"
DECLARE_DEVICE_TYPE(MULTIBUS_DSD5217, device_multibus_interface)
#endif // MAME_BUS_MULTIBUS_DSD5217_H
|