summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/i8155.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/i8155.h')
-rw-r--r--src/devices/machine/i8155.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/machine/i8155.h b/src/devices/machine/i8155.h
index 2d6e49b2063..a4fe5b2938f 100644
--- a/src/devices/machine/i8155.h
+++ b/src/devices/machine/i8155.h
@@ -116,6 +116,7 @@ private:
inline int get_port_mode(int port);
inline uint8_t read_port(int port);
inline void write_port(int port, uint8_t data);
+ void write_command(uint8_t data);
void register_w(int offset, uint8_t data);
};