summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/crbaloon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/crbaloon.c')
-rw-r--r--src/mame/drivers/crbaloon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/crbaloon.c b/src/mame/drivers/crbaloon.c
index c7b95ded4b8..990fdfd5c33 100644
--- a/src/mame/drivers/crbaloon.c
+++ b/src/mame/drivers/crbaloon.c
@@ -69,7 +69,7 @@ static WRITE8_HANDLER( pc3092_w )
}
-static UINT32 pc3092_r(void *param)
+static CUSTOM_INPUT( pc3092_r )
{
UINT32 ret;
@@ -220,7 +220,7 @@ static ADDRESS_MAP_START( main_io_map, ADDRESS_SPACE_IO, 8 )
ADDRESS_MAP_FLAGS( AMEF_ABITS(4) )
AM_RANGE(0x00, 0x00) AM_MIRROR(0x0c) AM_READ(port_tag_to_handler8("DSW0"))
AM_RANGE(0x01, 0x01) AM_MIRROR(0x0c) AM_READ(port_tag_to_handler8("IN0"))
-/* AM_SPACE(0x02, 0x03) AM_READ(pc3259_r) crashes if not at the end */
+/* AM_SPACE(0x02, 0x03) AM_READ(pc3259_r) crashes if not at the end */
AM_RANGE(0x03, 0x03) AM_MIRROR(0x0c) AM_READ(port_tag_to_handler8("IN1"))
AM_RANGE(0x00, 0x00) AM_WRITE(MWA8_NOP) /* not connected */