summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
diff options
context:
space:
mode:
author mariuszw1 <mariuszw1@users.noreply.github.com>2010-06-05 20:42:53 +0000
committer mariuszw1 <mariuszw1@users.noreply.github.com>2010-06-05 20:42:53 +0000
commit2cad578c2106c971c01e42ea83cc1ee29298b3d8 (patch)
tree9d2cac16860006196d404edc6bf537d3c42d9d01 /src/emu
parent7ca4c4a9f5ecd885a9340958b4f4851685db810f (diff)
Moved some common PC code to machine/pcshare.c [Mariusz Wojcieszek]
Diffstat (limited to 'src/emu')
-rw-r--r--src/emu/machine/pcshare.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/emu/machine/pcshare.h b/src/emu/machine/pcshare.h
index 6696e3215b4..129c357d73e 100644
--- a/src/emu/machine/pcshare.h
+++ b/src/emu/machine/pcshare.h
@@ -9,3 +9,6 @@ UINT8 pc_keyb_read(void);
void pc_keyb_set_clock(int on);
void pc_keyb_clear(void);
+extern IRQ_CALLBACK(pcat_irq_callback);
+ADDRESS_MAP_EXTERN(pcat32_io_common, 32);
+MACHINE_DRIVER_EXTERN(pcat_common);