diff options
| author | 2013-04-30 06:36:06 +0000 | |
|---|---|---|
| committer | 2013-04-30 06:36:06 +0000 | |
| commit | 4bf717996f56eb03dc735c83dae5450b7fc98d75 (patch) | |
| tree | a63a55bcc180e342382e9c9a680f0c643fd05248 /src/mess/drivers/ip22.c | |
| parent | f35b95a00e64c63422116039aeae272029b58e51 (diff) | |
Cleanups and version bumpmame0148u4
Diffstat (limited to 'src/mess/drivers/ip22.c')
| -rw-r--r-- | src/mess/drivers/ip22.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mess/drivers/ip22.c b/src/mess/drivers/ip22.c index 22bb8d9716b..47cd8e729c1 100644 --- a/src/mess/drivers/ip22.c +++ b/src/mess/drivers/ip22.c @@ -1498,9 +1498,9 @@ static const struct kbdc8042_interface at8042 = DEVCB_NULL, DEVCB_NULL, DEVCB_NULL, - + DEVCB_NULL, - DEVCB_DRIVER_MEMBER(ip22_state,ip22_get_out2) + DEVCB_DRIVER_MEMBER(ip22_state,ip22_get_out2) }; DRIVER_INIT_MEMBER(ip22_state,ip225015) @@ -1642,7 +1642,7 @@ static MACHINE_CONFIG_START( ip225015, ip22_state ) MCFG_SOUND_MODIFY( "scsi:cdrom:cdda" ) MCFG_SOUND_ROUTE(ALL_OUTPUTS, "^^^lspeaker", 1.0) MCFG_SOUND_ROUTE(ALL_OUTPUTS, "^^^rspeaker", 1.0) - + MCFG_KBDC8042_ADD("kbdc", at8042) MACHINE_CONFIG_END |
