summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/hp_hil/hil_devices.h
blob: 523366e939323d91f93abdd4b902bd9453b346d2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// license:BSD-3-Clause
// copyright-holders:Sergey Svishchev
/***************************************************************************

    HP-HIL devices

***************************************************************************/

#ifndef MAME_BUS_HP_HIL_HIL_DEVICES_H
#define MAME_BUS_HP_HIL_HIL_DEVICES_H


#define STR_KBD_HP_46020A    "hp_46020a"    // ITF Keyboard
#define STR_KBD_HP_46021A    "hp_46021a"    // ITF Keyboard
#define STR_KBD_HP_46030A    "hp_46030a"    // Vectra Keyboard
#define STR_KBD_HP_INTEGRAL  "hp_ipc_kbd"   // Integral Keyboard

#define STR_MOUSE_HP_46060A    "hp_46060a"  // 2-button mouse
#define STR_MOUSE_HP_46060B    "hp_46060b"  // 3-button mouse


void hp_hil_devices(device_slot_interface &device);


#endif // MAME_BUS_HP_HIL_HIL_DEVICES_H