blob: 58fdf8df71ca38319a0ed650574386b58cc97a62 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// license:BSD-3-Clause
// copyright-holders:Sven Schnelle
#ifndef MAME_BUS_HPDIO_98643_H
#define MAME_BUS_HPDIO_98643_H
#pragma once
#include "hp_dio.h"
// device type definition
DECLARE_DEVICE_TYPE_NS(HPDIO_98643, bus::hp_dio, device_dio16_card_interface)
#endif // MAME_BUS_HPDIO_98643_H
|