summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/funworld.h
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2014-01-06 13:17:32 +0000
committer smf- <smf-@users.noreply.github.com>2014-01-06 13:17:32 +0000
commit45d9761cad18873ac1a92e06c2604f1b451f591a (patch)
tree29439104cb775379b9974e1e7ef7a5cfecc394b0 /src/mame/includes/funworld.h
parent735fa982fade40e52fed59003b5fd4488bda9ae8 (diff)
Converted PIA6821 to DEVCB2 [smf]
Diffstat (limited to 'src/mame/includes/funworld.h')
-rw-r--r--src/mame/includes/funworld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/funworld.h b/src/mame/includes/funworld.h
index 20cd90d195b..2148e0c8ec5 100644
--- a/src/mame/includes/funworld.h
+++ b/src/mame/includes/funworld.h
@@ -16,7 +16,7 @@ public:
DECLARE_WRITE8_MEMBER(funworld_colorram_w);
DECLARE_WRITE8_MEMBER(funworld_lamp_a_w);
DECLARE_WRITE8_MEMBER(funworld_lamp_b_w);
- DECLARE_WRITE8_MEMBER(pia1_ca2_w);
+ DECLARE_WRITE_LINE_MEMBER(pia1_ca2_w);
DECLARE_READ8_MEMBER(funquiz_ay8910_a_r);
DECLARE_READ8_MEMBER(funquiz_ay8910_b_r);
DECLARE_DRIVER_INIT(magicd2b);