diff options
author | 2008-06-26 15:34:42 +0000 | |
---|---|---|
committer | 2008-06-26 15:34:42 +0000 | |
commit | 652fc279ae6e7ae2c113ad0cb48d9e71fce0e05a (patch) | |
tree | 3c606fe9d0598299461bb4e1b92b32c2d10bfc3e /src/emu/machine/74181.h | |
parent | ba2fb8554b740f9f976501647d0b6c1307c17971 (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.h | 2 |
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); |