summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/llc.h
diff options
context:
space:
mode:
author Fabio Priuli <etabeta78@users.noreply.github.com>2014-04-29 07:24:36 +0000
committer Fabio Priuli <etabeta78@users.noreply.github.com>2014-04-29 07:24:36 +0000
commit181f87e14242ed6d845e780924ef0bec457d583d (patch)
tree29916503554c4fdf68663adb62cf92c1dd07e39f /src/mess/includes/llc.h
parentbf9cc508b5164c313c91a0a82ad3182a13423cf4 (diff)
z80pio: converted to use devcb2. nw.
Diffstat (limited to 'src/mess/includes/llc.h')
-rw-r--r--src/mess/includes/llc.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mess/includes/llc.h b/src/mess/includes/llc.h
index de5516ba0fb..a7027da5310 100644
--- a/src/mess/includes/llc.h
+++ b/src/mess/includes/llc.h
@@ -59,11 +59,4 @@ public:
optional_device<ram_device> m_ram;
};
-
-/*----------- defined in machine/llc.c -----------*/
-extern const z80pio_interface llc1_z80pio1_intf;
-extern const z80pio_interface llc1_z80pio2_intf;
-extern const z80pio_interface llc2_z80pio1_intf;
-extern const z80pio_interface llc2_z80pio2_intf;
-
#endif