blob: 33b0df32e685854cb18f743a7f1d09d91bbe84aa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
// license:BSD-3-Clause
// copyright-holders:Sergey Svishchev
/***************************************************************************
Loopback cart for ROM test routines
***************************************************************************/
#ifndef MAME_BUS_BK_LOOPBACK_H
#define MAME_BUS_BK_LOOPBACK_H
#pragma once
#include "parallel.h"
DECLARE_DEVICE_TYPE(BK_LOOPBACK, device_qbus_card_interface)
#endif
|