summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/hp_hil/hp_hil.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/hp_hil/hp_hil.h')
-rw-r--r--src/devices/bus/hp_hil/hp_hil.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/devices/bus/hp_hil/hp_hil.h b/src/devices/bus/hp_hil/hp_hil.h
index 4b5e9a79972..b4302ac1895 100644
--- a/src/devices/bus/hp_hil/hp_hil.h
+++ b/src/devices/bus/hp_hil/hp_hil.h
@@ -59,7 +59,7 @@
#define HPHIL_DHR 0xFE // Device Hard Reset
/*
- * init sequnce (p. 4-13)
+ * init sequence (p. 4-13)
*
* DHR
* IFC
@@ -127,7 +127,7 @@ public:
uint8_t read(offs_t offset);
void write(offs_t offset, uint8_t data);
- DECLARE_WRITE_LINE_MEMBER(ap_w);
+ void ap_w(int state);
void hil_write(uint16_t data);
@@ -168,8 +168,8 @@ public:
// inline configuration
void set_hp_hil_mlc(hp_hil_mlc_device &mlc_device) { m_hp_hil_mlc = &mlc_device; }
- virtual bool hil_write(uint16_t *data) { return true; };
- int device_id() { return m_device_id; };
+ virtual bool hil_write(uint16_t *data) { return true; }
+ int device_id() { return m_device_id; }
protected:
device_hp_hil_interface(const machine_config &mconfig, device_t &device);