blob: 2bc179e215c5bac15fd18060a9ae253b7aaafa14 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
// license:BSD-3-Clause
// copyright-holders:hap
/**********************************************************************
Videopac Service Test cartridge emulation
**********************************************************************/
#ifndef MAME_BUS_ODYSSEY2_TEST_H
#define MAME_BUS_ODYSSEY2_TEST_H
#pragma once
#include "slot.h"
DECLARE_DEVICE_TYPE(O2_ROM_TEST, device_o2_cart_interface)
#endif // MAME_BUS_ODYSSEY2_TEST_H
|