blob: 6a430277dff7c1e71943dc81dd49bf63f0fcb08c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// license:BSD-3-Clause
// copyright-holders:AJR
#ifndef MAME_BUS_A2KBD_TK10_H
#define MAME_BUS_A2KBD_TK10_H
#pragma once
#include "a2kbd.h"
// device type declaration
DECLARE_DEVICE_TYPE(A2KBD_TK10, device_a2kbd_interface)
#endif // MAME_BUS_A2KBD_TK10_H
|