summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/74181.h
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2008-06-26 15:34:42 +0000
committer Aaron Giles <aaron@aarongiles.com>2008-06-26 15:34:42 +0000
commit652fc279ae6e7ae2c113ad0cb48d9e71fce0e05a (patch)
tree3c606fe9d0598299461bb4e1b92b32c2d10bfc3e /src/emu/machine/74181.h
parentba2fb8554b740f9f976501647d0b6c1307c17971 (diff)
From: Oliver Stoeneberg [mailto:oliverst@online.de]
Subject: another Machine -> machine cleanup This cleans up most of the Machine stuff in src/emu/machine. There is a bit left to clean up, but it's mostly stuck at some interfaces now.
Diffstat (limited to 'src/emu/machine/74181.h')
-rw-r--r--src/emu/machine/74181.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/74181.h b/src/emu/machine/74181.h
index 21a5e59719d..e4f23dcd16e 100644
--- a/src/emu/machine/74181.h
+++ b/src/emu/machine/74181.h
@@ -33,7 +33,7 @@
#define TTL74181_OUTPUT_CN4 (7)
-void TTL74181_config(int chip, void *interface);
+void TTL74181_config(running_machine *machine, int chip, void *interface);
void TTL74181_reset(int chip);
void TTL74181_write(int chip, int startline, int lines, UINT8 data);