summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/pc1512kb.cpp
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2020-04-23 19:47:40 +0200
committer Ivan Vangelista <mesgnet@yahoo.it>2020-04-23 19:47:40 +0200
commitecefb4899299e8a6d6ffee13ec0fc981c025e70d (patch)
treecbaacaeb9e118a2e5095da054c3f512bb2651f74 /src/mame/machine/pc1512kb.cpp
parentd35877458724f60a7b9add350e5b7a8c41956c15 (diff)
mame/machine: simplified some handlers (nw)
Diffstat (limited to 'src/mame/machine/pc1512kb.cpp')
-rw-r--r--src/mame/machine/pc1512kb.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/machine/pc1512kb.cpp b/src/mame/machine/pc1512kb.cpp
index f276da9440d..13c8962ed8e 100644
--- a/src/mame/machine/pc1512kb.cpp
+++ b/src/mame/machine/pc1512kb.cpp
@@ -321,7 +321,7 @@ WRITE_LINE_MEMBER( pc1512_keyboard_device::m2_w )
// kb_bus_r -
//-------------------------------------------------
-READ8_MEMBER( pc1512_keyboard_device::kb_bus_r )
+uint8_t pc1512_keyboard_device::kb_bus_r()
{
/*
@@ -361,7 +361,7 @@ READ8_MEMBER( pc1512_keyboard_device::kb_bus_r )
// kb_p1_w -
//-------------------------------------------------
-WRITE8_MEMBER( pc1512_keyboard_device::kb_p1_w )
+void pc1512_keyboard_device::kb_p1_w(uint8_t data)
{
/*
@@ -386,7 +386,7 @@ WRITE8_MEMBER( pc1512_keyboard_device::kb_p1_w )
// kb_p2_r -
//-------------------------------------------------
-READ8_MEMBER( pc1512_keyboard_device::kb_p2_r )
+uint8_t pc1512_keyboard_device::kb_p2_r()
{
/*
@@ -416,7 +416,7 @@ READ8_MEMBER( pc1512_keyboard_device::kb_p2_r )
// kb_p2_w -
//-------------------------------------------------
-WRITE8_MEMBER( pc1512_keyboard_device::kb_p2_w )
+void pc1512_keyboard_device::kb_p2_w(uint8_t data)
{
/*