mirror of
https://github.com/holub/mame
synced 2025-07-01 16:19:38 +03:00
pcat101: working
Command issue resolved by bug-fix to 6805 (nw).
This commit is contained in:
parent
a33d6201fd
commit
21270d76ac
@ -13,8 +13,6 @@
|
|||||||
* Part No Layout
|
* Part No Layout
|
||||||
* 1391401 US English 101-key
|
* 1391401 US English 101-key
|
||||||
*
|
*
|
||||||
* TODO
|
|
||||||
* - fix issue receiving commands
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "emu.h"
|
#include "emu.h"
|
||||||
|
@ -1,10 +1,6 @@
|
|||||||
// license:BSD-3-Clause
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Patrick Mackinlay
|
// copyright-holders:Patrick Mackinlay
|
||||||
|
|
||||||
/*
|
|
||||||
* IBM Model M PC/AT and PS/2 101-key keyboard emulation.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef MAME_BUS_PC_KBD_PCAT101_H
|
#ifndef MAME_BUS_PC_KBD_PCAT101_H
|
||||||
#define MAME_BUS_PC_KBD_PCAT101_H
|
#define MAME_BUS_PC_KBD_PCAT101_H
|
||||||
|
|
||||||
@ -12,7 +8,6 @@
|
|||||||
|
|
||||||
#include "cpu/m6805/m68705.h"
|
#include "cpu/m6805/m68705.h"
|
||||||
#include "pc_kbdc.h"
|
#include "pc_kbdc.h"
|
||||||
#include "machine/rescap.h"
|
|
||||||
|
|
||||||
class ibm_pc_at_101_keyboard_device
|
class ibm_pc_at_101_keyboard_device
|
||||||
: public device_t
|
: public device_t
|
||||||
|
Loading…
Reference in New Issue
Block a user