summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/llc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/llc.h')
-rw-r--r--src/mame/includes/llc.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/includes/llc.h b/src/mame/includes/llc.h
index 38317d538e4..24f5cd6461d 100644
--- a/src/mame/includes/llc.h
+++ b/src/mame/includes/llc.h
@@ -9,6 +9,9 @@
#ifndef MAME_INCLUDES_LLC_H
#define MAME_INCLUDES_LLC_H
+#pragma once
+
+
#include "cpu/z80/z80.h"
#include "cpu/z80/z80daisy.h"
#include "machine/k7659kb.h"
@@ -31,7 +34,7 @@ public:
DECLARE_WRITE8_MEMBER(llc2_rom_disable_w);
DECLARE_WRITE8_MEMBER(llc2_basic_enable_w);
- DECLARE_WRITE8_MEMBER(kbd_put);
+ void kbd_put(u8 data);
DECLARE_READ8_MEMBER(llc1_port1_a_r);
DECLARE_READ8_MEMBER(llc1_port2_a_r);
DECLARE_READ8_MEMBER(llc1_port2_b_r);