summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Patrick Mackinlay <pmackinlay@hotmail.com>2019-06-04 19:32:16 +0700
committer Patrick Mackinlay <pmackinlay@hotmail.com>2019-06-04 19:32:16 +0700
commit21270d76ac8101bef43a11a45e74c1cdadda1d81 (patch)
treea7eeebd60fb9b75fb426cc8b58373ea208758fff
parenta33d6201fd385ccab0493a6b2dc8aeeb134a4eee (diff)
pcat101: working
Command issue resolved by bug-fix to 6805 (nw).
-rw-r--r--src/devices/bus/pc_kbd/pcat101.cpp2
-rw-r--r--src/devices/bus/pc_kbd/pcat101.h5
2 files changed, 0 insertions, 7 deletions
diff --git a/src/devices/bus/pc_kbd/pcat101.cpp b/src/devices/bus/pc_kbd/pcat101.cpp
index dac54eb9af2..fb8ab5e1edd 100644
--- a/src/devices/bus/pc_kbd/pcat101.cpp
+++ b/src/devices/bus/pc_kbd/pcat101.cpp
@@ -13,8 +13,6 @@
* Part No Layout
* 1391401 US English 101-key
*
- * TODO
- * - fix issue receiving commands
*/
#include "emu.h"
diff --git a/src/devices/bus/pc_kbd/pcat101.h b/src/devices/bus/pc_kbd/pcat101.h
index dc12a1cbc27..449947eccad 100644
--- a/src/devices/bus/pc_kbd/pcat101.h
+++ b/src/devices/bus/pc_kbd/pcat101.h
@@ -1,10 +1,6 @@
// license:BSD-3-Clause
// copyright-holders:Patrick Mackinlay
-/*
- * IBM Model M PC/AT and PS/2 101-key keyboard emulation.
- */
-
#ifndef MAME_BUS_PC_KBD_PCAT101_H
#define MAME_BUS_PC_KBD_PCAT101_H
@@ -12,7 +8,6 @@
#include "cpu/m6805/m68705.h"
#include "pc_kbdc.h"
-#include "machine/rescap.h"
class ibm_pc_at_101_keyboard_device
: public device_t