blob: b8b3762c3b0a1ba340850215b49ce54c172a6188 (
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_HP_DIO_HP98644_H
#define MAME_BUS_HP_DIO_HP98644_H
#pragma once
#include "hp_dio.h"
// device type definition
DECLARE_DEVICE_TYPE_NS(HPDIO_98644, bus::hp_dio, device_dio16_card_interface)
#endif // MAME_BUS_HP_DIO_HP98644_H
|